我正在尝试通过scrollBar
在xAxis
上添加chart.scrollablePlotArea
到我的图表,但是它没有按预期工作。我很难让它出现。我发现的解决方法是从containerProps
]中删除react-component
containerProps={{ className: "chart", style: { height: "500px", minWidth: "280px" } }}
scrollBar
出现了,但是发生了一些意外的行为,首先fullScreen
断开了(它开始显示黑条),其次customButton
开始随图表移动。我搜索了exporting.buttons.contextButton
API,但找不到任何可固定其位置的属性。
[Here是一个正在运行的演示,感谢您的帮助。
我正在尝试通过chart.scrollablePlotArea向我的图表添加xAxis上的scrollBar,但是它没有按预期工作。我很难让它出现。我发现的解决方案是删除...
我发现的解决方案是从我的react-component中删除containerProps