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
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?
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.
I have my own monitoring tool and can generate dinamic sankey diagrams (see 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
Is there a way to achieve the desidered result ?
The text was updated successfully, but these errors were encountered: