We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24de5a5 commit cfbae54Copy full SHA for cfbae54
public/js/extra.js
@@ -368,9 +368,10 @@ export function finishView (view) {
368
graphvizs.each(function (key, value) {
369
try {
370
var $value = $(value)
371
+ const options = deserializeParamAttributeFromElement(value)
372
var $ele = $(value).parent().parent()
373
$value.unwrap()
- viz.renderString($value.text())
374
+ viz.renderString($value.text(), options)
375
.then(graphviz => {
376
if (!graphviz) throw Error('viz.js output empty graph')
377
$value.html(graphviz)
0 commit comments