Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 475 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 475 Bytes

Tamplate Value Panel

Same as SingleStat plugin, but for several series.

Difference between SingleStat:

  • Does not support sparklines
  • Allows to provide several series and render them separetely in the template string
  • Background color could be provided using threshold from template expression

To work with this plugin run:

yarn dev

or

yarn watch

This will run linting tools and apply prettier fix.

To build the plugin run:

yarn build