Hey!
I’ve decided I would like to contribute more to the community, and I really wanted to develop something, so I looked for a niche in the ExpressionEngine Module Market, and I wrote ChartMe! Please bare in mind this is my first EE module!
ChartMe! is a dynamic chart generating module for ExpressionEngine. It is easy to install and use, and I provide great support. It currently only outputs bar charts, but I’ve got others planned.
In it’s current state, it has quite limited features, but I follow the ethos of “Release early, Release often”. I have some cool stuff in the pipeline.
How to use
* Upload the chartme folder to your system/modules directory.
* Upload the chartme_images folder to your images directory.
* Upload the lang.chartme.php folder to your languages/english directory.
* Enable the module in your control panel
* Enter the EETags into your templates
Example EETag
{exp:chartme title="Scores" type="1" width="200" height="200" colors="true" chart_data="Jamie:10|Mary:6|Sam:8|Peter:4"}{/exp:chartme}
Parameters
title (required)
The title of the chart, displays in an <h2> tag.
type (required)
The type of the chart, horizontal (0) or vertical (1)
width (require)
The width of the chart (in px)
height (required)
The height of the chart (in px)
colors
Whether to use different colors for the chart.
chart_data (required)
The data for the chart. Comes in an array of sorts. Each bar is split by a “pipe” character (”|”), and the name of the bar and the value is separated by a colon (”:”).
For example:
Jamie:10|Sam:8|Mary:4
License
You are free to:
* Use this software for any purposes
* Redistribute this software anywhere
* Change/Modify the software
* Redistribute your changes
On the condition that:
* A copy of this license is available
* Credit is given to me
* You send me an email if you ever use it for commercial purposes
* If we ever meet up, you buy me a beer ![]()
Support
Feel free to either post in this topic, PM me, or email me directly either by the contact form on my website, or at: jamie (at) jamierumbelow (dot) net
Download
You can grab the latest version here: Here
I hope you enjoy it, and please report any bugs you find.
Thanks!
Jamie
