Hi,
I use a WebChart to display logged values. If a logger stopped working for a view hours the chart drawed a line between last point and new starting point. To solve this problem I begin a new series each time the logger started again. So far so good.
But now i Have the problem, that the labels on the legend are displayed multiple. How can I prevent duplicate legend labels?
Or is there a other way?
I got the solution:
If I add multiple series for one logger I have to put the other series in an extra layer, which should not be added to legend.