views:

66

answers:

0

Hey all !

I'm building a line chart and I want my points to have an id. How to do that in using push ?

options.series.data.push(data,id); ???

or something like that

Thanks a lot.