bricolagezero2
Posts: 13
Joined: Fri May 27, 2022 5:48 pm

Issue with frozen header / scrollbar.

I've added the function below to achieve a frozen header:

Code: Select all

   yAxis:{
     scrollbar: {
      enabled: true,
        showFull: false
      },
  max: 60,
	min:1
       },
And it is really glitchy as seen in the live link here:
https://dashboard-dev.syneoshealthls.com/timeline/

A lot of data is missing as you keep scrolling; rows become empty.

This page IS being rendered within a Wordpress theme, so that could be the issue, but without this frozen header addition, the Gantt chart functions fine. I wonder if anyone has seen this occur and if there's a fix or a different way to freeze the header. Thanks!
hubert.k
Posts: 1164
Joined: Mon Apr 11, 2022 11:48 am

Re: Issue with frozen header / scrollbar.

Hello bricolagezero2!
We appreciate you reaching out to us!

It is hard to tell you what is not working and what could be done without taking look at your code. Could you please reproduce this issue in an online editor that I could work with? You can start here: https://jsfiddle.net/BlackLabel/srL2na37/

I am looking for your response.
Regards!
Hubert Kozik
Highcharts Developer

Return to “Highcharts Gantt”