You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
621 B

/**
* Created by windy on 2019/9/10.
*/
!(function () {
// 正文
BI.config("bi.provider.template_style", function (p) {
p.inject({
fonts: [{
value: "adidasHeader", // 为了改变图的样式,字体的命名应该和系统安装的字体名称一样
text: "自定义字体头字体"
}, {
value: "adidasBody",
text: "自定义字体Bodyzi字体"
}],
style: {
axisWidth: 0,
hGridWidth: 0,
vGridWidth: 0
}
});
});
})();