新增五分钟颗粒度

This commit is contained in:
lai
2023-12-28 20:34:00 +08:00
parent 25b5212588
commit a53fd939e1

View File

@@ -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' },