DisplayProcessor: Show strings as strings (#27097)

* WIP: strings and numbers

* Works in displayProcessor but units are not applied in applyFieldOverride

* removed bit

* Updated

* Added docs

* fixed typo
This commit is contained in:
Torkel Ödegaard
2020-08-25 09:50:37 +02:00
committed by GitHub
parent ddabf4ade1
commit 88fbdd6716
6 changed files with 57 additions and 17 deletions
@@ -26,3 +26,10 @@ Table visualizations allow you to apply:
## Display options
- **Show header -** Show or hide column names imported from your data source..
## Tips
### Display original string value
Grafana can sometime be too aggressive in parsing strings and displaying them as numbers. To make Grafana show the original
string create a field override and add a unit property with the `string` unit.