I have a jqplot diagram with two data lines. Only one should turn on the backlight. I tried this:
series:[ { highlighter: { formatString: "", show: false } }, { highlighter: { formatString: "Day %s: %d", show: true } } ]
But, unfortunately, this does not work: the marker shows a small empty dot in the first line, while it should not show anything.
How to show a marker on one chart, and not on another?
source share