gpt4 book ai didi

jqplot - jqplot图形底部的水平图例

转载 作者:行者123 更新时间:2023-12-04 17:51:14 31 4
gpt4 key购买 nike

我可以使用 EnhancedLegendRenderer 插件获得 jqplot 图的水平图例。但是我需要图底部的水平图例。有什么建议吗?

最佳答案

在发布到堆栈溢出时,您应该始终显示一些工作。它有助于我们了解您的问题。

我认为您在使用 EnhancedLedgendRenderer 时遇到问题根据你的描述。

这就是我的代码实现 1 行 3 列图例的样子。

          legend: {
// This renderer is needed for advance legends.
renderer: jQuery.jqplot.EnhancedLegendRenderer,
show: true,
location: 's',
placement: 'outside',
// Breaks the ledgend into horizontal.
rendererOptions: {
numberRows: '1',
numberColumns: '3'
},
seriesToggle: true
},

此外,您可能会因为标点符号和大小写不足而被否决。

关于jqplot - jqplot图形底部的水平图例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15827231/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com