新增五分钟颗粒度
This commit is contained in:
@@ -285,9 +285,7 @@ function fnDesign() {
|
||||
right: '30%',
|
||||
bottom: '20%',
|
||||
},
|
||||
yAxis: [
|
||||
{ type: 'value', splitNumber: 4, axisLabel: { fontSize: 10 } },
|
||||
],
|
||||
yAxis: [{ type: 'value', splitNumber: 4, axisLabel: { fontSize: 10 } }],
|
||||
};
|
||||
chartsOption.perfChart = option;
|
||||
|
||||
@@ -397,6 +395,7 @@ onMounted(() => {
|
||||
v-model:value="queryParams.particle"
|
||||
:placeholder="t('common.selectPlease')"
|
||||
:options="[
|
||||
{ label: '5M', value: '5' },
|
||||
{ label: '15M', value: '15' },
|
||||
{ label: '30M', value: '30' },
|
||||
{ label: '60M', value: '60' },
|
||||
|
||||
Reference in New Issue
Block a user