fix:圆环宽度

This commit is contained in:
“zhuzihan”  2025-08-14 13:50:37 +08:00
parent eed555adb0
commit 518661cf77
2 changed files with 5 additions and 5 deletions

View File

@ -1211,10 +1211,10 @@ const initCharts = () => {
},
series: [
{
type: 'pie',
radius: ['30%', '70%'],
center: ['60%', '50%'],
roseType: 'area',
type: 'pie', // pie | ring
radius: ['30%', '50%'],
center: ['50%', '50%'],
// roseType: 'area',
label: {
show: true,
formatter: '{b}: {d}%',

View File

@ -3,7 +3,7 @@ const env = import.meta.env.MODE || 'development';
const config = {
development: {
apiBaseUrl: 'http://192.168.5.49:48080',
apiBaseUrl: 'http://192.168.5.102:48080',
},
production: {
apiBaseUrl: 'http://36.103.199.218:48088',