tremorlabs / tremor

React components to build charts and dashboards
https://tremor.so
Apache License 2.0
15.39k stars 446 forks source link

[Bug]: How can we make the tooltip clickable? I'm unable to change the pointer-events attribute to all. #1030

Closed nextjs-tsadei closed 3 days ago

nextjs-tsadei commented 2 weeks ago

Tremor Version

v18.2.0+

Link to minimal reproduction

....

Steps to reproduce

What is expected?

want to make tooltip clickable.

What is actually happening?

Not able to make tooltip clickable because of point-event is none

What browsers are you seeing the problem on?

No response

Any additional comments?

No response

severinlandolt commented 3 days ago

Hi! It's not possible to make the tooltip it self clickable. If you wish to add such feature, you have to dive into Recharts directly (it's what we use under the hood).