You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use a scatter plot, but I need the range annotations to color part of the background of the chart. This is easy to do using LineChart, but not for ScatterChart even though the rangeAnnotations property is in a common ancestor.
The ability to set this property needs to be exposed in the ScatterChartData through the constructor just as it is exposed in the LineChartData constructor.
The text was updated successfully, but these errors were encountered:
I would like to use a scatter plot, but I need the range annotations to color part of the background of the chart. This is easy to do using
LineChart
, but not forScatterChart
even though therangeAnnotations
property is in a common ancestor.The ability to set this property needs to be exposed in the
ScatterChartData
through the constructor just as it is exposed in theLineChartData
constructor.The text was updated successfully, but these errors were encountered: