So I managed to get a smooth charting effect but I use a few thousand blurred circles to get the effect. Is this gonna be a major issue going forward performance wise? 
It might, on less modern devices. Depending on the market you’re targeting, this might not be that big of a deal.
Perhaps you could try plotting the datapoints themselves, and draw display.newLine()'s between them? Just an idea.
It might, on less modern devices. Depending on the market you’re targeting, this might not be that big of a deal.
Perhaps you could try plotting the datapoints themselves, and draw display.newLine()'s between them? Just an idea.