Releases: imaNNeo/fl_chart
Releases · imaNNeo/fl_chart
0.2.2
- fixed a typo on CHANGELOG
- reformatted dart files with
flutter format
command
0.2.1
- fixed #64, added a technical debt :(
0.2.0
- fixed a critical got stuck in draw loop bug,
- set
BarChartGroupData
x as required property to keep consistency and prevent unpredictable bugs
0.1.6
- added
enableNormalTouch
property to chart's TouchData to handle normal taps, and enabled by default.
0.1.5
- reverted getPixelY() on axis_chart_painter to solve the regression bug (fixed issue #48)
- (fix) BelowBar considers its own color stops refs #46
0.1.4
- bugfix -> fixed draw bug on BarChart when y value is very low in high scale y values (#43).
0.1.3
- added
SideTitles
class to hold titles representation data, and used in FlTitlesData
to show left, top, right, bottom titles, instead of legacy direct parameters, and implemented a reversed chart sample using this update.
0.1.2
- added
preventCurveOverShooting
on BarData, check this issue
0.1.0
- added Touch Interactivity, read more about it here