- Contributors: aendrew
- Tags: charts, graphs, data
- Requires at least: 3.7
- Tested up to: 4.3.1
- Stable tag: 1.0.4
- License: MIT
- License URI: http://opensource.org/licenses/MIT
A plugin for creating fancy D3-based interactive charts in WordPress.
Axis is a plugin for creating fancy D3-based charts in WordPress, using axisJS, an Angular-based framework for streamlined chart creation.
It is based off Quartz Chartbuilder and created by Times Digital Development. Please note that this is a work in progress and currently under active development.
Note: We do not check the WordPress support forums. Please direct any support queries to the GitHub issue queue. The actual chart creation panel is a separate project called axisJS. For anything regarding that, please use its own, separate issue queue.
- Unzip and upload the
Axis
directory to/wp-content/plugins/
. - Activate the plugin through the 'Plugins' menu in WordPress
- Create charts by clicking the "chart" button in TinyMCE.
The underlying framework, axisJS, was originally created as an Angular-based rewrite of ChartBuilder. Much of the image generation code is taken from that, as is the interface layout.
- Bugfix and feature release
- Updates AxisJS to 1.1.0
- Fixes closing window issue
- Makes stuff actually usable again. 👍
- Bugfix release
- Updates AxisJS to 1.0.2
- Fixes issue with deliciousbrains/wp-amazon-s3-and-cloudfront
- Replaces existing assets on save instead of creating new ones. Save diskspace!
- Feature release
- Updates AxisJS to 1.0.0
- Bugfix release
- Fixes reusable charts (#11)
- Fixes bar charts (#10)
- First stable release
- Adds Media Library functionality (#4)
- Bugfix release
- Adds grouped charts (times/axisJS#7)
- Bugfix release
- Adds interactive charts to frontend (#2)
- Initial release