Skip to content

Pico CMS plugin to show charts or graphs dynamically and easily by Graphgviz.

License

Notifications You must be signed in to change notification settings

dengiken/picoCharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picoCharts

Pico CMS plugin to show charts or graphs dynamically and easily by Graphviz.

Installation

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.

Usage

Put DOT formats file to your content directory.

Markdown

![alt](yourfile.dot)

DOT file example

digraph g {
    graph [];
    node [];
    edge [];
    a -> b;
}

example

About

Pico CMS plugin to show charts or graphs dynamically and easily by Graphgviz.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages