You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TCL735
changed the title
Gauge uses tickPrefix as a literal string in front of ticks
Gauge should use tickPrefix as a literal string in front of ticks
May 19, 2021
Template: multiple
Describe the problem
Gauge treats the
tickPrefix
property as a literal string. And this is the correct behavior.If "false" is the value, then "false" is literally the value that will appear in front of each tick on the Gauge.
Please update all templates'
tickPrefix
to ensure that no undesired strings are given as the value.To Reproduce
Steps to reproduce the behavior:
Search the entire repository's files for the word
tickPrefix
Expected behavior
tickPrefix
should be removed if "false" is not the desired prefix.Screenshots
If applicable, add screenshots to help explain your problem.
How are you running InfluxDB?
Additional context
The text was updated successfully, but these errors were encountered: