Adding Font To Highcharts Editor
I've just downloaded the highcharts wysiwyg editor: https://github.com/highcharts/highcharts-editor/releases I need an easy to use tool for my co-workers, who are artistically and
Solution 1:
@LauraNMS Had a quick look at the documentation:
Firstly, if you've cloned the repository, you will need to
1. go through the install, i.e.
npm install
gulp
2. go to your dist/ folder.
3. in your standalone.html add your desired font.
4. add in font
5. before your script at the bottom, add in the following highed.meta.fonts.push(FONTNAME);(Fontname is your usual font name like in CSS).6. Go to your stanealone.html and into Customise tab.
7. go to Appearance and click the arrow down after the font. (this changes font)
I've attached screenshots below to follow as well
In step 3 I used a Google Font
Step 6:


Post a Comment for "Adding Font To Highcharts Editor"