1.14.0-alpha.1
This release includes fixes and improvements.
Breaking changes | Addressed |
---|---|
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
ComposedChart
s failed to drawDecoration
s applied to their children (individualChart
s) has been resolved.
Additionally, ExtraStore
has been updated to override equals
and hashCode
. Thus, content-based comparisons of ChartEntryModel
s are now possible (provided that the ChartEntryModel
s have field-based equals
implementations, as is the case for all ChartEntryModel
s generated by the built-in APIs).