Skip to content

Commit 085652b

Browse files
authored
update readme about information on sankey-panel (#39)
1 parent 36df519 commit 085652b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

FN_README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
112

213
# Troubleshooting
314

@@ -23,4 +34,4 @@ For safety reason VSCode requires you to explicitly activate the custom TS setti
2334

2435
- Press ctrl+shift+p in a TypeScript file
2536
- Choose "Select TypeScript Version"
26-
- Pick "Use Workspace Version"
37+
- Pick "Use Workspace Version"

0 commit comments

Comments
 (0)