Skip to content

v0.4.0

Compare
Choose a tag to compare
@gpbl gpbl released this 14 Nov 21:47
· 64 commits to master since this release
  • Add custom threshold for positive/negative data colors (#45 by @algrid)

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)