Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想让我的图例更新只显示放大范围后可见的系列。
以下似乎告诉我要设置系列上的哪个属性。
如何从 HighCharts 图例中隐藏系列?
问题是如何确定在我放大的范围内可以看到哪些系列?
谢谢,
尝试使用series.points.length- 如果将等于 0,那应该意味着没有可见的绘图点。
series.points.length
(段落标签)