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.

tooltip.y.formatter and yaxis.labels.formatter not working

See original GitHub issue

On a donut chart (did not check other types) the tooltip.y.formatter and yaxis.labels.formatter are never called. Therefore values cannot be formated properly.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
junedchhipacommented, Nov 26, 2018

In the recent updates, I disabled the tooltip for donuts accidentally. Enabled them again.

For now, you can enable the tooltip by

tooltip: {
  enabled: true
}
0reactions
tnusraddinovcommented, Nov 26, 2018

Tooltip still does not work

Read more comments on GitHub >

github_iconTop Results From Across the Web

With HighCharts, how can I have the same tooltip formatter as ...
In this jsfiddle, I've added a y axis formatter (divide by thousand), but the tooltip contents remain unformatted. Edit: I have a dynamic...
Read more >
yAxis.labels.formatter | highcharts API Reference
If there is enough space, labels are not rotated. As the chart gets narrower, it will start rotating the labels -45 degrees, then...
Read more >
formatting y-axis labels and tooltip values in igDataChart for ...
I am just passing min and max values and steps are generated automatically, so I don't have clue about how to format internally...
Read more >
Advanced configuration examples
Modify the y-axis and add a percent symbol after the labels : ... bars <- bars %>% ax_tooltip( y = list( title =...
Read more >
Multiple y-axis - different tooltip formats - CodePen
... the 'http' protocol, which may not work when the browser is using https. ... false,\\n ...
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