rikulo_highcharts 4.0.0+12
rikulo_highcharts: ^4.0.0+12 copied to clipboard
Highcharts is a wrapper of highcharts in Dart.
CHANGES #
4.0.1
- Added Line chart
- Added LinePlotOptions
- Fixed setHTMLUnsafe errors
- Added margin/minScale/align attribute of ChartTitle
- Allow set title & subtitle of ChartConfiguration
- Allow set max of ChartYAxis
4.0.0
- Dart 3.7 required
3.0.0
- Dart 3 required
2.0.7
- Add
SeriesStyle.visible - Add
Pointclass
2.0.6
- Add
SeriesStyle.showInLegend - Add
ChartLegend.width
2.0.5
- Add symbolPadding, symbolHeight and symbolWidth in
ChartLegend
2.0.4
- Add margin, padding, itemMarginTop, and itemMarginBottom in
ChartLegend
2.0.3
- Add
ChartXAxis.tickPositionerandChartYAxis.tickPositioner
2.0.2
- Add
ChartLegend.layout - Add
SeriesStyle.markerEnabledin AreaChart
2.0.1
- Support chart events
- Support add/remove series
2.0.0
- Migrate to null safety
1.0.1
- Fixed type _CompactIterable
- Support zoomKey, zoomType, borderColor, borderWidth
1.0.0
- Dart 2 required
0.1.1
- Add implementation of DonutChart, AreaChart, PieChart
- Add DefaultSingleValueCategoryModel, DonutModel
- Fixed dart2js error when using formatter
- Added setSize reflow APIs
0.1.0
- Add ColumnChart, DonutChart, AreaChart
- Add DefaultCategoryModel