jqplot Highlighter for different line graphs

蓝咒 提交于 2019-12-10 14:35:35

问题


I have a series of line graphs in a jqPlot chart. What I want to do is turn off highlighting for all the graphs except one graph for which I want the Highlighting to happen. How can i do this?


回答1:


I don't have a good example of how to do this yet or time to cook one up, but I'll update when I do. In all events, the highlighter plugin adds a showHighlight option to each series. If you set showHighlight = false for a given series, no highlight should appear.



来源:https://stackoverflow.com/questions/3003772/jqplot-highlighter-for-different-line-graphs

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