如何在 HighCharts 上画一条垂直线?

Posted

技术标签:

【中文标题】如何在 HighCharts 上画一条垂直线?【英文标题】:How to draw a vertical line on HighCharts? 【发布时间】:2014-02-21 01:41:57 【问题描述】:

我想在当天追踪一条垂直时间线,但我没有在 HighCharts 文档上找到解决方案。

像这样:

【问题讨论】:

【参考方案1】:

您正在寻找情节线。请参阅此处的文档:http://api.highcharts.com/highcharts#xAxis.plotLines。

基本格式是:

xAxis: 
    plotLines: [
        color: '#FF0000', // Red
        width: 2,
        value: 5.5 // Position, you'll have to translate this to the values on your x axis
    ]
,

【讨论】:

有没有办法动态添加/删除情节线? xAxis[0].addPlotLine( color: 'red', width: 1, value: ) 添加绘图线,但它会累积

以上是关于如何在 HighCharts 上画一条垂直线?的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 fabric.js 在画布上画一条线

HTML5 Canvas - 如何在图像背景上画一条线?

ios如何在drawrect方法中在图像上画一条线

在 svg 图像上画一条线

在 UIViewController 上画一条线

在 UIView 上画一条很细的线