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;

 

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-11-20
  • 2021-08-06
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-02-10
猜你喜欢
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2021-04-04
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案