bezier_chart 1.0.17+1
bezier_chart: ^1.0.17+1 copied to clipboard
A beautiful bezier line chart widget for flutter that is highly interactive and configurable.
[1.0.17 - 1.0.17+1] #
- Format bubble value and
updatePositionOnTapwere added. Thanks @ltdangkhoa.
1.0.16 #
dataPointFillColoranddataPointStrokeColorwere added in BezierLine.verticalLineFullHeightwas added inBezierChartConfig.onScaleChangedwas added inBezierChartto notify when the scale was changed.- Issue related to updating the chart with new data fixed. https://github.com/aeyrium/bezier-chart/issues/62
- Web support was added
1.0.15 #
- Fixed a bug related to
BezierChartScale.WEEKLY - new property added
bezierChartAggregationforBezierChartConfig - if datapoints now overlap the chosen aggregation method is used -> Supported are:
AVERAGE,SUM,FIRST,COUNT
1.0.14 #
- Fixed a bug related to
stepsYAxisvalue - new property added
displayDataPointWhenNoValueforBezierChartConfig - new property added
physicsforBezierChartConfig - Added
bubbleLabelValueBuilderandbubbleLabelDateTimeBuildercallbacks
1.0.13 #
selectedValuewas added forBezierChartScale.CUSTOM
1.0.12 #
verticalIndicatorFixedPositionfromBezierChartConfigwas changedfalseby default.stepsYAxiswas added toBezierChartConfig, it works only ifdisplayYAxisis [true]. e.g: stepsYAxis : 5 , if your maxValue is 100, then the Y values should be: [0,5,10,15 .... 100] (Checksample1orsample7)bubbleIndicatorLabelStyle,bubbleIndicatorTitleStyleandbubbleIndicatorValuetylewere added insideBezierChartConfigto allow customization for the bubble indicator panel.- bugs fixing
1.0.11 #
onIndicatorVisiblecallback was added to check when the indicator is visible or notonValueSelectedwas added , it displays the currentdoublevalue selected by the indicator (if the chart is CUSTOM).onDateTimeSelectedwas added, it displays the currentDateTimeselected by the indicator (if the chart is Date type).- New date type chart added
BezierChartScale.HOURLY, doesn't support zoom.
1.0.10 #
- Fixed
pinchZoomforBezierChartConfig. footerDateTimeBuilderwas added as optional insideBezierChart, it allows you to display custom X footer for eachDateTimevalue.
1.0.9 #
- Optimizing
forloops removing unnecessary convertion fromIterabletoList. startYAxisFromNonZeroValueproperty was added, if you are displaying the Y Axis then your chart will start from your lower value, if you set it tofalse, it will start from zero.displayLinesXAxisandxLinesColorwere added to display a vertical line on each X data point, it only works when there is oneBezierLine.
1.0.8 #
- Chart starts from the first data point, not from zero.
displayYAxiswas added (false by default).footerColorwas removed fromBezierChartConfig, now you can usexAxisTextStyleoryAxisTextStyleboth areTextStyle.
[1.0.1 - 1.0.7] - Added example documentation #
- Added an example README.md for the
bezier_chartpackage. - Added a repository url to the pubspec
1.0.0 First release #
- First release of our beautiful
bezier_chartpackage.