更新基础分析bug

This commit is contained in:
王博冉
2022-10-14 10:49:12 +08:00
parent 2fdb171432
commit e5e65087e0
10 changed files with 16 additions and 18 deletions

View File

@@ -104,7 +104,7 @@ export default defineComponent({
if (empty_option) {
data = clearData(data);
}
const config = useChartOption(data, type, data_label, other);
const config = useChartOption(data, type, data_label, other, props.data.max);
option.value = config;
}