I was reading a bit about the high charts addPoint() function here:
http://api.highcharts.com/highcharts#Series.addPoint()
I'm quite taken the idea of creating a chart like this one:
http://www.highcharts.com/demo/dynamic-click-to-add
...but where I have a fixed x and y scale, and where the user can only place a point on the scale in multiple of 5.. such as a point at x=10 and y=20...
Has this been attempted, and/or is it feasible given the options provided in the API?
Thanks