01 2024 档案
前端下载后端返回的数据流文件
摘要:exportFile().then((res: any) => { const blob = new Blob([res.data], { type: 'application/octet-stream' }) const link = document.createElement('a') lin 阅读全文
posted @ 2024-01-15 17:44 打怪升级小妮子 阅读(77) 评论(0) 推荐(0)
highcharts的散点图超过数据量1000图表不显示
摘要:highcharts的散点图超过数据量1000图表不显示 可以设置属性turboThreshold plotOptions: { series: { turboThreshold: 0 //设置0关掉性能阈值检查,或者设置为你的数据量最大值 } }, 阅读全文
posted @ 2024-01-10 17:58 打怪升级小妮子 阅读(118) 评论(0) 推荐(0)