LiveChart
LiveChart copied to clipboard
Draw list of datasets
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
Hey, has this been implemented?
Hello, it has not! I have left this library a little bit forgotten since my job got very busy. You are welcome to try it out if you want. I plan to implement it though at some point.