fl_animated_linechart 1.2.0
fl_animated_linechart: ^1.2.0 copied to clipboard
Animated flutter line & area chart. Performs with big datasets, support multiple y axis and datetime x axis
1.2.0 #
- 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.
1.1.9 #
- dart format files to pass static analysis
1.1.8 #
- same as 1.1.7. Updated changelog in this version
1.1.7 #
- Ability to set marker lines(kind of thresholds if you will), legends and heat map like shaded zones.
- Configurable color for measurement highlighter
1.1.6 #
- 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)
1.1.5 #
- Adding null safety. Thanks to @AndriiHarashchak.
1.1.4 #
- Upgrade example to AndroidX and Android embedded v2
1.1.3 #
- Fix to support any lines
- Make the pattern for date/time configurable
1.1.2 #
- Expose parameter to configure the FontWeight of the highlighted text in charts
1.1.1 #
- Refactor mouse over text to TapText typedef and expose it on factory method
1.1.0 #
- Make mouse over text configurable
1.0.2 #
- Updated pub.dev health recommendations
1.0.1 #
- Upgrade intl package
1.0.0 #
- We consider the library as stable
0.1.9 #
- Fixed small offset issue between yaxis and line/point drawing
0.1.8 #
- Added gradient option to the area chart
0.1.7 #
- More detailed description
0.1.6 #
- Updated readme
0.1.5 #
- Updated readme
0.1.4 #
- Adding support for area chart
0.1.3 #
- Formatting axis values dynamic depending on the tick size
0.1.2 #
- Improve performance
0.1.1 #
- Calculate axis width, to make the chart paint full width
0.1.0 #
- fix drawing series with all values being the same
0.0.8 #
- reduce margins
0.0.7 #
- show tooltip on tap
- coverage back to 100
0.0.6 #
- Change animations, to be really cool, now the animations draws the chart lines.
- secondary Y axis support, to support 1-2 units.
0.0.5 #
- Restyled tooltip
- Finish testing
0.0.4 #
- Style tooltip
- Paint unit
- Make sure tooltip paints within chart area
- Formatted dynamic datetime axisvalues
0.0.3 #
- Added codemagic CI
0.0.2 #
- Added screenshots
- Fixed warnings
0.0.1 #
- Very initial release, to include the library in our project