You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The onClick prop has been added to the Bar chart component, but it'd be helpful to have it for Line as well.
🤔 Expected Behavior?
Hovering over the line chart when there's a ChartTooltip child component shows a tooltip line and a circle indicating the closest line point. When hovering over that circle (or maybe anywhere when the pointer is hovering over the chart, taking the closest point) clicking the line chart should fire a callback with the datum of the point provided as the argument.
💁 Possible Solution
No response
🔦 Context
For the ActivityMap Chrome extension we are updating, we want to use RSC. But we need the ability to have an onClick callback to the live chart view, so that we can focus all of the data in a separate panel that happens at the point in time which the user clicked on.
💻 Examples
This would work similarly to how the Bar's onClick works.
Provide a general summary of the feature here
The
onClick
prop has been added to theBar
chart component, but it'd be helpful to have it forLine
as well.🤔 Expected Behavior?
Hovering over the line chart when there's a
ChartTooltip
child component shows a tooltip line and a circle indicating the closest line point. When hovering over that circle (or maybe anywhere when the pointer is hovering over the chart, taking the closest point) clicking the line chart should fire a callback with the datum of the point provided as the argument.💁 Possible Solution
No response
🔦 Context
For the ActivityMap Chrome extension we are updating, we want to use RSC. But we need the ability to have an
onClick
callback to the live chart view, so that we can focus all of the data in a separate panel that happens at the point in time which the user clicked on.💻 Examples
This would work similarly to how the Bar's
onClick
works.🧢 Your Company/Team
ClientApps
The text was updated successfully, but these errors were encountered: