CartesianChartModelProducer

Creates CartesianChartModels and handles difference animations.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
inner class Transaction

Handles data updates. This is used via runTransaction.

Functions

Link copied to clipboard

(1) Creates a Transaction, (2) invokes block, and (3) runs a data update, returning once the update is complete. Between steps 2 and 3, if there’s already an update in progress, the current coroutine is suspended until the ongoing update’s completion.