Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ccworld1000/ccchart
- Owner: ccworld1000
- License: gpl-2.0
- Created: 2017-11-03T16:06:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T09:06:39.000Z (over 4 years ago)
- Last Synced: 2024-11-28T19:23:03.665Z (2 months ago)
- Topics: cairo, ccchart, cclog, chart, draw, line, perl-module, perl6, pie, raku, rakudo, rect, rectangle
- Language: Raku
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)