Contributors: methnen
Tags: highcharts, graphs, charts, data, wordpress
Requires at least: 4.2
Tested up to: 5.9
Stable tag: 1.2.3
License: MIT
Adds the Highcharts library to M Chart.
This plugin adds the Highcharts library to M Chart.
This plugin will do nothing useful on it's own and requires M Chart to be installed.
Please download from this URL: M Chart Highcharts Library
Note: Highcharts is licensed under the CC Attribution-NonCommercial 3.0 Unported (CC BY-NC 3.0) Creative Commons license. Essenetially this means it's free to use for non commercial purposes. Otherwise it requries you to purchase a license from Highsoft.
For full documentation please see the Wiki.
To contribute, report issues, or make feature requests use Github.
- Put the m-chart-highcharts-library directory into your plugins directory
- Click 'Activate' in the Plugins admin panel
- Go to the M Chart Settings and set Highcharts as the Library
- WordPress Admin -> Charts -> Settings
- Added support for image width setting in M Chart 1.9.4
- Added ability to modify the list of available Highcharts themes
- Added caching of Highcharts theme lookup (refreshed when visiting settings page)
- Added ability to enable the accessibility and export modules for Highcharts
- Image generation now always waits for the canvas to be ready before generation the PNG
- Updated Highcharts to the latest stable version (10.0.0)
- Fixed an issue where the WordPress would still prompt for an update after updating to 1.2.1
- Fixed an issue where the default theme wasn't being tracked properly after changes in M Chart 1.9
- Added support for stacked column, stacked bar, and doughnut charts
- Updated how settings are handled to support changes in M Chart 1.9
- Updated Highcharts to the latest stable version (9.3.2)
- Fixed an issue where not all of the arguments were being fed to functions attached to the_title filter hook
- Added support for radar, radar area, and polar charts
- Added support for the Image Multiplier setting
- Updated image generation code to use canvg 3.0.7
- Updated Highcharts to the latest stable version (9.1.0)
- Fixed some issues with the admin Javascript when the plugin is used in WordPress 5.5
- Fixed an issue where the necessary Highcharts libraries sometimes didn't load when editing a bubble chart
- Fixed a variable reference typo
- Added code to deal with someone installing/activating M Chart Highcharts Library before M Chart
- Added export-data.js and offline-exporting.js to the list of scripts that are registered by the plugin
- referenced as 'highcharts-offline-exporting' and 'highcharts-export-data' respectively
- Updated Highcharts to the latest stable version (7.0)
- Rejiggered the version numbers
- I shouldn't have made the first iteration 1.1 which implies more than bug fixes and small changes
- This update only includes code to prepare for the next release
- Fixed an issue where the image generated for a chart was zoomed in on the top left fourth of the chart
- Initial release