ChartBoy, a PHP library to create charts.css charts easily #58
wolfgangs-code
started this conversation in
Show and tell
Replies: 1 comment
-
|
Added to https://github.com/ChartsCSS/awesome |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I just made and released ChartBoy, a Composer package to make charts.css charts easily with PHP. It's trying to go for getting every feature, but right now it's missing only a few (multiple datasets as of 0.9.0).
The full documentation is here, and getting a chart ready goes like this:
It's up to you to make a container before rendering the chart, though.
My preference is to do
<div><?=$chart->renderChart();?></div>ChartBoy's major/minor versions match charts.css to signify which version is compatible, while the patch number its specific to ChartBoy. e.g. Chartboy 0.9.13 would signify compatibility with charts.css 0.9.x
😊
Beta Was this translation helpful? Give feedback.
All reactions