Skip to content
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

Multi Level Sankey Diagram ... dynamic #11

Open
AlexIT-FT opened this issue Jul 22, 2022 · 3 comments
Open

Multi Level Sankey Diagram ... dynamic #11

AlexIT-FT opened this issue Jul 22, 2022 · 3 comments

Comments

@AlexIT-FT
Copy link

AlexIT-FT commented Jul 22, 2022

I have my own monitoring tool and can generate dinamic sankey diagrams (see image)

image

now I need to port the same function (from same data) to a grafana dashboard.

I have a maximum of 9 levels so some columns have NULL values, but this plugin consider NULL as a real value, so ... the result is very BAD

image

Is there a way to achieve the desidered result ?

@AlexIT-FT AlexIT-FT changed the title Multi Level Sankey Diagram ... dynamical Multi Level Sankey Diagram ... dynamic Jul 22, 2022
@KatrinaTurner
Copy link
Collaborator

This plugin uses the d3 sankey library. I haven't tried to implement something like what you have yet, but so I am understanding, if the column has a NULL value, the link shouldn't go through ANY node in that column, correct?

@hyberdk
Copy link

hyberdk commented Aug 10, 2023

I believe I have the same problem.. The problem is that if there is a "null" value, its not supposed to be drawn on the graph and should go directly to the destination. in my example hop2 and hop3 that has no value should not have been added as a dot, but just connected directly to dst.

image

@adirmatzkin
Copy link

adirmatzkin commented Jan 23, 2024

Any news about this one? Got into the same need...
Maybe you guys found any workaround? @hyberdk @AlexIT-FT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants