- Ability to set tooltip text to same color as lines to easily determine which value in the tooltip belongs to which line, when there are multiple lines in the graph.
- Ability to display month names on the x-axis.
- Ability to exclude minutes in tooltip.
- dart format files to pass static analysis
- same as 1.1.7. Updated changelog in this version
- Ability to set marker lines(kind of thresholds if you will), legends and heat map like shaded zones.
- Configurable color for measurement highlighter
- Ability to set a custom label for yAxis(still use units[index] if not provided).Thanks to @AndriiHarashchak
- Fix exception when DateTime values in series are same for all values in Map(offset in NaN exception).
- Update example app to remove deprecated FlatButton and add windows support (tested on windows 11)
- Adding null safety. Thanks to @AndriiHarashchak.
- Upgrade example to AndroidX and Android embedded v2
- Fix to support any lines
- Make the pattern for date/time configurable
- Expose parameter to configure the FontWeight of the highlighted text in charts
- Refactor mouse over text to TapText typedef and expose it on factory method
- Make mouse over text configurable
- Updated pub.dev health recommendations
- Upgrade intl package
- We consider the library as stable
- Fixed small offset issue between yaxis and line/point drawing
- Added gradient option to the area chart
- More detailed description
- Updated readme
- Updated readme
- Adding support for area chart
- Formatting axis values dynamic depending on the tick size
- Improve performance
- Calculate axis width, to make the chart paint full width
- fix drawing series with all values being the same
- reduce margins
- show tooltip on tap
- coverage back to 100
- Change animations, to be really cool, now the animations draws the chart lines.
- secondary Y axis support, to support 1-2 units.
- Restyled tooltip
- Finish testing
- Style tooltip
- Paint unit
- Make sure tooltip paints within chart area
- Formatted dynamic datetime axisvalues
- Added codemagic CI
- Added screenshots
- Fixed warnings
- Very initial release, to include the library in our project