I tried to setup version 2016-02-03 and configure it with a local dot installation. The dot program (via graphviz package) is available as /usr/bin/dot.
When I save the following page, a graph with some question marks is generated:
<graphviz dot>
digraph ATN {
rankdir=LR;
a -> b;
b -> c;
}
</graphviz>
It works as expected when the remote rendering (= empty configuration) is used.
Calling the dot binary directly from the commandline with the same input yields the expected graph.
I tried to setup version 2016-02-03 and configure it with a local dot installation. The dot program (via graphviz package) is available as
/usr/bin/dot
.When I save the following page, a graph with some question marks is generated:
It works as expected when the remote rendering (= empty configuration) is used.
Calling the dot binary directly from the commandline with the same input yields the expected graph.