-
Notifications
You must be signed in to change notification settings - Fork 96
Enable Advanced Customization
cvasseng edited this page Sep 30, 2016
·
9 revisions
The advanced editor allows for editing every property in the Highcharts API. When enabled, it appears in a separate tab --- ADVANCED --- in the customize wizard step.
By default, only the simple property editor is included in baked sources. This is because the required meta data to enable the advanced editor is large enough to be inconvenient in most cases (adds around 700kb to the minified sources).
To enable the advanced editor:
node tools/bake.advanced.js
This will create the required meta in the source tree. Run gulp with-advanced
afterwards to bake a minified version of the advanced editor.
Note that you need to include both highcharts-editor.min.js
AND highcharts-editor.advanced.min.js
in your project!
Overview
Stand-alone Usage
Advanced
- Enable Advanced Customization
- Choosing Which Options to Include
- Adding Custom Templates
- Plugins
- Disabling Editor Features
- Adding Fonts
- Custom Templates
- Localization
- Sticky Chart Options
Integrating
API Reference