Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/hibernate/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
全屏模式下缺少Highcharts甘特图垂直滚动条_Highcharts_Scrollbar_Fullscreen_Highcharts Gantt - Fatal编程技术网

全屏模式下缺少Highcharts甘特图垂直滚动条

全屏模式下缺少Highcharts甘特图垂直滚动条,highcharts,scrollbar,fullscreen,highcharts-gantt,Highcharts,Scrollbar,Fullscreen,Highcharts Gantt,在全屏查看时,我遇到了高图甘特图8.0.0的问题,其中垂直滚动条似乎缺失 Highcharts.ganttChart('gchart-container', { // ... among other options, here are the related // scrolling / exporting options being used scrollbar: { enabled: true }, exporting: {

全屏查看时,我遇到了
高图甘特图8.0.0
的问题,其中垂直滚动条似乎缺失

Highcharts.ganttChart('gchart-container', {
     // ... among other options, here are the related 
     // scrolling / exporting options being used

    scrollbar: {
       enabled: true
    },
    exporting: {
            enabled: true,
            // just trying a few different things here ... 
            chartOptions: {
                xAxis: [{
                    max: null
                }]
            },
            accessibility: {
                enabled: true
            },
            menuItemDefinitions: {
                "viewFullscreen" : { 'text': 'View Full Screen'},
                "downloadPDF": { 'text' : 'Download PDF'},
                "downloadPNG": { 'text' : 'Download PNG'},
                "downloadJPEG": { 'text' : 'Download JPEG'}
            },
            buttons: {
                contextButton: {
                    menuItems: ['viewFullscreen', 'separator', 'downloadPDF', 'downloadPNG', 'downloadJPEG']
                }
            }
    },
});
在正常模式下查看图表时没有问题,因为它是在
DOM
#gchart容器中呈现的
div
(请注意浏览器右侧的垂直滚动条)

相反,当单击导出按钮并选择“全屏查看”时,我拥有任务层次结构的全部功能(展开/折叠),但垂直滚动被禁用或删除


在导出/全屏模式下如何启用垂直滚动?提前谢谢你

它看起来像一只虫子。我在官方的海图发行频道上报道了这件事。下面是跟随此线程的链接。如果您需要解决方法,请在GH上的这张票下面大声说出来-核心开发人员应该回应您

问题链接: