Is your feature request related to a problem? Please describe.
Currently the chart allows to draw two datasets explicitly set.
Describe the solution you'd like
Draw datasets from a list, to allow for as many as needed: setDatasets(sets: List<Datasets>)
Allow setting colours setDatasetsColors(colors: List<Int>), otherwise a random assortment of colors are assigned.
Version
1.0.0
Is your feature request related to a problem? Please describe.
Currently the chart allows to draw two datasets explicitly set.
Describe the solution you'd like
Draw datasets from a list, to allow for as many as needed:
setDatasets(sets: List<Datasets>)Allow setting colours
setDatasetsColors(colors: List<Int>), otherwise a random assortment of colors are assigned.Version
1.0.0