Pico CMS plugin to show charts or graphs dynamically and easily by Graphviz.
This plugin needs Graphviz
Please install Graphviz before install this plugin.
- Debian, Ubuntu...
apt install graphviz
- RHEL, CentOS...
dnf install graphviz
Copy the 'PicoCharts.php' file to the 'plugins/' directory of your Pico Project.
Put DOT formats file to your content directory.
![alt](yourfile.dot)
digraph g {
graph [];
node [];
edge [];
a -> b;
}