mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 20:02:07 +08:00
前端优化
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user