更新基础分析bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user