I'm working on drawing the line chart with data like: [50,40,60,-,80,-,70,10] and couldn't figure out how I draw the line for these data.
"-" means no value, not zero.
Guessed that Charts would accept nil for it, but it doesn't.
Please let me know if you have the answer for this.
Thank you in advance.