| 1 |
=== M Chart === |
| 2 |
Contributors: methnen |
| 3 |
Tags: highcharts, graphs, charts, data, wordpress |
| 4 |
Requires at least: 4.2 |
| 5 |
Tested up to: 4.5.1 |
| 6 |
Stable tag: 1.2 |
| 7 |
License: MIT |
| 8 |
|
| 9 |
Manage data sets and display them as charts in WordPress. |
| 10 |
|
| 11 |
== Description == |
| 12 |
|
| 13 |
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. |
| 14 |
|
| 15 |
For full documentation please see the [Wiki](https://github.com/methnen/m-chart/wiki). |
| 16 |
|
| 17 |
To contribute, report issues, or make feature requests use [Github](https://github.com/methnen/m-chart). |
| 18 |
|
| 19 |
== Installation == |
| 20 |
|
| 21 |
1. Put the m-chart directory into your plugins directory |
| 22 |
2. Click 'Activate' in the Plugins admin panel |
| 23 |
|
| 24 |
== Screenshots == |
| 25 |
|
| 26 |
1. M Chart UI |
| 27 |
|
| 28 |
== Changelog == |
| 29 |
|
| 30 |
= 1.2 = |
| 31 |
|
| 32 |
* Added [themes](https://github.com/methnen/m-chart/wiki/Themes) |
| 33 |
* Default themes: |
| 34 |
* Highcharts 4.x (Default) |
| 35 |
* Color Blind Safe ([Looking for suggestions on improvements](https://github.com/methnen/m-chart/issues)) |
| 36 |
* Highcharts 3.x |
| 37 |
* Highcharts 2.x |
| 38 |
* Added a settings panel |
| 39 |
* Turn off/on image generation and/or instant chart previews |
| 40 |
* Set default Highcharts theme |
| 41 |
* Added full language support |
| 42 |
* Now we just needs some translations |
| 43 |
* Simplified the admin panel CSS a bit |
| 44 |
* Fixed a display issue with the spreadsheet interface |
| 45 |
* Fixed a bug where the Source URL wasn't making into the charts |
| 46 |
* Updated Handsontable to the latest stable version (0.24.1) |
| 47 |
* Updated Highcharts to the latest stable version (4.2.1) |
| 48 |
|
| 49 |
= 1.1.5 = |
| 50 |
|
| 51 |
* Updated Highcharts to the latest stable version (4.2.0) this fixes an issue where bar charts could cause an Uncaught TypeError in some WP themes |
| 52 |
|
| 53 |
= 1.1.4 = |
| 54 |
|
| 55 |
* Updated Handsontable to the latest stable version (0.15.1) this fixes a copy/paste issue in the spreadsheet for some browsers |
| 56 |
|
| 57 |
= 1.1.3 = |
| 58 |
|
| 59 |
* Fixed an issue where the Highcharts options where sometimes being set before Highcharts was available |
| 60 |
|
| 61 |
= 1.1.2 = |
| 62 |
|
| 63 |
* Fixed an issue where subsequent charts on the same page inherited the data from the previous chart |
| 64 |
|
| 65 |
= 1.1.1 = |
| 66 |
|
| 67 |
* Fixed a bug where data sets with only one row/column of data that also had only one row/column of labels would fail to display in chart types other than pie |
| 68 |
|
| 69 |
= 1.1 = |
| 70 |
|
| 71 |
* Added a Shortcake shortcode ui |
| 72 |
* Added [`canvas_done`](https://github.com/methnen/m-chart/wiki/Javascript-events#canvas_done) Javascript event |
| 73 |
* Added [`m_chart_admin_footer_javascript`](https://github.com/methnen/m-chart/wiki/Action-and-filter-hooks#admin_footer_javascript) Action hook |
| 74 |
* Fixed a PHP warning that occured when adding a new chart that had no data yet |
| 75 |
|
| 76 |
= 1.0 = |
| 77 |
|
| 78 |
* Initial release |
| 79 |
|