nishikantparmariam
Posts: 11
Joined: Thu Jan 12, 2023 10:58 am
Location: Hyderabad, India

Scatter series point not visible

Tue Aug 29, 2023 1:21 pm

Hi,
In this reproducer - https://jsfiddle.net/t6ga5c23/1, the scatter series second point with x-value as 2023-05-31 is not visible. To confirm, un-select the first series and notice that it is visible.

A workaround I found is to set ordinal to False (https://jsfiddle.net/t6ga5c23/2/), but it makes chart look differently. How can I show the scatter series point without setting ordinal to False?

Also, it seems the scatter series' second point is not behind the last column, because reducing pointWidth did not help - https://jsfiddle.net/odn41rwc/

Thanks.

jakub.j
Posts: 857
Joined: Tue Jan 24, 2023 11:14 am

Re: Scatter series point not visible

Tue Aug 29, 2023 1:50 pm

We appreciate you reaching out to us!

This problem is already reported as a bug on our Github: https://github.com/highcharts/highcharts/issues/19243.

A workaround to that is to set xAxis.overflow to add a little extra space on the right side of the xAxis so that the scatter point can fit, see:

Demo: https://jsfiddle.net/BlackLabel/dpm6ujs3/

Let me know if that was what you were looking for!
Best regards
Jakub
Jakub
Highcharts Developer

nishikantparmariam
Posts: 11
Joined: Thu Jan 12, 2023 10:58 am
Location: Hyderabad, India

Re: Scatter series point not visible

Wed Aug 30, 2023 7:07 am

This helps, thanks a lot!

Return to “Highcharts Stock”