|
@@ -635,7 +635,7 @@
|
|
{
|
|
{
|
|
type: 'slider',
|
|
type: 'slider',
|
|
start: 0,
|
|
start: 0,
|
|
- end: 20,
|
|
|
|
|
|
+ end: 100,
|
|
xAxisIndex: [0],
|
|
xAxisIndex: [0],
|
|
bottom: 10,
|
|
bottom: 10,
|
|
height: 10,
|
|
height: 10,
|
|
@@ -647,6 +647,7 @@
|
|
axisLabel: {
|
|
axisLabel: {
|
|
interval: 1,
|
|
interval: 1,
|
|
rotate: 45,
|
|
rotate: 45,
|
|
|
|
+ color: '#0ff', // 标签颜色
|
|
},
|
|
},
|
|
},
|
|
},
|
|
yAxis: {
|
|
yAxis: {
|
|
@@ -660,6 +661,14 @@
|
|
color: '#eeeeee55', // 设置Y轴颜色
|
|
color: '#eeeeee55', // 设置Y轴颜色
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ axisLabel: {
|
|
|
|
+ margin: 15, // 控制刻度标签与轴线之间的距离
|
|
|
|
+ fontSize: 12, // 标签字体大小
|
|
|
|
+ color: '#0ff', // 标签颜色
|
|
|
|
+ },
|
|
|
|
+ nameTextStyle: {
|
|
|
|
+ color: '#0ff',
|
|
|
|
+ },
|
|
},
|
|
},
|
|
series: [
|
|
series: [
|
|
{
|
|
{
|
|
@@ -675,6 +684,12 @@
|
|
show: true,
|
|
show: true,
|
|
position: 'top',
|
|
position: 'top',
|
|
formatter: '{c}',
|
|
formatter: '{c}',
|
|
|
|
+ color: '#fff',
|
|
|
|
+ textShadowColor: '#333', // 阴影颜色
|
|
|
|
+ textShadowBlur: 0, // 阴影模糊半径
|
|
|
|
+
|
|
|
|
+ textBorderColor: '#333', // 描边颜色
|
|
|
|
+ textBorderWidth: 1, // 描边宽度
|
|
},
|
|
},
|
|
},
|
|
},
|
|
],
|
|
],
|