Hi guys, So I'm trying to use dataGrouping with a scatter chart. The thing is this, I have multiple series but at least the same rules apply to all of them. The thing is that my xAxis is not date based. In fact its mostly decimal point values that have very little variation.
I have a demo (jsFiddle) set up so that you can get an idea of how I have it looking:
http://jsfiddle.net/Dudemullet/f2xAs/
So maybe you can see how this doesn't have a problem, but that data set has 360 entries. I'm trying to make it as smooth with a 15k entry data set that will also have different series'. And I can't get datagrouping to group my points correctly. I've already set the "forced" flag to true and I can't seem to understan how the approximation callback works.
It would be great help if in the example i put up, you can somehow datagroup my series'.
Thank you