Skip to content

Commit

Permalink
chore: try disabling the inactive state changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Sep 27, 2024
1 parent dd14a94 commit f96237f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,22 @@ export default ({
point: {
events: {
click: function () {
console.log(
'jj onClick handler',
this.category,
this.series.name
)
onClick(this.graphic?.element, {
category: this.category,
series: this.series.name,
})
},
},
},
states: {
inactive: {
enabled: false,
},
},
}
: {}
Expand Down

0 comments on commit f96237f

Please sign in to comment.