https://github.com/jackw/grafana-test-plugin
tester tester!
https://github.com/jackw/grafana-test-plugin
Last synced: 11 months ago
JSON representation
tester tester!
- Host: GitHub
- URL: https://github.com/jackw/grafana-test-plugin
- Owner: jackw
- License: apache-2.0
- Created: 2021-03-31T13:59:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T10:36:20.000Z (about 5 years ago)
- Last Synced: 2025-07-06T14:03:30.302Z (11 months ago)
- Language: TypeScript
- Size: 225 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Grafana Panel Plugin Template
[](https://github.com/grafana/grafana-starter-panel/actions?query=workflow%3A%22CI%22)
This template is a starting point for building Grafana Panel Plugins in Grafana 7.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](https://grafana.com/docs/grafana/latest/features/panels/panels/)
## Getting started
1. Install dependencies
```bash
yarn install
```
2. Build plugin in development mode or run in watch mode
```bash
yarn dev
```
or
```bash
yarn watch
```
3. Build plugin in production mode
```bash
yarn build
```
## Learn more
- [Build a panel plugin tutorial](https://grafana.com/tutorials/build-a-panel-plugin)
- [Grafana documentation](https://grafana.com/docs/)
- [Grafana Tutorials](https://grafana.com/tutorials/) - Grafana Tutorials are step-by-step guides that help you make the most of Grafana
- [Grafana UI Library](https://developers.grafana.com/ui) - UI components to help you build interfaces using Grafana Design System