You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FN_README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
# Sankey plugin
2
+
3
+
## How to work with it?
4
+
5
+
We created our fork of [snakey-panel](https://github.com/IsmaelMasharo/sankey-panel) ---> [our fork](https://github.com/fluxninja/sankey-panel) and if we want to add some changes to it we need to:
6
+
- git clone our fork
7
+
- add changes we want
8
+
- build plugin using `yarn build` (if you want to test something use `yarn dev` because the normal build removes all console.logs)
9
+
- copy-paste builded version of plugin into grafana `public/app/plugins/panel/sankey-panel-0.5.0`
10
+
- refresh grafana
11
+
1
12
2
13
# Troubleshooting
3
14
@@ -23,4 +34,4 @@ For safety reason VSCode requires you to explicitly activate the custom TS setti
0 commit comments