Hi Raruto,
if I toggle all chart legend filter off, the polyline is black. Example.

Your example works as expected.
If I comment out these lines
|
if (!this._chartEnabled) { |
|
this._chart._hideDiagramIndicator(); |
|
this._marker.remove(); |
|
} |
it works for me too.
What is the expected behavior? Or what is missing in my code?
Thank you very much.