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.
我有显示时间数据的图表。我有两个时间点需要在图表中“标记”。
我目前用情节线表示这两个,但想显示条形图,比如说绿色和蓝色条形图显示时间跨度(例如从现在开始的 -13 天,蓝色和 -90 天 -> -13 天,红色)。
我会使用 plotBands,但我不能指定它们的高度,也不想让它们遍布整个图表。
有什么办法吗?我看到了一些关于翻译像素和绘制矩形的内容,但无法使其工作。另外 - 我在这张图表中放大了很多。
您可以使用渲染器并添加自定义形状。在其他情况下,请附上您的目标模型。
http://api.highcharts.com/highstock#Renderer