是否可以在图例中显示带有值的标签?
答案 0 :(得分:4)
您可以在jqPlot
:
labels
的{{1}}元素设置为将在您的图例shown here中显示的字符串数组。legend
来操作,因为我还需要对图例标签进行一些自定义,所以我一直都去(即我没有设置$.jqplot.postDrawHooks
元素)。 答案 1 :(得分:1)
<script src="JqPloatChart/plugins/jqplot.pointLabels.js"></script>
seriesDefaults: {renderer: $.jqplot.BarRenderer,pointLabels: { show: true },rendererOptions: {showDataLabels: true,}},