diff --git a/layouts/basic.html b/layouts/basic.html index 183c87a14..bf4eb8929 100644 --- a/layouts/basic.html +++ b/layouts/basic.html @@ -8,4 +8,90 @@ }

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x
+ \ No newline at end of file diff --git a/layouts/doc.html b/layouts/doc.html index d9081dda2..713e1f658 100644 --- a/layouts/doc.html +++ b/layouts/doc.html @@ -14,4 +14,90 @@ \ No newline at end of file +echartsDoc.init('#ec-doc-main', window.globalArgsExtra); + \ No newline at end of file diff --git a/layouts/example.html b/layouts/example.html index b79d8cebb..947a30f98 100644 --- a/layouts/example.html +++ b/layouts/example.html @@ -15,4 +15,90 @@ window.EC_WWW_CDN_PAY_ROOT = 'https://echarts.apache.org'; \ No newline at end of file +echartsExample.init('#ec-example-main', window.globalArgsExtra); + \ No newline at end of file