blob: cdae4039fab8e463e859f9045a937e6684a3b1e5 [file] [log] [blame]
extends basic
block extra_head
title Documentation - Apache ECharts
style.
html, body {
/* position: sticky should not have overflow parents.*/
overflow-x: hidden;
}
link(rel="stylesheet", href="#{cdnThirdParty.elementUICSS}")
link(rel="stylesheet", href="#{getAssetUrl(cdnPayRoot, ecWWWLang + '/css/doc-bundle.css')}")
block content
nav(class='navbar navbar-default navbar-fixed-top doc-nav' id="ec-doc-nav")
if ecWWWLang == 'en'
include ../en/nav
else
include ../components/nav
.page-main
block vars
if isOption
.doc-version-change
if ecWWWLang == 'zh'
if isECharts4
a(href="option3.html") 前往 v3.x 文档
else
a(href="option.html") 前往 v4.x 文档
a(href="https://www.echartsjs.com/echarts2/") 前往 v2.x 文档
else
if isECharts4
//- a(href="option3.html") v3.x Doc
else
a(href="option.html") v4.x Doc
a(href="https://www.echartsjs.com/echarts2/index-en.html") v2.x Doc
#ec-doc-main
block extra_js
script(src="#{cdnThirdParty.vueJS}")
script(src="#{cdnThirdParty.elementUIJS}")
script(src="#{cdnThirdParty.codeMirrorJS}")
script(src="#{cdnThirdParty.codeMirrorJSModeJS}")
script(src="#{cdnThirdParty.beautifierJS}")
script(src="#{getAssetUrl(cdnPayRoot, ecWWWLang + '/js/doc-bundle.js')}")
script(type="text/javascript").
window.EC_WWW_CDN_PAY_ROOT = '#{cdnPayRoot}';
block global_args_extra
script(type="text/javascript").
document.getElementById('nav-doc').className = 'active';
window.globalArgsExtra.version = '#{docHash}';
echartsDoc.init('#ec-doc-main', window.globalArgsExtra);