flutter_chartx 1.0.0-dev8
flutter_chartx: ^1.0.0-dev8 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 to improve customization settings. - Added
ChartInteractionCallbackenumeration to improve customization settings.
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.
1.0.0-dev6 #
- Added
barBorderRadiusproperty inColumnChartfor applying the bar border radius. - Added
ChartSeparatedTextDirectionenumeration to improve customization settings. - Added
separatedTextDirectionproperty inColumnChartto improve customization settings.
1.0.0-dev7 #
- Created related instances only when animation occurs, improving memory efficiency.
- Added
barColorproperty inColumnChartfor default bar color settings. - Added
ChartDetectorwidget for modularization about the interaction logic.
1.0.0-dev8 #
- Added
ChartColorstatic class for converting the color about chart. - Added
onHoverStartproperty inColumnChartfor the hover event about the each bar. - Added
onHoverEndproperty inColumnChartfor the hover event about the each bar.