Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ccworld1000/ccchart

Simple draw chart for Perl 6 , easy-to-use simple learning.
https://github.com/ccworld1000/ccchart

cairo ccchart cclog chart draw line perl-module perl6 pie raku rakudo rect rectangle

Last synced: 5 days ago
JSON representation

Simple draw chart for Perl 6 , easy-to-use simple learning.

Awesome Lists containing this project

README

        

## Simple draw chart for Perl 6 , easy-to-use simple learning.

## Local installation and unloading

```shell
zef install .
zef uninstall CCChart
```

##

## Network install

```shell
zef update
zef install CCChart
```

##

## CCChart pie

![CCChart pie](https://raw.github.com/ccworld1000/CCChart/master/doc/screenshot/default.png)

## CCChart lines

![CCChart pie](https://raw.github.com/ccworld1000/CCChart/master/doc/screenshot/default_lines.png)

##

## CCChart rect

![CCChart pie](https://raw.github.com/ccworld1000/CCChart/master/doc/screenshot/default_rect.png)

##

## CCChart test

The call will generate a default "default.png" in the command line execution directory.

![CCChart test](https://raw.github.com/ccworld1000/CCChart/master/doc/screenshot/test.png)