gpt4 book ai didi

charts - (ApexCharts) 如何使饼图大小相同?

转载 作者:行者123 更新时间:2023-12-05 05:45:57 26 4
gpt4 key购买 nike

我的问题:图表大小是固定的,包括图例。

我想固定除图例以外的饼图大小。如何使饼图大小相同?

这是我的代码。请帮助我

var options = {
series: [25, 15, 44],
chart: {
type: 'pie',
**width: '300px'**
},
labels: ["Monday", "Tuesday", "Wednesday"],
theme: {
monochrome: {
enabled: true,
color: '#f38200',
shadeIntensity: 0.9
}
},
plotOptions: {
pie: {
size : "200px"
}
},
stroke: {
show: false
},
dataLabels: {
enabled: false
},
legend: {
position: 'bottom',
horizontalAlign: 'left',
markers: {
width: 9, height: 9
},
itemMargin: {
horizontal: 20, vertical: 0
},
formatter: function(seriesName, opts) {
~~~~~~~
return legend;
}
}
};

IMG - This is my problem

最佳答案

尝试将图例宽度或高度设置为静态值,例如

legend: {
width: 200
}

关于charts - (ApexCharts) 如何使饼图大小相同?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71260163/

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