From b6bed37798bbb75d1a5630fa6f9b717f3b7c2057 Mon Sep 17 00:00:00 2001 From: datagear Date: Thu, 6 Aug 2020 17:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=9B=BE=E8=A1=A8=E6=96=B0?= =?UTF-8?q?=E5=A2=9E"ordering"=E9=80=89=E9=A1=B9=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=BC=80=E5=90=AF=E6=8E=92=E5=BA=8F=EF=BC=8C?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=A6=81=E7=94=A8=EF=BC=8C=E4=BD=BF=E8=A1=8C?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E4=B8=8E=E6=95=B0=E6=8D=AE=E9=9B=86=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E9=A1=BA=E5=BA=8F=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/webapp/static/script/datagear-chartSupport.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datagear-web/src/main/resources/org/datagear/web/webapp/static/script/datagear-chartSupport.js b/datagear-web/src/main/resources/org/datagear/web/webapp/static/script/datagear-chartSupport.js index ca94dd14..4db30cf9 100644 --- a/datagear-web/src/main/resources/org/datagear/web/webapp/static/script/datagear-chartSupport.js +++ b/datagear-web/src/main/resources/org/datagear/web/webapp/static/script/datagear-chartSupport.js @@ -3663,7 +3663,10 @@ { return value; } - } + }, + + //DataTable图表配置项 + "ordering": false }, chart.options(), options);