Mapantz
Posts: 29
Joined: Tue Nov 05, 2019 12:24 pm

Missing line

I have a chart that shows maximum/average/minimum temp for each day of the month. Obviously, there's only been two days this month, so far.. both days, the maximum temp had the same value, but it doesn't show the line between the two points. The marker and tooltips work, just no visible line.
jedrzej.r
Posts: 725
Joined: Tue Jan 24, 2023 11:21 am

Re: Missing line

Hi!

Thanks for reaching out to us with your question!

Could you please provide a minimal demo with your configuration, so I can supply an insightful solution to your problem? You can start by editing this fiddle: https://jsfiddle.net/BlackLabel/0pbeym97/. Without more detail I won't be able to help you with your inquiry.

I'm waiting for your reply.
Best regards!
Jędrzej Ruta
Highcharts Developer
jedrzej.r
Posts: 725
Joined: Tue Jan 24, 2023 11:21 am

Re: Missing line

Hi!

Thanks for the demo. Unfortunately, it seems to be a bug that was introduced in Highcharts v11. I've created an issue on GitHub, where you can track its' status: https://github.com/highcharts/highcharts/issues/19093.

If you aren't obliged to use shadow on your line charts, I would recommend disabling shadow property until the fix is released. If you still intend to use shadows, you can do a fallback to v10.3.3.

First workaround: https://jsfiddle.net/BlackLabel/wmv37tnh/

Second workaround: https://jsfiddle.net/BlackLabel/xq25zaeg/

In case of any other questions, feel free to ask anytime.
Best regards!
Jędrzej Ruta
Highcharts Developer
Mapantz
Posts: 29
Joined: Tue Nov 05, 2019 12:24 pm

Re: Missing line

Thank you for the reply!

Glad it was a bug instead of my shoddy work. :)

Many thanks.

Return to “Highcharts Stock”