v0.4.0
This is a potentially breaking change
If you were setting the ChartSeries.colors
, you must set the new zeroLevel
value to 0
to keep the same functionality:
- mySeriesl.colors = (above: ChartsColors.redColor(), below: ChartsColors.blueColor())
+ mySeriesl.colors = (above: ChartsColors.redColor(), below: ChartsColors.blueColor(), 0)