Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 570 Bytes

File metadata and controls

32 lines (21 loc) · 570 Bytes

Simple Angular Panel

CircleCI

Hello world showing series in Grafana panel.

Building this plugin

This plugin leverages the grafana-toolkit to simplify building and packaging a plugin.

Install module dependencies:

yarn

Build plugin in production mode:

yarn build

Build plugin in development mode:

yarn dev

Build plugin in development mode, watching for changes:

yarn dev --watch