question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tooltips: false does not disable tooltips

See original GitHub issue

Expected Behavior

In beta.6, tooltips: false has no effect, need to specify tooltips: {enabled: false}

This is exemplified in https://github.com/chartjs/chartjs-plugin-datalabels/pull/203, in some of the samples.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kurklecommented, Nov 30, 2020

Actually closed by #8089, by removing options.tooltips in favor of options.plugins.tooltip.

0reactions
santam85commented, Nov 30, 2020

@kurkle @simonbrunel happy to take a stab at a PR if you could clarify the desired configuration schema?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hide/disable tooltips chart.js - Stack Overflow
I have tried this code, but they never hide. Chart.defaults.global.tooltipenabled = false;. You can see all the code here of the chart: https://jsfiddle ......
Read more >
Tooltip enable/disable not working with Scatter plot #10044
Testing with enabled: true/false shows that this now toggles correctly. There is probably a more ideal solution but it works for me for...
Read more >
Hide the Tooltip in ChartJS - Mastering JS
To disable the tooltip menu that pops up when you hover over a chart element, you must disable it in the options object...
Read more >
Tooltips · Bootstrap v5.0
disable. Removes the ability for an element's tooltip to be shown. The tooltip will only be able to be shown if it is...
Read more >
tooltip | highcharts API Reference
Return false to disable tooltip for a specific point on series. A subset of HTML is supported. Unless useHTML is true, the HTML...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found