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
sorry to ask such a stupid question, but is there a way to always display the labels on the boxes and "flow"/lines? I want to use the function to export as png ( I already manage to do this), but I still need to display the information on the boxes and lines.
Thanks!
The text was updated successfully, but these errors were encountered:
Not a stupid question. There isn't an easy setting for this.
In the mean time, you could bodge it to happen by editing the sankey.js file to remove all calls to hide(). I think these are the ones that would need to go:
I have add this feature by introducing a variable called show_label_on_mouse_over which has value by default true. And one can set this to false if they want to see labels all the time. I want to push this change. How can i do it. PLease help me out
Hi,
sorry to ask such a stupid question, but is there a way to always display the labels on the boxes and "flow"/lines? I want to use the function to export as png ( I already manage to do this), but I still need to display the information on the boxes and lines.
Thanks!
The text was updated successfully, but these errors were encountered: