我试图用 Highchart 在哑铃和时间线图表中制作滚动条,并实现我用
“https://code.highcharts.com/stock/highstock.js”替换了“https://code.highcharts.com/highcharts.js”
。 js”,它正在播种,但无法正常工作。【带滚动条的哑铃图】【1】【1】:https://i.stack.imgur.com/pC0rB.png
1 回答
0
您是否考虑过使用 scrollablePlotArea 功能?
演示:https ://jsfiddle.net/BlackLabel/5ydr1ueL/
chart: {
type: 'dumbbell',
inverted: true,
scrollablePlotArea: {
minHeight: 800
},
},
API:https ://api.highcharts.com/highcharts/chart.scrollablePlotArea
于 2021-03-05T13:53:58.783 回答