Closed ardevd closed 7 years ago
Are you passing that lineset to the chart afterwards?
Haha! Of course. I can't believe I forgot that. I'm terribly sorry. I was up way too late coding for too long. Thanks for an awesome library.
what was the solution can you please let me knwo
I believe @ardevd just needed to add a dataset to his chart.
@hi-manshu Indeed, I basically forgot this line:
lineChart.addData(dataset);
Im filling up a LineSet with strings and floats and when trying to show the LineChart I get the following error:
Any idea what might be wrong?