v5.1.0
Version 5.1.0 introduces data conflation, a powerful performance optimization feature designed for charts with very large datasets. For most use cases with typical dataset sizes, this feature will operate transparently in the background. However, if you're working with datasets containing tens of thousands of data points or more, conflation can dramatically improve rendering performance when users zoom out.
Major Updates in 5.1
Data Conflation
Data conflation is an automatic performance optimization that merges data points when zoomed out, significantly improving rendering performance for large datasets. When bar spacing falls below a threshold where multiple data points would be rendered in less than 0.5 pixels of screen space, the library intelligently combines them into single points.
Key features:
- Opt-in activation: Conflation is disabled by default and can be enabled via the
enableConflationoption. - Configurable options: Control conflation behavior through new time scale and series options:
enableConflation- Enable or disable the feature (default: false).