Skip to content

Commit

Permalink
Update required Grafana version to 9.2+ (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Feb 15, 2024
1 parent cd6c2be commit 5089b65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 5.2.0 (2024-02-14)

### Breaking changes

- Requires Grafana 9.2 and Grafana 10

### Features / Enhancements

- Updated README and documentation (#214)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ The Apache ECharts plugin offers an easy way of adding intuitive, interactive, a

## Requirements

- Apache ECharts Panel 5.X requires **Grafana 9** or **Grafana 10**.
- Apache ECharts Panel 5.X requires **Grafana 9.2** or **Grafana 10**.
- Apache ECharts Panel 3.X and 4.X require **Grafana 8.5** or **Grafana 9**.

## Getting Started

You can install Apache ECharts Panel from the [Grafana Plugins catalog](https://grafana.com/grafana/plugins/volkovlabs-echarts-panel/) or using the Grafana command line tool.
You can install the Apache ECharts Panel from the [Grafana Plugins [catalog](https://grafana.com/grafana/plugins/volkovlabs-echarts-panel/) or use the Grafana command line tool.

For the latter, please use the following command.

Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"dependencies": {
"grafanaDependency": ">=9.0.0",
"grafanaDependency": ">=9.2.0",
"plugins": []
},
"id": "volkovlabs-echarts-panel",
Expand Down

0 comments on commit 5089b65

Please sign in to comment.