jwcrosby Report post Posted June 15, 2009 My scatter chart is working fine (using PHP Class), but I've noticed that if I have duplicate x-y value sets, like having two sets with the value "4,6", the resultant scatter chart doesn't indicate there are two sets of data represented by the single point on the chart. When I hover over the point, it shows the value of only one of the sets, randomly chosen at that, I believe. Is there a way I could indicate to the viewer that duplicate sets exist when this occurs? Thanks in advance. Jerry Share this post Link to post Share on other sites
Pallav Report post Posted June 16, 2009 Hi, If you've 2 scatter points, they actually overlap on the chart; and hence the tool-tip of only point shows up. Share this post Link to post Share on other sites