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.

Missing option to hide tooltip title

See original GitHub issue

Just found out that there’s no way to hide tooltip title in options, only through css

.apexcharts-tooltip-title {
    display: none;
}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
acarmuratcommented, Jun 12, 2020

@fakhamatia if you want to disable green one https://stackoverflow.com/questions/55140786/removing-x-axis-tooltip-in-apex-charts

if you want to disable red one : tooltip: { enabled :false }

1reaction
k2042commented, Apr 19, 2021

As I use tooltip: { enabled :false } I’m also losing the one on each axis (the one marked green on the picture in the comment above). I’m trying to set the settings like xaxis.tooltip.enabled: true, but no luck.

did you managed to find how to remove only one ? 😃 @k2042

Nope. Still don’t know if it’s even possible.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do you hide the title of a chart tooltip? - Stack Overflow
To hide the title of tooltip, you need to return an empty function on tooltips title's callback, like so ... options: { tooltips: ......
Read more >
How to hide default title when using tooltip? - SitePoint
how to hide default title when using tooltip? Im using css and the code below to show a tooltip. It pulls from the...
Read more >
Tooltip - Chart.js
Tooltip Configuration. Namespace: options.plugins.tooltip , the global options for the chart tooltips is defined in Chart.defaults.plugins.
Read more >
How to avoid tooltip to display when title is null or empty?
tooltip.hide(); }); Currently I am using Bootstrap tooltip and it is working fine on element which the title attribute is not exist or...
Read more >
Tooltips · Bootstrap v5.0
Enable or disable the sanitization. If activated 'template' and 'title' options will be sanitized. See the sanitizer section in our JavaScript documentation.
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