From 1e973f18b5f11fedca2d5ba5f3b1764941e81dee Mon Sep 17 00:00:00 2001 From: Leonard Armanowski Date: Wed, 21 Dec 2022 12:13:49 +0100 Subject: [PATCH] update readme about information on sankey-panel --- FN_README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/FN_README.md b/FN_README.md index 7c43274f36d9..a3b7f9eed6c0 100644 --- a/FN_README.md +++ b/FN_README.md @@ -1,3 +1,14 @@ +# Sankey plugin + +## How to work with it? + +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: +- git clone our fork +- add changes we want +- build plugin using `yarn build` (if you want to test something use `yarn dev` because the normal build removes all console.logs) +- copy-paste builded version of plugin into grafana `public/app/plugins/panel/sankey-panel-0.5.0` +- refresh grafana + # Troubleshooting @@ -23,4 +34,4 @@ For safety reason VSCode requires you to explicitly activate the custom TS setti - Press ctrl+shift+p in a TypeScript file - Choose "Select TypeScript Version" -- Pick "Use Workspace Version" \ No newline at end of file +- Pick "Use Workspace Version"