flutter_chartx 1.0.0-dev5
flutter_chartx: ^1.0.0-dev5 copied to clipboard
This package offers widgets for drawing simple to complex charts with customizable options like visibility, color, line width, line color, text color, and more.
1.0.0-dev1 #
- The first varsion.
1.0.0-dev2 #
- Added
ChartControllerclass for realization the chart animation. - Added
ChartStateclass for realization the chart animation. - Added initial fade-in effect animation in
ColumnChart. - Added transition effect animation in
ColumnChart.
1.0.0-dev3 #
- Added functionality and properties to enable user interactions (gestures) such as
onTap,onDoubleTap, andonLongPressinColumnChart. - Added
ChartPositionclass for user interaction. - Added
ChartInteractionCallbackenumeration for user interaction.
1.0.0-dev5 #
- Added
barInnerTextMarginproperty inColumnChartfor the bar text rendering dynamically. - Added
barOuterTextMarginproperty inColumnChartfor the bar text rendering dynamically. - Added
barTextInnerStyleproperty inColumnChartfor the bar text rendering dynamically. - Added
barTextOuterStyleproperty inColumnChartfor the bar text rendering dynamically. - Modify about
ChartBarTextAlignmentenumeration.