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
Charty range is now [0, 1]. This resolves problems related to division by zero. - An issue where
ComposedCharts failed to drawDecorations applied to their children (individualCharts) 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).