Fixed Issues and Improvements
What’s New
Fixed Issues and Improvements:
What’s New:
⚠ This new OutSystems Charts version introduces breaking changes
Based on valuable customer feedback, we've updated the default value for the ValuesType property of the xAxis from Linear to Category.This change aims to address the confusion experienced by developers with the previous default setting, which was incompatible with the default value for the ValuesType property on the chart block.
Please review your implementations to ensure compatibility with this update, as this breaking change may affect your existing configurations. This breaking change will impact charts with the ValueType "Integer" and "Decimal", in these cases we recommend changing the ValuesType of the xAxis block back to "Linear".
Two new non-mandatory attributes called xAxisId and yAxisId were added to the SeriesStyling Addon optional configurations and a new non-mandatory attribute called Opposite was added to the ChartXAxis and ChartYAxis Addon’s optional configurations.Because of these changes and the platform references model, all consumers need to have their references manually refreshed.Functionally, no changes are expected.