/grafana-image-plugin

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Simple React Panel

CircleCI David Dependency Status David Dev Dependency Status Known Vulnerabilities Maintainability Test Coverage

This is just a stub to show how you can create a basic visualization plugin.

First, install dependencies:

yarn install

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