ChartView
ChartView copied to clipboard
Multiple lines
Is it possible to make a linechart view with three lines in there? And without the 'fill' ?
So something like: LineChartView(data1: [8,23,54,32,12,37,7,23,43], title: "Title1", legend: "Legendary"; data2: [9,22,52,30,10,30,9,27,47], title: "Title 2", legend: "Epic" )
Yes, this would be an awesome feature!
I'm quite busy now but if you make a PR I'm happy to merge it! :)
I would love too... but never done that before. I don't think I have rights to do that? The option to click that is 'greened' out.
You have to fork it first make your changes then commit and open a PR from your forked repo.
MultiLineChartView first alpha version is out
@AppPear since this was released should this issue be closed?