我使用highcharts股票来实现图表,我有Y轴上的最后一个音符隐藏的问题(见截图)。同时,它也存在于DOM中。我尝试了不同的方法和不同的实现,但都没有成功。
tp5buhyn1#
您只需要启用yAxis.showLastLabel选项:
yAxis.showLastLabel
yAxis: { showLastLabel: true }
字符串
现场演示:https://jsfiddle.net/okch38rw/API引用:https://api.highcharts.com/highstock/yAxis.showLastLabel
1条答案
按热度按时间tp5buhyn1#
您只需要启用
yAxis.showLastLabel
选项:字符串
现场演示:https://jsfiddle.net/okch38rw/
API引用:https://api.highcharts.com/highstock/yAxis.showLastLabel