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
This feature request is for the capability to externally trigger tooltips in chart components, such as DonutChart. The primary use case is to allow tooltips to be activated when interacting with elements outside of the chart, like a list of data points. For instance, clicking on a data point in a separate list should activate the corresponding tooltip in the DonutChart.
Importance and Rationale:
This feature will enhance the interactivity and cohesion between different UI components, significantly improving user experience. It allows for more flexible and interactive data visualization, as users can receive detailed information about a chart segment not only by hovering over it but also through external interactions.
In this proposal, the externalTooltipTrigger prop would take an identifier (like a data point name or index) that corresponds to a specific segment in the chart. When this prop is updated, the corresponding tooltip in the chart would become active, mirroring the behavior as if the user hovered over the segment itself.
This approach maintains current tooltip functionality while adding the flexibility to activate tooltips from external interactions, bridging the gap between different components and making data exploration more intuitive and user-friendly.
The text was updated successfully, but these errors were encountered:
I think this is similar to #876 which already has a PR #982 . I think of changing the props so there'd be another prop showLegend in order to make both this issue and #876 . If any changes needed to PR let me know.
What problem does this feature solve?
This feature request is for the capability to externally trigger tooltips in chart components, such as DonutChart. The primary use case is to allow tooltips to be activated when interacting with elements outside of the chart, like a list of data points. For instance, clicking on a data point in a separate list should activate the corresponding tooltip in the DonutChart.
Importance and Rationale:
This feature will enhance the interactivity and cohesion between different UI components, significantly improving user experience. It allows for more flexible and interactive data visualization, as users can receive detailed information about a chart segment not only by hovering over it but also through external interactions.
What does the proposed API look like?
In this proposal, the externalTooltipTrigger prop would take an identifier (like a data point name or index) that corresponds to a specific segment in the chart. When this prop is updated, the corresponding tooltip in the chart would become active, mirroring the behavior as if the user hovered over the segment itself.
This approach maintains current tooltip functionality while adding the flexibility to activate tooltips from external interactions, bridging the gap between different components and making data exploration more intuitive and user-friendly.
The text was updated successfully, but these errors were encountered: