gatman
Posts: 1
Joined: Tue Feb 07, 2012 8:33 am

Scatterplot color/point with selection

Hi,

I managed to get color per point working via data provided by a restful web service. Using the marker.fillColor and marker.lineColor wastricky but works. But when I turn on selection, it always chooses the series color for selected points. What I'd like to do is color the line around a point a different color but leave the custom point color. Is there any way to so this? I tried using rgba with .0 for the "a" but it seems to completely wipe out the point color underneath when I select. Can I replace the select draw function with my own. I tried setting the select colors in the select call back but it appears to be called after the chart draws.

Any ideas would be much appreciated.

Thanks,
Glenn

Return to “Highcharts Usage”