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 seems like currently svg is rendered with transparent background.
I was able to change background color by changing this line to let mut document = Document::new().set("viewBox", (0, 0, width, height)).set("style", "background-color:white");
Can we add an option to set background color of the plot ?
The text was updated successfully, but these errors were encountered:
It seems like currently svg is rendered with transparent background.
I was able to change background color by changing this line to
let mut document = Document::new().set("viewBox", (0, 0, width, height)).set("style", "background-color:white");
Can we add an option to set background color of the plot ?
The text was updated successfully, but these errors were encountered: