craig1980
Posts: 3
Joined: Sat Feb 27, 2021 1:51 pm

show/hide markers in boost mode

Hi, I want to use boost mode. I would also like to show clickable point markers for certain conditions. The way I was doing this (pre-boost) was formatting each data point as an OBJ,

Code: Select all

{x: 1, y: 2} ,
and then turning the marker on/off like this:

Code: Select all

...(complexMeasurementFromData?.startTs !== undefined && {
        marker: {
          enabled: true,
          radius: POINT_MARKER_RADIUS,
          symbol: 'circle',
        },
      }),
However, this (https://www.highcharts.com/docs/advance ... on-options)
documentation states this sort of thing can't be done in boost mode.

Is there a way to show/hide individual markers when using the boost module ?

Thanks in advance :D
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: show/hide markers in boost mode

Hi craig1980!

We appreciate you reaching out to us!

Exactly, my colleague explained it well in the topic you've posted.

Feel free to ask any further questions!
Best regards!
Dominik Chudy
Highcharts Developer

Return to “Highcharts Stock”