ChartEntryModelProducer
constructor(vararg entryCollections: List<ChartEntry>, dispatcher: CoroutineDispatcher = Dispatchers.Default)
constructor(entryCollections: List<List<ChartEntry>>? = null, dispatcher: CoroutineDispatcher = Dispatchers.Default)
Parameters
entryCollections
the initial data set (list of series).
dispatcher
the CoroutineDispatcher to be used for update handling.