Skip to main content

1.14.0-alpha.1

This release includes fixes and improvements.

Breaking changesAddressed
None#488, #500, #503

The following fixes have been made:

  • For data whose y range is [0, 0], the default Chart y range is now [0, 1]. This resolves problems related to division by zero.
  • An issue where ComposedCharts failed to draw Decorations applied to their children (individual Charts) has been resolved.

Additionally, ExtraStore has been updated to override equals and hashCode. Thus, content-based comparisons of ChartEntryModels are now possible (provided that the ChartEntryModels have field-based equals implementations, as is the case for all ChartEntryModels generated by the built-in APIs).