update dot

This commit is contained in:
Qiuxia Fan 2022-07-07 14:49:47 +08:00
parent 54d23e90ba
commit 410333ab3b
2 changed files with 1 additions and 2 deletions

View File

@ -163,7 +163,6 @@ export default defineComponent({
} }
} }
function clickHandle(params: EventParams | any) { function clickHandle(params: EventParams | any) {
console.log(params);
const { widgets } = getDashboard(dashboardStore.currentDashboard); const { widgets } = getDashboard(dashboardStore.currentDashboard);
const associate = (props.data.associate && props.data.associate) || []; const associate = (props.data.associate && props.data.associate) || [];

View File

@ -90,7 +90,7 @@ function getOption() {
name: i, name: i,
type: "line", type: "line",
symbol: "circle", symbol: "circle",
symbolSize: 6, symbolSize: 8,
showSymbol: props.config.showSymbol, showSymbol: props.config.showSymbol,
step: props.config.step, step: props.config.step,
smooth: props.config.smooth, smooth: props.config.smooth,