aviadbi1 / grafana-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:TypeScript 95.7%Language:JavaScript 4.3%