imaNNeo / fl_chart

FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
https://flchart.dev
MIT License
6.77k stars 1.74k forks source link

Add rangeAnnotations to ScatterCharts #1666

Open derrickgw opened 4 months ago

derrickgw commented 4 months ago

Although ScatterChartData inherits from AxisChartData, rangeAnnocations was not accessible though the constructions.

This exposes that property the same way LineChartData does.

Fixes #1665