Skip to content

Commit

Permalink
Delete panel plugins: flot, plotly, scatterplot, visx (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukochka authored May 28, 2024
1 parent a86655c commit 039e93f
Show file tree
Hide file tree
Showing 148 changed files with 1 addition and 66,432 deletions.
34 changes: 1 addition & 33 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,43 +72,11 @@ updates:
open-pull-requests-limit: 3
reviewers:
- "grafana/plugins-platform-frontend"

- package-ecosystem: "npm"
directory: "/panel-flot"
schedule:
interval: "monthly"
open-pull-requests-limit: 3
reviewers:
- "grafana/plugins-platform-frontend"

- package-ecosystem: "npm"
directory: "/panel-frame-select"
schedule:
interval: "monthly"
open-pull-requests-limit: 3
reviewers:
- "grafana/plugins-platform-frontend"

- package-ecosystem: "npm"
directory: "/panel-plotly"
schedule:
interval: "monthly"
open-pull-requests-limit: 3
reviewers:
- "grafana/plugins-platform-frontend"

- package-ecosystem: "npm"
directory: "/panel-scatterplot"
schedule:
interval: "monthly"
open-pull-requests-limit: 3
reviewers:
- "grafana/plugins-platform-frontend"

- package-ecosystem: "npm"
directory: "/panel-visx"
schedule:
interval: "monthly"
open-pull-requests-limit: 3
reviewers:
- "grafana/plugins-platform-frontend"
- "grafana/plugins-platform-frontend"
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ This repository contains example plugins to showcase different use cases.

| Example | Description |
| ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| [panel-flot](examples/panel-flot) | Shows how to use the [Flot](http://www.flotcharts.org) plotting library in a panel plugin. |
| [panel-frame-select](examples/panel-frame-select) | Shows how to update panel options with values from a data query response. |
| [panel-plotly](examples/panel-plotly) | Shows how to use the [Plotly](https://plotly.com/javascript/) graphing library in a panel plugin. |
| [panel-scatterplot](examples/panel-scatterplot) | Shows how to use D3 and SVG to create a scatter plot panel. |
| [panel-visx](examples/panel-visx) | Shows how to use [visx](https://github.com/airbnb/visx) to create a time series graph. |
| [panel-basic](examples/panel-basic) | Shows how to build a panel plugin that uses the time series graph from `@grafana/ui` to read and update the dashboard time range. |
| [panel-datalinks](examples/panel-datalinks) | Shows how to build a panel plugin that uses the datalinks functionality of Grafana. |

Expand Down
3 changes: 0 additions & 3 deletions examples/panel-flot/.config/.cprc.json

This file was deleted.

25 changes: 0 additions & 25 deletions examples/panel-flot/.config/.eslintrc

This file was deleted.

16 changes: 0 additions & 16 deletions examples/panel-flot/.config/.prettierrc.js

This file was deleted.

52 changes: 0 additions & 52 deletions examples/panel-flot/.config/Dockerfile

This file was deleted.

164 changes: 0 additions & 164 deletions examples/panel-flot/.config/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions examples/panel-flot/.config/entrypoint.sh

This file was deleted.

28 changes: 0 additions & 28 deletions examples/panel-flot/.config/jest-setup.js

This file was deleted.

Loading

0 comments on commit 039e93f

Please sign in to comment.