Skip to content

Click Event on Gauge Chart Details[Feature]  #16651

@MNHarshitha

Description

@MNHarshitha

What problem does this feature solve?

Hi,
We have a requirement, where we need to trigger a click event on gauge chart detail.

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions