Skip to main content

2.0.0-alpha.18

This release includes fixes and improvements.

Breaking changes
Negligible

The following changes have been made:

  • The CartesianChartHost overload that accepts a CartesianChartModelProducer now has an optional dispatcher parameter. The specified CoroutineDispatcher is used for handling CartesianChartModel updates. This is helpful in instances where Dispatchers.Default is overfull.
  • An issue where LineCartesianLayer misbehaved in right-to-left layouts has been addressed.