Posted 4 June 2025, 6:48 am EST
Hi,
After upgrading wijmo from version 5.20241.19 to 5.20251.31, we are encountering issues with FlexRadar. Specifically, the chart’s custom axis min/max values (scaleMin and scaleMax) are not being applied when the ChartGestures component is included in the chart. Removing the gestures component allows the custom axis limits to work properly.
Steps to Reproduce:
- Create a FlexRadar chart with custom min/max values on the Y axis
- Include a ChartGestures component inside the FlexRadar
- Observe that the chart ignores the custom min/max values and uses the auto-calculated values from itemsSource instead
Expected Behavior:
The FlexRadar should respect the custom min/max values set on the axis, regardless of whether the ChartGestures component is present.
Actual Behavior:
When ChartGestures is included, the chart ignores the custom min/max values and defaults to using the data range from itemsSource.