将字体添加到highcharts编辑器 [英] adding font to highcharts editor

查看:57
本文介绍了将字体添加到highcharts编辑器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚下载了highcharts所见即所得编辑器:

第6步:

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 graphically sophisticated but technically not up to monkeying with code.

I'd like to add a font to the editor, but I don't see how to do that. The documentation is cryptic. It says:

Fonts can be added to the available font set by:

highed.meta.fonts.push('Verdana');

But where I supposed to write this code? The editor seems to be a standalone thing without a way to customize code. Any help would be appreciated.

解决方案

@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:

这篇关于将字体添加到highcharts编辑器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆