An open API service indexing awesome lists of open source software.

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.

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
```