新增五分钟颗粒度

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