前端优化

This commit is contained in:
zengqiao
2022-08-24 21:29:57 +08:00
parent 9465c6f198
commit 47887a20c6
19 changed files with 115 additions and 97 deletions

View File

@@ -144,9 +144,10 @@ const seriesCallback = (lines: { name: string; data: [number, string | number][]
},
symbol: 'emptyCircle',
symbolSize: 4,
// emphasis: {
// focus: 'self',
// },
smooth: 0.25,
areaStyle: {
opacity: 0.02,
},
};
});
};
@@ -181,6 +182,7 @@ export const getDetailChartConfig = (title: string, sliderPos: readonly [number,
legend: {
show: false,
},
color: CHART_COLOR_LIST,
dataZoom: [
{
type: 'inside',