Skip to content

update readme about information on sankey-panel #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion FN_README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"
- Pick "Use Workspace Version"