jqplot - 如何在图例中显示带有值的标签?

时间:2012-06-23 05:03:59

标签: php jquery jqplot

是否可以在图例中显示带有值的标签?

2 个答案:

答案 0 :(得分:4)

您可以在jqPlot

中执行此操作
  1. 最简单:将labels的{​​{1}}元素设置为将在您的图例shown here中显示的字符串数组。
  2. 自己动手,如示例中所示attached to this answer。在图完成时我使用了legend来操作,因为我还需要对图例标签进行一些自定义,所以我一直都去(即我没有设置$.jqplot.postDrawHooks元素)。

答案 1 :(得分:1)

<script src="JqPloatChart/plugins/jqplot.pointLabels.js"></script>
seriesDefaults: {renderer: $.jqplot.BarRenderer,pointLabels: { show: true },rendererOptions: {showDataLabels: true,}},