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
It is impossible, or very difficult, to change the styling of Barfi to fit a specific project.
For example, I wanted to remove the Menu and Execute buttons using css because they don't fit the functionality of my program, but the Barfi graph is locked behind an iframe and I could not find a way around it.
I propose that a new parameter, style, should be added to bf.st_barfi, which is a string of css that is inserted into the iframe (I don't know how this would be done, or if it is feasible).
The below example would create a Barfi graph where the color of the backgrounds of the nodes are red.
It is impossible, or very difficult, to change the styling of Barfi to fit a specific project.
For example, I wanted to remove the Menu and Execute buttons using css because they don't fit the functionality of my program, but the Barfi graph is locked behind an iframe and I could not find a way around it.
I propose that a new parameter,
style
, should be added tobf.st_barfi
, which is a string of css that is inserted into the iframe (I don't know how this would be done, or if it is feasible).The below example would create a Barfi graph where the color of the backgrounds of the nodes are red.
Which looks like this:
The text was updated successfully, but these errors were encountered: