mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +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) {
|
||||
console.log(params);
|
||||
const { widgets } = getDashboard(dashboardStore.currentDashboard);
|
||||
const associate = (props.data.associate && props.data.associate) || [];
|
||||
|
||||
|
@ -90,7 +90,7 @@ function getOption() {
|
||||
name: i,
|
||||
type: "line",
|
||||
symbol: "circle",
|
||||
symbolSize: 6,
|
||||
symbolSize: 8,
|
||||
showSymbol: props.config.showSymbol,
|
||||
step: props.config.step,
|
||||
smooth: props.config.smooth,
|
||||
|
Loading…
Reference in New Issue
Block a user