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
ChartController
class for realization the chart animation. - Added
ChartState
class 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
, andonLongPress
inColumnChart
. - Added
ChartPosition
class to improve customization settings. - Added
ChartInteractionCallback
enumeration to improve customization settings.
1.0.0-dev5 #
- Added
barInnerTextMargin
property inColumnChart
for the bar text rendering dynamically. - Added
barOuterTextMargin
property inColumnChart
for the bar text rendering dynamically. - Added
barTextInnerStyle
property inColumnChart
for the bar text rendering dynamically. - Added
barTextOuterStyle
property inColumnChart
for the bar text rendering dynamically. - Modify about
ChartBarTextAlignment
enumeration.
1.0.0-dev6 #
- Added
barBorderRadius
property inColumnChart
for applying the bar border radius. - Added
ChartSeparatedTextDirection
enumeration to improve customization settings. - Added
separatedTextDirection
property inColumnChart
to improve customization settings.
1.0.0-dev7 #
- Created related instances only when animation occurs, improving memory efficiency.
- Added
barColor
property inColumnChart
for default bar color settings. - Added
ChartDetector
widget for modularization about the interaction logic.
1.0.0-dev8 #
- Added
ChartColor
static class for converting the color about chart. - Added
onHoverStart
property inColumnChart
for the hover event about the each bar. - Added
onHoverEnd
property inColumnChart
for the hover event about the each bar.