-
Clicking a single legend element strikes through all
I have a chartGL line plot, with the legend displayed on top. The legend is created by setting Layer1->Color Enumeration to a symbol field. The issue is that when I click one of the legend names, expecting the associated line to disappear, all legend names get a strike through mark and all lines vanish. I expected only the legend name clicked to get a strike though mark. If I click that single legend name again, the strike through mark disappears from all legend values. So the clicking actions seems to be acting on all elements instead of just one.
If I then switch to using a pie chart, with the same data source, then clicking a single legend name once has the expected result, only that line disappears and only that legend name gets the strike through mark.
There are no errors in the browser when I press F12.
Anyone know what could be causing such an issue?
Log in to reply.