What’s New
Fixed Issues and Improvements:
What’s New:
Fixed Issues and Improvements
⚠ 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.
ROU-4742 - Now, OutSystems Charts will be using the latest version of their library provider - HighCharts v11.4.0 (2024-03-05).In this release, we have updated the HighCharts modules we provide as a basis for our blocks.If you use any other resource from HighCharts, it must be updated to the same version for consistency.
ROU-4730 - Fixed an issue that caused the SetHighchartsChartConfigs action to convert all the text values added to a lowercase output, before applying it to a given chart.This occurred when using the client action and applying new configurations to a chart with a text value.
ROU-4775 - Fixed an issue that caused the charts to create an empty series when updated with empty data. This was fixed for both versions of the Charts.