fix:圆环宽度
This commit is contained in:
parent
eed555adb0
commit
518661cf77
@ -1211,10 +1211,10 @@ const initCharts = () => {
|
|||||||
},
|
},
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
type: 'pie',
|
type: 'pie', // 饼图 可选pie | ring
|
||||||
radius: ['30%', '70%'],
|
radius: ['30%', '50%'],
|
||||||
center: ['60%', '50%'],
|
center: ['50%', '50%'],
|
||||||
roseType: 'area',
|
// roseType: 'area',
|
||||||
label: {
|
label: {
|
||||||
show: true,
|
show: true,
|
||||||
formatter: '{b}: {d}%',
|
formatter: '{b}: {d}%',
|
||||||
|
@ -3,7 +3,7 @@ const env = import.meta.env.MODE || 'development';
|
|||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
development: {
|
development: {
|
||||||
apiBaseUrl: 'http://192.168.5.49:48080',
|
apiBaseUrl: 'http://192.168.5.102:48080',
|
||||||
},
|
},
|
||||||
production: {
|
production: {
|
||||||
apiBaseUrl: 'http://36.103.199.218:48088',
|
apiBaseUrl: 'http://36.103.199.218:48088',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user