欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

echarts字体适配

程序员文章站 2022-12-23 15:54:02
var html = document.getElementsByTagName("html")[0]; var width = html.clientWidth; var tooltipFontSize = 14 / 1280 * width; var fontSize = 10 / 1280 *... ......
var html = document.getelementsbytagname("html")[0];
var width = html.clientwidth;
var tooltipfontsize = 14 / 1280 * width;
var fontsize = 10 / 1280 * width;
var legendfontsize = 10 / 1280 * width;
var labelfontsize = 10 / 1280 * width;
var itemheight = 8 / 1280 * width;
var itemwidth = 10 / 1280 * width;