Echarts panel for grafana
$ npm install
$ grunt
- Restart Grafana-server.
- Add a echarts panel.
- Add your echarts option to EchartsOption in edit page.
- Support liquidfill and wordcloud plugin.
- You can import other map ,just copy it to libs folder and import it in echarts_ctrl.js.
- dark.js is the theme file ,If you want to customize theme.
- Response belongs to your url has been saved as echartsData.
- Calling the timer function as the callback of callInterval(callBack, interval) function prevents it from being repeatedly triggered.