3888007c by zhangmeng

大屏

1 parent b340d8f9
......@@ -691,6 +691,7 @@ const handelZhu3 = () => {
}
},
grid: {
top: "18%",
left: '3%',
right: '4%',
bottom: '3%',
......@@ -877,7 +878,6 @@ function autoHover(myChart, option, index, time) {
padding: calc(5 * 100vw / 1920) calc(11 * 100vw / 1920);
}
.center {
width: 100%;
......
......@@ -285,7 +285,10 @@ const setB = () => {
yAxis: [
{
type: 'value',
name: '金额(W)',
axisLabel: {
formatter: '{value}w' // 在数值后添加单位
},
name: '',
axisLine: {
show: true,
lineStyle: {
......@@ -427,7 +430,10 @@ const setC = () => {
yAxis: [
{
type: 'value',
name: '金额(万元)',
name: '',
axisLabel: {
formatter: '{value}w' // 在数值后添加单位
},
axisLine: {
show: true,
lineStyle: {
......
......@@ -106,6 +106,9 @@ const setA = () => {
},
xAxis: {
type: 'value',
axisLabel: {
formatter: '{value}w' // 在数值后添加单位
},
axisLine: {
show: true,
lineStyle: {
......@@ -214,6 +217,9 @@ const setB = () => {
},
xAxis: {
type: 'value',
axisLabel: {
formatter: '{value}w' // 在数值后添加单位
},
axisLine: {
show: true,
lineStyle: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!