-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed as not planned
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.topic: eventtopic: gaugewaiting-for: community
Description
What problem does this feature solve?
Hi,
We have a requirement, where we need to trigger a click event on gauge chart detail.
we tried with the below code, but with that click, event is not firing on gauge detail
myChart.on('click',onclick);
function onclick(){
console.log('clicked');
}
can you please suggest a way to trigger a click event on the gauge detail?
What does the proposed API look like?
Similar to series click event, we are looking for a way to trigger a click event on the gauge detail.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.topic: eventtopic: gaugewaiting-for: community
