Expected behaviour
No visible symbol when symbolHeight is set to 0.
Actual behaviour
|
legend.symbolHeight = |
|
options.symbolHeight || legend.fontMetrics.f; |
Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/5u18nvym/
Workaround
Use a value close to 0 instead - so something like 0.001 will be ok.
https://jsfiddle.net/BlackLabel/5u18nvym/1/
Expected behaviour
No visible symbol when
symbolHeightis set to0.Actual behaviour
highcharts/ts/Core/Legend/Legend.ts
Lines 745 to 746 in ff6ddd4
Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/5u18nvym/
Workaround
Use a value close to
0instead - so something like0.001will be ok.https://jsfiddle.net/BlackLabel/5u18nvym/1/