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