-
Notifications
You must be signed in to change notification settings - Fork 96
Using As A Webapp
cvasseng edited this page Sep 28, 2016
·
3 revisions
The Highcharts Editor is written to be usable in a stand-alone fashion.
Build the editor by running gulp
in the project root. This will create a highcharts-editor.standalone.<version>.zip
file in the dist/
folder.
This archive contains an HTML script which can be ran directly in your browser by double clicking it.
If you don't want to build the editor yourself, grab the latest highcharts-editor.standalone..zip archive from releases.
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