/grafana-echarts

Echarts panel for grafana

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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