https://github.com/syntaxseed/avbarchart
Bar Chart plugin for DokuWiki.
https://github.com/syntaxseed/avbarchart
Last synced: 5 months ago
JSON representation
Bar Chart plugin for DokuWiki.
- Host: GitHub
- URL: https://github.com/syntaxseed/avbarchart
- Owner: syntaxseed
- License: gpl-2.0
- Created: 2020-02-07T16:05:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T17:02:15.000Z (about 1 year ago)
- Last Synced: 2025-01-21T18:19:50.731Z (about 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# DokuWiki Plugin: AVBarChart

Generates a very simple CSS/HTML bar chart. Supports colors.
## Install and documentation:
* https://www.dokuwiki.org/plugin:avbarchart
* Licence: GPL-2.0 (https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
* Author: Sherri W. (https://syntaxseed.com)
## Usage
### Format
```
MAXVAL|Label1:#,Label2:#:Color,Label3:#
```
### Examples
```
100|A:55,B:5,C:23,D:38
```
With Colored Bars:
```
100|A:55:#ffcccc,B:5,C:23#00ff00,D:38
```