gpt4 book ai didi

jquery - jqPlot - 水平图例

转载 作者:技术小花猫 更新时间:2023-10-29 10:28:00 35 4
gpt4 key购买 nike

jqPlot 能够为图表创建图例。这些示例仅显示垂直图例。我想做一个横向图例。例如,我想要:

X-Label1 X-Label2 X-Label3

并且不想:

X-Label1
X-Label2
X-Label3

谢谢

最佳答案

使用 EnhancedLegendRenderer plugin 很容易实现这一点.只需包含插件并使用与此类似的选项。

legend:{
renderer: $.jqplot.EnhancedLegendRenderer,
show: true,
rendererOptions: {
numberRows: 1
}
}

您只需将 numberRows 设置为 1,这样图例将只显示 1 行。

关于jquery - jqPlot - 水平图例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12351698/

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