This plugin extends Grafana Stat panel with icons support. More info at https://grafana.com/docs/grafana/latest/visualizations/stat-panel/
Icons supported are from FontAwesome
Options available:
- Icon selection
- Icon position selection (title or value)
- Custom title
- Custom prefix
- Custom suffix (will be combined with the unit if present)
- Trend (it displays an arrow showing the trend of the data)
It requires Grafana >=8.2.0
Panels are the building blocks of Grafana. They allow you to visualize data in different ways. While Grafana has several types of panels already built-in, you can also build your own panel, to add support for other visualizations.
For more information about panels, refer to the documentation on Panels
See Contributing