fl_chart 0.0.7
fl_chart: ^0.0.7 copied to clipboard
A powerful Flutter chart library, currently supporting Line Chart, Bar Chart and Pie Chart.
0.0.7 #
- added ExtraLinesData in the LineChartData to draw extra horizontal and vertical lines on LineChart
- added BelowSpotsLine in the BlowBarData to draw lines from spot to the bottom of chart on LineChart
0.0.6 #
- fixed charts repainting bug, #16
0.0.5 #
- added clipToBorder to the LineChartData to clip the drawing to the border, #3
0.0.4 #
- fixed bug of adding bar with y = 0 on bar chart #13
0.0.3 #
- renamed
FlChartWidget
toFlChart
(our main widget) and now you have to importpackage:fl_chart/fl_chart.dart
instead ofpackage:fl_chart/fl_chart_widget.dart
- renamed
FlChart*
toBaseChart*
(parent class of our charts likePieChart
) - renamed
FlAxisChart*
toAxisChart*
0.0.2 #
- fixed
minX
,maxX
functionality on LineChart - restricted to access private classes of the library