Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nh-live/grafana-echarts

 
 

Repository files navigation

Grafana Echarts Panel

Echarts panel for grafana 6+ & 7+, coding with react.

Code editor is attached in the edit panel to configure the option of echarts.

Support echarts-wordcloud, echarts-liquidfill and echarts-gl.

image

How Use

  1. Clone this repo to "/grafana_path/data/plugins".
  2. Restart grafana.

(Map support: Add YourMap.json to src/map and run yarn build, panel will auto register it(echarts.registerMap('YourMap', {...}))).

Custom

This plugin build with @grafana/toolkit.

  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

Echarts panel for grafana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.5%
  • JavaScript 4.4%
  • CSS 3.1%