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;
上一篇: js 常用事件