transformModel

abstract suspend fun transformModel(key: Any, fraction: Float)

Deprecated

Use the function passed to the `startAnimation` lambda of `registerForUpdates`. In custom `ChartModelProducer` implementations, this deprecated function can do nothing.

Creates an intermediate ChartEntryModel for difference animations. fraction is the balance between the initial and target ChartEntryModels.