diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ee3e7..3f80844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Add plugin e2e tests and remove cypress (#281, #283) - Update context parameters in Examples (#282) +- Add Business Charts video tutorial (#291) ## 6.0.0 (2024-03-24) diff --git a/README.md b/README.md index 3b50c47..920ef77 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ The Business Charts Panel allows you to integrate charts and graphs created by t Apache ECharts is a powerful and versatile data visualization library providing a wide range of chart types including statistical capabilities. It is written in pure JavaScript and based on [zrender](http://ecomfe.github.io/zrender/), a lightweight graphic library for chart rendering. -[![Business Charts panel for Grafana | Explore possibilities](https://raw.githubusercontent.com/volkovlabs/volkovlabs-echarts-panel/main/img/overview.png)](https://youtu.be/S3PiL1p1v5U) +[![Business Charts panel for Grafana 6.0.0 powered by Apache ECharts library | Visual Editor tutorial](https://raw.githubusercontent.com/volkovlabs/volkovlabs-echarts-panel/main/img/business-charts.png)](https://youtu.be/adOjUxrfysc) The Business Charts plugin offers an easy way of adding intuitive, interactive, and highly customizable charts to your Grafana dashboard. ## Requirements - Business Charts Panel 6.X requires **Grafana 10** or **Grafana 11**. -- Business Charts Panel 5.X requires **Grafana 9** or **Grafana 10**. -- Business Charts Panel 3.X and 4.X require **Grafana 8.5** or **Grafana 9**. +- Apache ECharts Panel 5.X requires **Grafana 9** or **Grafana 10**. +- Apache ECharts Panel 3.X and 4.X require **Grafana 8.5** or **Grafana 9**. ## Getting Started diff --git a/img/business-charts.png b/img/business-charts.png new file mode 100644 index 0000000..732d318 Binary files /dev/null and b/img/business-charts.png differ