Skip to content

orchestracities/iconstat-panel

Repository files navigation

Orchestra Cities - Icon Stat Panel

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

Example

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)

Options

It requires Grafana >=8.2.0

What is Grafana Panel Plugin?

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

Set up dev environment

See Contributing