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.
我正在使用jqplot图表插件。我已经创建了饼图,但我想显示与下图中显示的值相同的值。
jqplot
有什么选择吗?谢谢。
尝试这个:
$("#chartId").bind('jqplotDataHighlight', function(ev, seriesIndex, pointIndex, data) { }); $("#chartId").bind('jqplotDataUnhighlight', function(ev, seriesIndex, pointIndex, data) { });
参考链接, 链接2
也可以试试