更新页面
This commit is contained in:
@ -24,7 +24,7 @@ const props = defineProps({
|
||||
// 新增:是否启用自动循环展示提示框
|
||||
autoTooltip: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
},
|
||||
// 新增:提示框循环间隔时间(毫秒)
|
||||
tooltipInterval: {
|
||||
@ -273,8 +273,8 @@ function lineChartFn(xDate, legend, series) {
|
||||
},
|
||||
grid: {
|
||||
top: "25%",
|
||||
right: "8%",
|
||||
left: "10%",
|
||||
right: "2%",
|
||||
left: "6%",
|
||||
bottom: "22%"
|
||||
},
|
||||
xAxis: [
|
||||
|
||||
Reference in New Issue
Block a user