Highcharts Gantt Chart First/Last row content not readable while Fixed Header

限于喜欢 提交于 2021-02-11 13:58:00

问题


I am having issue while implementing gantt charts with fixed header with

yAxis: {
    scrollbar: {
        enabled: true,
        liveRedraw: true
    }
}

Content of last row when scrolling down or first row when scrolling up becomes invisible until the scroll is finished.

You can check the live demo at: https://jsfiddle.net/8c93a6me/

来源:https://stackoverflow.com/questions/61076229/highcharts-gantt-chart-first-last-row-content-not-readable-while-fixed-header

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!