High chart - displaying marker symbol on column range dataLabels

血红的双手。 提交于 2019-12-13 18:08:32

问题


I have a column range charting and it works fine . I just want to display marker symbol on top and bottom for each dataLabels and make string among this symbols. I tried to use

marker:{ 
 enabled :true}

but it didn't work

here's the jsfiddlle

http://jsfiddle.net/7eurU/

Thanks


回答1:


Column series doesn't have marker for columns. You can add serparate series (scatter) for each value.

Or try to develop some plugin to add this, like this one: http://www.highcharts.com/plugin-registry/single/2/Trackball (it's adding marker only on mouse over, but the idea is the same).



来源:https://stackoverflow.com/questions/24130685/high-chart-displaying-marker-symbol-on-column-range-datalabels

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!