I have two datasets in my chart, but one has more entries than the other. When hovering over a point then I would expect to be only shown the corresponding point from the other dataset with the same x-value. But it seems that they are only matched by the position in the array. So two points are shown inside the label that do not belong together.
Please have a look at this example:
http://jsbin.com/qokaqalexi/edit?html,output
I have two datasets in my chart, but one has more entries than the other. When hovering over a point then I would expect to be only shown the corresponding point from the other dataset with the same x-value. But it seems that they are only matched by the position in the array. So two points are shown inside the label that do not belong together.
Please have a look at this example:
http://jsbin.com/qokaqalexi/edit?html,output