提交代码

This commit is contained in:
遥望-倪浩天 2024-09-24 10:12:49 +08:00
parent a873a14024
commit 29a64717d1
1 changed files with 28 additions and 24 deletions

View File

@ -237,25 +237,29 @@ const initLineVandDChart = (data, xData) => {
tooltip: {
trigger: 'item',
},
grid:{
right: '20%', //
left: '5%',
top: '10%',
bottom: '10%'
},
legend: {
type: 'scroll',
orient: 'vartical',
// x: "right",
orient: 'vertical', // vertical
top: 'center',
right: '15',
// bottom: "0%",
right: '15%', //
itemWidth: 16,
itemHeight: 8,
itemGap: 10,
textStyle: {
color: '#000000',
fontSize: 100,
fontWeight: 0,
fontSize: 12, // 100
fontWeight: 'normal' // 使 'normal' 'bold'
},
data: xData,
},
polar: {
center: ['30%', '56%'],
center: ['40%', '56%'],
},
angleAxis: {
interval: 1,
@ -309,7 +313,7 @@ const initLineVandDChart = (data, xData) => {
series: [
{
type: 'pie',
center: ['30%', '56%'],
center: ['40%', '56%'],
radius: ['5%', '10%'],
hoverAnimation: false,
labelLine: {
@ -336,7 +340,7 @@ const initLineVandDChart = (data, xData) => {
},
{
type: 'pie',
center: ['30%', '56%'],
center: ['40%', '56%'],
radius: ['80%', '85%'],
hoverAnimation: false,
labelLine: {
@ -366,7 +370,7 @@ const initLineVandDChart = (data, xData) => {
{
stack: 'a',
type: 'pie',
center: ['30%', '56%'],
center: ['40%', '56%'],
radius: ['20%', '80%'],
roseType: 'area',
zlevel: 10,
@ -515,14 +519,14 @@ const initPieChart2 = (seriesData) => {
grid: {
top: '15%',
left: 0,
right: '1%',
right: '15%',
bottom: 5,
containLabel: true,
},
legend: {
orient: 'vertical',
top: 'center',
right: 50,
right: "10%",
textStyle: {
align: 'left',
verticalAlign: 'middle',
@ -549,7 +553,7 @@ const initPieChart2 = (seriesData) => {
{
name: '需求类型占比',
type: 'pie',
center: ['30%', '50%'],
center: ['40%', '50%'],
radius: ['40%', '65%'],
label: {
normal: {