01 2023 档案

摘要:this.chart.axis('x', { label: { offset: 30, // 设置坐标轴文本 label 距离坐标轴线的距离 textStyle: { textAlign: 'center', // 文本对齐方向,可取值为: start middle end fontSize: '1 阅读全文
posted @ 2023-01-05 16:18 就这样,
摘要:const down: HTMLAnchorElement = document.createElement('a'); down.setAttribute("downLoad", ''); //downLoad 下载的文件名 down.setAttribute('href', url); //ur 阅读全文
posted @ 2023-01-05 16:00 就这样,