我需要隐藏显示在导航器范围之外的标签
当向左或向右滚动时,显示尚未看到的数据的标签。当我离开它们各自的范围时,如何隐藏它们?
I leave an image of what is happening to me
This also happens to me, I don't know if I should ask this question separately but I'll leave it in case you can help me的
https://jsfiddle.net/carmaro/Lpmc63us/11/my code
1条答案
按热度按时间bt1cpqcv1#
如果我理解正确的话,您使用dataSorting来隐藏导航器中的序列。但是,需要注意的是,此选项不适用于甘特图表,因为您可以在API文档中查看:https://api.highcharts.com/gantt/。这种差异可能会在使用时导致问题。
要在导航器中不显示序列,另一种方法是在
navigator.series
中使用空数据数组。例如:字符串
Demo:https://jsfiddle.net/BlackLabel/3v1rew24/