This panel is a fork of the original Grafana table panel, for customisation.
Same as the original with some options added :
-
Add a display option to column type Number. The display option has 3 modes:
Value: display the value with the desired format, just like usual, nothing change.Progress Bar: display the value on top of a progress bar, when unit ispercentDelta: display an arrow up for positive numbers, and an arrow down for negative numbers. Original value is displayed in a tooltip on hover. A possible feature is to add a threshold support to this option.
-
Add a new type
Country code, with a display mode option:Value: display original valueFlag icon: display a flag icon (svg format). For this feature to works, the country code must be ISO 3166-1-alpha-2
-
Add a
stealthdisplay option to typestring
- Simply clone the repository in your grafana plugin folder and you're set.
- Build Grafana from source
- Clone the repository in the
data/pluginsfolder andcdto it - make sure you have yarn installed
- install project dependencies:
yarn install --pure-lockfile - Start the "watch" task:
yarn watch - Run a local Grafana instance
grafana/bin/<os>-<architecture>/grafana-server - Open Grafana at http://localhost:3000/
- Log in with username "admin" and password "admin"
- Create new dashboard and add the plugin
yarn build