From 0ea3511b90e2141525fbd9e37e2f86ae29938337 Mon Sep 17 00:00:00 2001 From: wangfq Date: Fri, 5 Jun 2026 12:02:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=BE=E8=A1=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=9B=BE=E7=89=87=E5=8A=9F=E8=83=BD=EF=BC=88?= =?UTF-8?q?toolbox=20saveAsImage=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- edc-web/app/static/js/test_data.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/edc-web/app/static/js/test_data.js b/edc-web/app/static/js/test_data.js index 67cd7bd..7999b2b 100644 --- a/edc-web/app/static/js/test_data.js +++ b/edc-web/app/static/js/test_data.js @@ -320,6 +320,16 @@ async function loadChart() { type: 'scroll', bottom: 0, }, + toolbox: { + right: 10, + top: 10, + feature: { + saveAsImage: { + title: '保存图片', + pixelRatio: 2, + }, + }, + }, grid: { left: 60, right: 140, top: 60, bottom: 80 }, xAxis: { type: 'category',