Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not view of plugin:graphviz in dokuwiki #17

Open
ljz0721cx opened this issue Sep 27, 2016 · 3 comments
Open

Can not view of plugin:graphviz in dokuwiki #17

ljz0721cx opened this issue Sep 27, 2016 · 3 comments

Comments

@ljz0721cx
Copy link

I use plugin:graphviz in dokuwiki,
code :

<graphviz>
 graph G1 {
    aaa -- bbb;
    bbb -- c;
    aaa -- c;
}
</graphviz>

show image like this
image
please help! why show like this??

@ljz0721cx ljz0721cx changed the title graphviz not view image in dokuwiki Can not view of plugin:graphviz in dokuwiki Sep 27, 2016
@ljz0721cx
Copy link
Author

dukowiki graphviz plugin not working,please help;

@nblock
Copy link

nblock commented Dec 22, 2017

Maybe: #19 (comment)

@NeatBoar
Copy link

After 2024 the problem has another reason and solution.

Graphviz render from Google by default (chart.apis.google.com). Google shut down the service since January 2024 (as I heard). I switch to local render.

dnf install graphviz
Then add dot path to graphviz config file (dokuwiki/lib/plugins/graphviz/conf/default.php):

<?php
$conf['path'] = '/bin/dot';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants