plus
Combines this Chart with another one to create a ComposedChart.
operator fun <Model : ChartEntryModel> ComposedChart<Model>.plus(other: Chart<Model>): ComposedChart<Model>
Combines this ComposedChart with a Chart to create a ComposedChart.
operator fun <Model : ChartEntryModel> ComposedChart<Model>.plus(other: ComposedChart<Model>): ComposedChart<Model>
Combines this ComposedChart and another one into a single ComposedChart.