=== M Chart === Contributors: methnen Tags: highcharts, graphs, charts, data, wordpress Requires at least: 4.2 Tested up to: 4.2 Stable tag: 1.1 License: MIT Manage data sets and display them as charts in WordPress. == Description == Allows you to manage data sets via a spreadsheet interface and present that data in chart form via the Highcharts chart library. The charts can then be embedded into a regular post via a handy shortcode. For full documentation please see the [Wiki](https://github.com/methnen/m-chart/wiki). To contribute, report issue, or make feature requests use [Github](https://github.com/methnen/m-chart). == Installation == 1. Put the m-chart directory into your plugins directory 2. Click 'Activate' in the Plugins admin panel == Screenshots == 1. M Chart UI == Changelog == = 1.1 = * Added a Shortcake shortcode ui * Added [`canvas_done`](https://github.com/methnen/m-chart/wiki/Javascript-events#canvas_done) Javascript event * Added [`m_chart_admin_footer_javascript`](https://github.com/methnen/m-chart/wiki/Action-and-filter-hooks#admin_footer_javascript) Action hook * Fixed a PHP warning that occured when adding a new chart that had no data yet = 1.0 = * Initial release