|
@@ -71,9 +71,9 @@ const worksChartOption: EChartOption = {
|
|
|
},
|
|
|
axisLabel: {
|
|
|
show: true,
|
|
|
- textStyle: {
|
|
|
+
|
|
|
color: "#444",
|
|
|
- },
|
|
|
+
|
|
|
},
|
|
|
},
|
|
|
],
|
|
@@ -111,7 +111,7 @@ const worksChartOption: EChartOption = {
|
|
|
type: "bar",
|
|
|
data: [20, 50, 80, 58, 83, 68, 57, 80, 42, 66],
|
|
|
barWidth: 10, //柱子宽度
|
|
|
- barGap: 1, //柱子之间间距
|
|
|
+ barGap: '1', //柱子之间间距
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
color: "#5b82ee",
|
|
@@ -124,7 +124,7 @@ const worksChartOption: EChartOption = {
|
|
|
type: "bar",
|
|
|
data: [50, 70, 60, 61, 75, 87, 60, 62, 86, 46],
|
|
|
barWidth: 10,
|
|
|
- barGap: 1,
|
|
|
+ barGap: '1',
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
color: "#f2e251",
|
|
@@ -137,7 +137,7 @@ const worksChartOption: EChartOption = {
|
|
|
type: "bar",
|
|
|
data: [70, 48, 73, 68, 53, 47, 50, 72, 96, 86],
|
|
|
barWidth: 10,
|
|
|
- barGap: 1,
|
|
|
+ barGap: '1',
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
color: "#fe8161",
|