Apache ECharts PanelThe Apache ECharts plugin is a visualization panel for Grafana that allows you to incorporate the popular Apache ECharts library into your Grafana dashboard.
Data SourcesBelow is a code snippet demonstrating how you can retrieve data from your data source to use in the Apache ECharts visualization panel.
Directed GraphIn two parts video tutorial, Daria explained how we built and visualized directed graphs in Grafana using the Apache ECharts visualization panel.
ECharts FunctionsetOption(options) is the main Apache ECharts library function. This function is called to build any chart.
ECharts InstanceechartsInstance is the created instance (container) of the Apache ECharts. It allows to
Event HandlingUsers can trigger related events through their operation. To react on Mouse and other events, use echartsInstance: