|
@@ -166,7 +166,7 @@ const renderChart = (data: any[]) => {
|
|
|
type: 'value',
|
|
type: 'value',
|
|
|
axisLabel: { color: '#D1D5DB' },
|
|
axisLabel: { color: '#D1D5DB' },
|
|
|
splitLine: {
|
|
splitLine: {
|
|
|
- lineStyle: { color: '#374151', type: 'dashed', opacity: 0.5 } // 网格线稍微亮一点
|
|
|
|
|
|
|
+ lineStyle: { color: '#457794', type: 'dashed' } // 网格线稍微亮一点
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
series: fieldConfig.map((item, index) => {
|
|
series: fieldConfig.map((item, index) => {
|