gpt4 book ai didi

javascript - 在表格内创建 Highcharts 饼图图例

转载 作者:行者123 更新时间:2023-11-28 08:50:14 24 4
gpt4 key购买 nike

有没有办法在表格内创建 Highcharts 图例?我希望能够为我的 Highcharts 饼图设置图例背景的样式,并为每个元素和自定义边框交替设置背景颜色。

我已经像这样格式化了我的图例,但不知道如何将其嵌入到我可以格式化的表格中。

legend: {
layout: 'vertical',
align: 'center',
verticalAlign: 'bottom',
backgroundColor: '#f3f3f3',
borderWidth: 0,
useHTML: true,
itemMarginBottom: 10,
labelFormatter: function () {
return '<div style="width:200px"><span style="float:left">' + this.name + '</span><span style="float:right">' + this.percentage.toFixed(0) + '%</span><span style="float:right; margin-right:15%">$' + Highcharts.numberFormat(this.y, 0) + '</span></div>';
}

},

JS fiddle :http://jsfiddle.net/hAnCr/135/

如有任何帮助,我们将不胜感激。谢谢!

最佳答案

如果您想将该图例放在页面上某个位置的单独表格中 - 不支持。

如果您只想按原样生成标准图例,但只需使用表格而不是跨度:

  • 而不是 return <div style="width:200px"> ... </div>使用return <table> ... </table>
  • 设置 useHTML: true

关于javascript - 在表格内创建 Highcharts 饼图图例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19238706/

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