JQPlot隐藏了一些图例项目

时间:2018-08-14 08:44:01

标签: javascript jqplot

我正在寻找一种隐藏特殊图例物品的方法。

我使用了一个甜甜圈图,其中我使用外圈(<5min,<60min和> 1h)按时间划分了内圈。

legend: { 
              show:true, 
              location: 's', 
              rendererOptions: {numberColumns: 3},
          },

这将在图例中每次显示<5min,<6min和> 1h。 enter image description here

所以我只显示第一个。

0 个答案:

没有答案