Open TCL735 opened 3 years ago
Template: multiple
Describe the problem Gauge treats the tickPrefix property as a literal string. And this is the correct behavior.
tickPrefix
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
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