Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[charts] Synchronized Tooltips When Highlighted Item is Shared #16133

Open
ckrohn-JB opened this issue Jan 10, 2025 · 0 comments
Open

[charts] Synchronized Tooltips When Highlighted Item is Shared #16133

ckrohn-JB opened this issue Jan 10, 2025 · 0 comments
Labels
component: charts This is the name of the generic UI component, not the React module! new feature New feature or request status: waiting for maintainer These issues haven't been looked at yet by a maintainer support: premium standard Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/

Comments

@ckrohn-JB
Copy link

ckrohn-JB commented Jan 10, 2025

Summary

Synchronized item highlighting is great, but in order for a full implementation with a multi-chart setup I need to display tooltips across all charts.

If the tooltip for each is as follows on an arbitrary date:

Pricing:

  • Pizza: $10.14
  • Popcorn: $5.13

Sales:

  • Pizza: 5
  • Popcorn: 10

When the id between each is "sync", and an axis highlight is triggered, I'd like to render both of these tooltips in their respective areas. When an item is selected and set via highlightedItem I'd like to render each matching item.

If pizza is highlighted on the pricing chart I'd like the tooltip on the sales chart to also display the corresponding content (Rendering both $10.14 and 5).

Please let me know if this is already possible.

Thanks!

Examples

Apex Charts Example

Motivation

Imagine you are displaying pricing data, and sales data across multiple product lines at once on a line chart. To clean up the display you want to render them in separate charts, as there are numerous items that get cluttered fast. When you hover over the x-axis you can render the tooltip as expected, but for all charts when synchronized instead of just one.

Search keywords: highlight tooltip synchronized

Order ID: 86204

@ckrohn-JB ckrohn-JB added new feature New feature or request status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 10, 2025
@github-actions github-actions bot added the support: premium standard Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/ label Jan 10, 2025
@JCQuintas JCQuintas added the component: charts This is the name of the generic UI component, not the React module! label Jan 10, 2025
@JCQuintas JCQuintas changed the title Synchronized Tooltips When Highlighted Item is Shared [charts] Synchronized Tooltips When Highlighted Item is Shared Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: charts This is the name of the generic UI component, not the React module! new feature New feature or request status: waiting for maintainer These issues haven't been looked at yet by a maintainer support: premium standard Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/
Projects
None yet
Development

No branches or pull requests

2 participants