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 构建的折线图,出于纯粹的审美原因,我希望网格线在 0 处交叉并继续轻微进入负值,如下图所示。我怎样才能做到这一点?
您可以使用属性组合来完成此操作
请参见此处的示例:
http://jsfiddle.net/AzFME/3/
使用部分或全部这些属性来启用:
xAxis: { offset: -15, min:-1, showFirstLabel:false, startOnTick:false,
根据需要调整值。