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 is always visible for Pie Charts #330

Open
awarycha opened this issue Jul 5, 2021 · 0 comments
Open

Tooltip is always visible for Pie Charts #330

awarycha opened this issue Jul 5, 2021 · 0 comments

Comments

@awarycha
Copy link

awarycha commented Jul 5, 2021

Steps to reproduction

  • Set tooltip chart option to false e.g.
let chartOptions = {
      theme: 'light',
      tooltip: false, // Bug: for Pie Chart tooltip is always visible 
      arcWidthRatio: 0.45,
      legend: 'compact',
      grid: true
    };
  • Render Pie Chart with the options as above.

Current result: Tooltip is visible
Expected result: Tooltip is not visible

It works for other charts (ScatterPlot)

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

No branches or pull requests

1 participant