|
@@ -180,7 +180,7 @@ export default {
|
|
|
shadowBlur: 10,
|
|
|
shadowOffsetX: 0,
|
|
|
shadowOffsetY: 0,
|
|
|
- shadowColor: 'rgba(0,0,0,0.3)'
|
|
|
+ shadowColor: 'rgba(0,0,0,0.7)'
|
|
|
};
|
|
|
this.options = {
|
|
|
color: ['#80F1BE', '#dd4444'],
|
|
@@ -211,7 +211,7 @@ export default {
|
|
|
series: [{
|
|
|
name: '扭矩',
|
|
|
type: 'scatter',
|
|
|
- symbolSize: 10,
|
|
|
+ symbolSize: 15,
|
|
|
itemStyle: itemStyle,
|
|
|
markLine: {
|
|
|
silent: true,
|