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

Tooltip: Align existing functionality across chart types #3933

Open
nikolasrieble opened this issue Nov 4, 2023 · 1 comment
Open

Tooltip: Align existing functionality across chart types #3933

nikolasrieble opened this issue Nov 4, 2023 · 1 comment
Labels
enhancement Enhancement to a current API Tooltip Issues that deal with the Tooltip content, its behaviour, and bugs.

Comments

@nikolasrieble
Copy link
Contributor

Context: #3380

The Tooltip currently shows different behaviour between ComposedChart / ScatterChart.
For a ScatterChart, the Tooltip shows exactly one point, independent of other points that might have the same xAxis value.

This feature is something that many users requested for the ComposedChart and due to the lack if workaround were needed.
(TODO: Find references / issues / workaround links).

On the other hand one might equally want to show in a ScatterChart a Tooltip in the manner of the ComposedChart, i.e. a single Tooltip for all entries with the same xAxis value.

I suggest to extend the Tooltip with a new field such as mode: 'single' | 'xAxis'.

I am confident this has high user value, it would further simplify and align our API across Charts.

@nikolasrieble
Copy link
Contributor Author

nikolasrieble commented Nov 4, 2023

@andrewangelle You might like this problem. Either way curious to hear your perspective.

@ckifer ckifer added enhancement Enhancement to a current API Tooltip Issues that deal with the Tooltip content, its behaviour, and bugs. labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to a current API Tooltip Issues that deal with the Tooltip content, its behaviour, and bugs.
Projects
None yet
Development

No branches or pull requests

2 participants