From dbbea143e8cda6fd48735e5f92b417141ed163ad Mon Sep 17 00:00:00 2001 From: kener Date: Thu, 25 Jul 2013 13:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/example/demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example/demo.html b/doc/example/demo.html index a13c3b237..a78cd5b1a 100644 --- a/doc/example/demo.html +++ b/doc/example/demo.html @@ -151,7 +151,7 @@ [ 'echarts', 'echarts/chart/line', - 'echarts/chart/bar', + 'echarts/chart/bar' ], function(ec) { var myChart = ec.init(document.getElementById('main')); -- GitLab