Skip to content

Charts v6.3.0

Latest

Choose a tag to compare

@uicontent uicontent released this 20 Feb 13:24

[6.3.0] CustomChart

Breaking changes

  • We changed how "Static" data and "Source attribute" data are merged. Previously, traces were appended as separate chart elements. Now, traces are merged by index, where source attribute values override static values for the same trace position. This enables proper customization of chart traces through dynamic data.

Fixed

  • We fixed an issue when conditional visibility enabled charts wouldn't re-draw as expected when the data changes.