From 0c960fc8b97c4f8859ac9a26769620702f75fbbc Mon Sep 17 00:00:00 2001 From: kener Date: Tue, 5 Nov 2013 16:22:54 +0800 Subject: [PATCH] =?UTF-8?q?chord=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/asset/js/echartsExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/asset/js/echartsExample.js b/doc/asset/js/echartsExample.js index 077b8995e..3a00d715a 100644 --- a/doc/asset/js/echartsExample.js +++ b/doc/asset/js/echartsExample.js @@ -94,7 +94,7 @@ else { 'echarts/chart/pie': fileLocation, 'echarts/chart/radar': fileLocation, 'echarts/chart/map': fileLocation, - //'echarts/chart/chord': fileLocation, + 'echarts/chart/chord': fileLocation, 'echarts/chart/force': fileLocation } }); -- GitLab