We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9e79d commit 6e89300Copy full SHA for 6e89300
1 file changed
layouts/_default/baseof.html
@@ -22,6 +22,9 @@
22
if (x.style.display === 'none') return
23
const options = {
24
format: "svg",
25
+ graphAttributes: {
26
+ bgcolor: "transparent",
27
+ },
28
}
29
const svg = vizInstance.renderString(x.innerText, options)
30
const img = document.createElement('img')
0 commit comments