mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 17:05:10 +00:00
update dot
This commit is contained in:
parent
54d23e90ba
commit
410333ab3b
@ -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) || [];
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user