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

Tooltips missing for points on StackedAreaChart #758

Closed
1 of 5 tasks
obambrough opened this issue Aug 21, 2020 · 1 comment · Fixed by #764
Closed
1 of 5 tasks

Tooltips missing for points on StackedAreaChart #758

obambrough opened this issue Aug 21, 2020 · 1 comment · Fixed by #764

Comments

@obambrough
Copy link
Contributor

I am submitting a...

  • Feature request
  • Design defect
  • Source code defect
  • Demo/documentation defect
  • Other

charts version:

charts: 0.34.9

Issue description

StackedAreaChart doesn't show tooltip for point on any dataset other than the first dataset (e.g. only the datapoint lowest on the y-axis has a tooltip shown when the mouse is hovering over the point.)

Steps to produce the issue

This is present on any StackedAreaChart

Current behavior

When you hover over a graph point it only shows the tooltip for the bottom most point on the y-axis.

Expected behavior

The individual tooltip should appear when hovering over any graph point.

Screenshot or recording

The behaviour can be seen on the Carbon Charts storybook: https://carbon-design-system.github.io/carbon-charts/?path=/story/area--stacked-area-time-series

Short recording showing only the lowest datapoint shows a tooltip
Missing tooltips.mov.zip

@hlyang397
Copy link
Contributor

I think #764 may fix this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants