Skip to content

emnbdx/grafana-responsible-panel

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

daf1d33 · May 26, 2020

History

50 Commits
May 14, 2020
Jul 10, 2019
Apr 27, 2020
Feb 12, 2020
Apr 25, 2020
Apr 25, 2020
Jul 10, 2019
Feb 12, 2020
Jul 10, 2019
May 2, 2020
Jan 24, 2020
May 26, 2020
Jul 10, 2019
May 26, 2020

Repository files navigation

Grafana Panel Plugin Template

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

Getting started

  1. Install dependencies
yarn install
  1. Build plugin in development mode or run in watch mode
yarn dev

or

yarn watch
  1. Build plugin in production mode
yarn build

Learn more

About

Responsible panel used at HelloAsso

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.5%
  • JavaScript 12.5%