diff --git a/components/builder.html b/components/builder.html index c7fb711c9..6e8177b4a 100644 --- a/components/builder.html +++ b/components/builder.html @@ -6,7 +6,7 @@ + '@font-face {font-family:"noto-light";src:local("Microsoft Yahei");}'; document.head.insertBefore(el, document.getElementById('font-hack')); } -ECharts 在线构建 +ECharts 在线构建

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x

在线定制

可自由选择所需图表、坐标系、组件进行打包下载。

注意:打包的源文件来自 jsDelivr CDN,非 Apache 官方源代码和编译产物

选择版本

图表chart

选择要打包的图表(注:开发环境建议不压缩代码,代码压缩会去掉大部分常见的警告和错误提示)

  • 柱状图
    Bar
  • 折线图
    Line
  • 饼图
    Pie
  • 散点图
    Scatter
  • 涟漪散点图
    EffectScatter
  • K线图
    Candlestick
  • 雷达图
    Radar
  • 热力图
    Heatmap
  • 树图
    Tree
  • 矩形树图
    Treemap
  • 旭日图
    Sunburst
  • 地图
    Map
  • 线图
    Lines
  • 关系图
    Graph
  • 箱线图
    Boxplot
  • 平行坐标
    Parallel
  • 仪表盘
    Gauge
  • 漏斗图
    Funnel
  • 桑基图
    Sankey
  • 主题河流图
    ThemeRiver
  • 象形柱图
    PictorialBar
  • 自定义系列
    Custom

坐标系coordinate systems

选择要打包的坐标系,有些图表像散点图,折线图可以被应用到多个坐标系上

  • 直角坐标系
    Grid
  • 极坐标系
    Polar
  • 地理坐标系
    Geo
  • 单轴
    SingleAxis
  • 日历
    Calendar

组件component

选择要打包的组件

  • 标题
    Title
  • 图例
    Legend
  • 提示框
    Tooltip
  • 标注
    MarkPoint
  • 标线
    MarkLine
  • 标域
    MarkArea
  • 时间轴
    Timeline
  • 数据区域缩放
    DataZoom
  • 刷选
    Brush
  • 视觉映射
    VisualMap
  • 工具栏
    Toolbox
  • 自定义图形
    Graphic

其它选项others

是否包括 SVG 渲染器,从而能支持使用 SVG 来绘制图表

是否在 echarts 对象上挂载常用工具集。一般都会挂载,除非对生成的文件的体积有苛求,并且不需要用这些工具集。

是否使用 UglifyJS 压缩后的代码,开发环境建议不压缩代码,代码压缩会去掉大部分常见的警告和错误提示。

下载 - Apache ECharts +下载 - Apache ECharts

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x

下载

方法一:从下载的源代码或编译产物安装

版本发布日期从镜像网站下载源码从 GitHub 下载编译产物
查看历史版本

注意:如果从镜像网站下载,请检查 SHA-512 并且检验确认 OpenPGPApache 主站的签名一致。链接在上面的 Source 旁。这个 KEYS 文件包含了用于签名发布版的公钥。如果可能的话,建议使用可信任的网络(web of trust)确认 KEYS 的同一性。

使用 GPG 验证 ECharts 发布版本

  1. 从镜像网站下载 apache-echarts-X.Y.Z-src.zip
  2. Apache 下载 checksum apache-echarts-X.Y.Z-src.zip.asc
  3. 下载 ECharts KEYS
  4. gpg --import KEYS
  5. gpg --verify apache-echarts-X.Y.Z-src.zip.asc

使用 SHA-512 验证

  1. 从镜像网站下载 apache-echarts-X.Y.Z-src.zip
  2. Apache 下载 checksum apache-echarts-X.Y.Z-src.zip.sha512
  3. shasum -a 512 apache-echarts-X.Y.Z-src.zip

License

Apache ECharts 基于 Apache License 2.0 发布

方法二:从 npm 安装

npm install echarts

方法三:选择需要的模块,在线定制下载

在线定制

可自由选择所需图表和组件进行打包下载

下一步

5 分钟上手 ECharts

+

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x
404
This is not the web page you are looking for.Back to home
Documentation - Apache ECharts -

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
+

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
ECharts Online Builder +ECharts Online Builder

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Online Builder

Bundle and download the needed charts and components.

NOTE: The bundler downloads sources from jsDelivr CDN, the built file isn't an official Apache source release or distribution.

Select a version

Chart

Select the charts needed to be packed
(The warnings and hints will not be printed on the browser console if using "Code Compression")

  • Bar
  • Line
  • Pie
  • Scatter
  • EffectScatter
  • Candlestick
  • Radar
  • Heatmap
  • Tree
  • Treemap
  • Sunburst
  • Map
  • Lines
  • Graph
  • Boxplot
  • Parallel
  • Gauge
  • Funnel
  • Sankey
  • ThemeRiver
  • PictorialBar
  • Custom

Coordinate Systems

Select coordinate systems needed to be packed. Some of the charts like "scatter", "line", "graph", "custom" can layout on multiple coordiante systems.

  • Grid
  • Polar
  • Geo
  • SingleAxis
  • Calendar

Component

Select components needed to be packed.

  • Title
  • Legend
  • Tooltip
  • MarkPoint
  • MarkLine
  • MarkArea
  • Timeline
  • DataZoom
  • Brush
  • VisualMap
  • Toolbox
  • Graphic

Others

Whether to include the SVG Renderer, which enables rendering based on SVG.

Whether to mount utilities on the echarts namespace. Utilities are usually included, unless requiring minimum bundle size and not need them.

Whether to Compress code. It is recommended not to compress code in the development environment, because warnings and hints will be removed after compressing.

Changelog - Apache ECharts +Changelog - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Changelog

[+]Add [-]Remove [^]Update [#]Fix

Apache EChartsTM

v5.4.3

2023-07-18
diff --git a/en/cheat-sheet.html b/en/cheat-sheet.html index ff900b66d..b82a78e5c 100644 --- a/en/cheat-sheet.html +++ b/en/cheat-sheet.html @@ -6,7 +6,7 @@ + '@font-face {font-family:"noto-light";src:local("Microsoft Yahei");}'; document.head.insertBefore(el, document.getElementById('font-hack')); } -Cheat Sheet - Apache ECharts +Cheat Sheet - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
Coding Standard - Apache ECharts +Coding Standard - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Coding Standard

Please follow this standard when contribute to ECharts project.

Apache EChartsTM

Code Style

File

[MUST] JavaScript Source files must be encoded in UTF-8 without BOM.

diff --git a/en/committers.html b/en/committers.html index 95d5e45a5..0a08ea678 100644 --- a/en/committers.html +++ b/en/committers.html @@ -6,7 +6,7 @@ + '@font-face {font-family:"noto-light";src:local("Microsoft Yahei");}'; document.head.insertBefore(el, document.getElementById('font-hack')); } -Committers - Apache ECharts +Committers - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Thanks for Helping

The development of ECharts is associated with the outstanding contributions from the people in the community,
who have different skills and come from different backgrounds.

Thank you all your help!

Apache EChartsTM

PMC

Yi Shen
Baidu
Shanghai, China
Shuang Su
Baidu
Beijing, China
Ovilia
Baidu
Shanghai, China
Junting Wang
Baidu
Shanghai, China
Zhongxiang Wang
Henan, China
Siwen Su
Ant Group
Hangzhou, China
Zak Wu
Tencent
Shenzhen, China
Feng Lin
Alibaba
Hangzhou, China
Deqing Li
Alibaba
Hangzhou, China
Dave Fisher
San Francisco, US
Kevin A. McGrail
Washington, US
Sheng Wu
Beijing, China
Erik Dong
Baidu
Beijing, China
Houjin Huang
GSX
Beijing, China
Hao He
Shenzhen, China

Committers

Feng Yu
Baidu
Shanghai, China
Jian Cui
Baidu
Beijing, China
Sheng Qian
Dow Inc.
Shanghai, China
chfw
UK
Yixiu Huang
ByteDance
Shanghai, China
Tian Han
Merico
Beijing, China
Yaxiong He
Shenzhen, China
Clement Ho
MURAL
Texas, US
Ted Liu
Beijing, China
Tim Shen
Tencent
Shenzhen, China
Map1en
Guangzhou, China
Chunhui Fu
Baidu
Beijing, China
Suyan Wang
Baidu
Beijing, China
Ville Brofeldt
Helsinki, Finland

Contributors

Thanks to all the CONTRIBUTORS
making their effort to help ECharts getting better.

Copyright © 2017-2023, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.

Contributing - Apache ECharts +Contributing - Apache ECharts

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x

Contributing

Apache EChartsTM

Contributing to Apache ECharts

There are many ways that you can help make ECharts better. Please dive in and help!

Issues

Review the issues and see if you can offer some help.

  • If it's a bug report or how-to question, make sure the author has provided a minimum online demo with either Codepen to show what's going wrong.
  • If it's a feature request, make sure the author has a clear explanation about what is expected and a picture would be very helpful for some cases.
  • Help reproduce bugs if an online demo is provided and check the document to see if it's a bug.
  • Issues without a "pending" label are the ones we believe is a bug or a feature we should provide in the future. You may make a pull request to fix them.

Pull Requests

We appreciate pull requests from the community!

Before you start, please checkout the Coding Standard and Apache Code of Conduct.

Please refer to How to setup the dev environment and How to make a pull request for more detailed instructions.

If you have any problem when making pull requests, please comment in the issues or pull requests or send an email to dev@echarts.apache.org to ask for help.

Mailing List

Join us on the mailing list and take part in any conversations.

Documents

Documentation is massively important to help users make the most of Apache ECharts and it's probably the area that needs the most help! So if you are interested, whether it's just to fix a page here or there, correct a link or improve what documentation is already there, please do dive in and help!

The source code of document is available at GitHub and maybe the easiest way to find where to change is by searching key words already there.

In the issue list, we also have a "doc" label. We appreciate pull requests to fix them indeed!

Becoming a Committer or PMC Member!

As we mentioned above, we appreciate the help for ECharts in any forms. When we find someone making continuous contributions in the community, we will invite him/her to be our committer or PMC member.

Being a committer means you have the "write" access to the ECharts project, which enables you to contribute more easily and efficiently.

The Project Management Committee (PMC) is a committee charged with responsibility and governance of ECharts, whose members are directly responsible for overseeing releases and the healthy development of the community. More information can be found at Project Management Committee.

We don't have a fixed single standard for selecting a committer or PMC member because we value all kinds of help offered. Generally, current PMC members watch the continuous contributors in the community and start discussion and votes for the candidates, and invite him/her to be a committer or PMC member after the vote passes.

Copyright © 2017-2023, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.

Dependencies - Apache ECharts +Dependencies - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Dependencies

Apache EChartsTM

ZRender

ECharts depends on ZRender, a lightweight canvas library which provides 2d draw.

Copyright © 2017-2023, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.

Download Extensions - Apache ECharts +Download Extensions - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Download Extensions

Download extensions and enhance what ECharts can do.

Apache EChartsTM

ECharts GL
Contributors: 沈毅
ECharts-GL provides 3D plots, globe visualization and WebGL acceleration.
字符云
Contributors: 沈毅
Cloud charts can layout text into different sizes and colors. You can also use images as masks.
水球图
Contributors: 羡辙
The liquid-fill chart is a chart suitable for presenting a single percentage of data, supporting multiple water waves and animations.
百度地图
Contributors: 沈毅
With Baidu map extension, you can display scatter charts, lines charts, heatmaps, pie charts and so on.
ArcGIS 地图
Contributors: wandergis
A combination of ArcGIS maps and ECharts 3.
echarts-leaflet
Contributors: gnijuohz
ECharts extension for visualizing data on leaftlet.
Mapbox 地图
Contributors: lzxue
A combination of Mapbox maps and ECharts.
高德地图
Contributors: plainheart
AMap extension for ECharts which is used to display visualizations such as Scatter, Lines, Heatmap and Pie.
图的模块化
Contributors: 沈毅
The plugin can perform community detection on the ECharts Graph and divide the vertices in the graph into subsets.
统计工具
Contributors: 李德清
The statistical extension is a tool for data analysis.
angular-echarts
Contributors: wangshijun
AngularJs bindings for ECharts.
echarts-ng
Contributors: bornkiller
Encapsulate ECharts as an instruction using Angular.
ng-echarts
Contributors: liekkas
AngularJs version for ECharts 3.
vue-echarts
Contributors: Justineo
Vue.js component for Apache ECharts.
vue-echarts
Contributors: panteng
A custom directive for using ECharts in Vue.js apps.
echarts-middleware
Contributors: PUGE
Use ECharts elegantly and efficiently with Vue.
echarts-for-react
Contributors: hustcc
Apache ECharts components for React wrapper.
react-echarts
Contributors: somonus
ECharts + React.
re-echarts
Contributors: liekkas
ECharts + React.
pyecharts
Python ECharts Plotting Library.
echarts-python
Contributors: yufeiminds
Generate ECharts options with Python.
krisk
Contributors: napjon
Krisk brings ECharts to Python, and helpful tools for statistical interactive visualization.
Rails Charts
Contributors: Rails Charts
Rails Charts provides a Ruby gem enabling use of ECharts in Ruby on Rails applications.
echarty
Contributors: helgasoft
A thin R/Shiny interface covers full functionality of ECharts.
recharts
Contributors: taiyun
recharts provides the R language interface of ECharts.
recharts
Contributors: yihui
An R Interface to ECharts.
ECharts2Shiny
Contributors: XD-DENG
To insert interactive charts from ECharts into R Shiny applications.
ECharts.jl
Contributors: randyzwitch
Julia package for the ECharts 3 visualization library.
purescript-echarts
Contributors: slamdata
Purescript bindings for ECharts library.
iOS-Echarts
Contributors: Pluto-Y
This is a highly custom chart control for iOS and Mac apps, which builds with ECharts 2.
ECharts-Java
Contributors: abel533
This is a Java version of the ECharts 2 that implements the Java objects corresponding to the JSON structure in all ECharts.
EChartsSDK
Contributors: idoku
ECharts .NET class library, ported from ECharts Java class library.
Echarts-PHP
Contributors: hisune
A PHP library that works as a wrapper for ECharts.
flutter_echarts
Contributors: entronad
A Flutter widget to use ECharts in a reactive way.

Submit your ECharts extension

We will get in touch with you as soon as possible, and the extensions you make will be available to ECharts users on this page.

Thank you again for your support and contribution to ECharts!

Send Email

Copyright © 2017-2023, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.

Download Maps - Apache ECharts +Download Maps - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Download Maps

ECharts doesn't provide with Map data to download now.

Apache EChartsTM

ECharts doesn't come with Map data. To create Map charts, it is advised to use Baidu Map or other third party maps for the underlying map. Here is an example of ECharts with Baidu Map.

Please check Download Extension page for other map extensions.

Copyright © 2017-2023, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.

Download Themes - Apache ECharts +Download Themes - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Download Themes

Change the look of your charts.

You can also make your own theme along with using the themes we provide.

Apache EChartsTM

vintage

dark

macarons

infographic

shine

roma

Theme Builder

Make a custom theme and use it for your charts.

An example of using a theme

<script src="echarts.js"></script>
 <!-- import vintage theme -->
 <script src="theme/vintage.js"></script>
diff --git a/en/download.html b/en/download.html
index 64ef24d21..fbfe9d784 100644
--- a/en/download.html
+++ b/en/download.html
@@ -6,7 +6,7 @@
         + '@font-face {font-family:"noto-light";src:local("Microsoft Yahei");}';
     document.head.insertBefore(el, document.getElementById('font-hack'));
 }
-Download - Apache ECharts
+Download - Apache ECharts
 

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
-

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
+

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
Documentation - Apache ECharts -

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
+

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
+

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Copyright © 2017-2023, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.

More Resources - Apache ECharts +More Resources - Apache ECharts

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x

More Resources

Apache EChartsTM

github.com/ecomfe/awesome-echarts project provides a full list of these resources. Please check it out and add more as you know.

Copyright © 2017-2023, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.

Security - Apache ECharts +Security - Apache ECharts

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x

Security

Apache EChartsTM

The Apache EChartsTM takes a rigorous standpoint in annihilating the security issues in its software projects. Apache ECharts is highly sensitive and forthcoming to issues pertaining to its features and functionality.

If you have apprehensions regarding ECharts's security or you discover vulnerability or potential threat, don't hesitate to get in touch with the Apache Security Team by dropping a mail at security@apache.org. In the mail, specify the project name ECharts with the description of the issue or potential threat. You are also urged to recommend the way to reproduce and replicate the issue. The security team and the ECharts community will get back to you after assessing and analysing the findings.

PLEASE PAY ATTENTION to report the security issue on the security email before disclosing it on public domain.

Copyright © 2017-2023, The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.

Spreadsheet Tool - Apache ECharts +Spreadsheet Tool - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
Theme Builder - Apache ECharts +Theme Builder - Apache ECharts

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
diff --git a/en/tutorial.html b/en/tutorial.html index a25eaf238..ac1b1112b 100644 --- a/en/tutorial.html +++ b/en/tutorial.html @@ -9,8 +9,8 @@ Documentation - Apache ECharts -

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
+

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
Examples - Apache ECharts -

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
+

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
Examples - Apache ECharts -

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
+

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
Examples - Apache ECharts -

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
+

Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x
Examples - Apache ECharts -

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x
+

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x
Examples - Apache ECharts -

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x
+

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x
Examples - Apache ECharts -

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x
+

请访问 Apache ECharts 的官网  

https://echarts.apache.org
访问官网
x
Loading...
@@ -14,5 +14,5 @@ - + diff --git a/handbook/_nuxt/6461b85.js b/handbook/_nuxt/12c929c.js similarity index 98% rename from handbook/_nuxt/6461b85.js rename to handbook/_nuxt/12c929c.js index 116fc9c8b..fede44b94 100644 --- a/handbook/_nuxt/6461b85.js +++ b/handbook/_nuxt/12c929c.js @@ -1 +1 @@ -!function(e){function c(data){for(var c,f,t=data[0],o=data[1],l=data[2],i=0,h=[];i/g,">").replace(/"/g,""").replace(/'/g,"'")),{lang:t,code:code}}(t.lang,n.value)}));return{rawCode:n,highlightResult:c}}}),I=(n(243),Object(f.a)(U,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"md-code-block"},[n("div",{staticClass:"nuxt-content-highlight"},[n("pre",{class:"language-"+t.highlightResult.lang+" line-numbers"},[n("code",{domProps:{innerHTML:t._s(t.highlightResult.code)}})])]),t._v(" "),t.fileName?n("span",{staticClass:"filename"},[t._v(t._s(t.fileName))]):t._e(),t._v(" "),n("code-block-copy-clipboard",{attrs:{source:t.rawCode}})],1)}),[],!1,null,null,null).exports),Z=(n(244),Object(l.c)({props:{link:String},setup:function(t){return{fullLink:Object(l.a)((function(){return h.a.optionPath+t.link}))}}})),A=Object(f.a)(Z,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("a",{attrs:{href:t.fullLink,target:"_blank"}},[t._v(t._s(t.link))])}),[],!1,null,null,null).exports;r.a.use(l.b),r.a.component("md-example",v),r.a.component("md-alert",z),r.a.component("md-live",N),r.a.component("md-code-block",I),r.a.component("md-option",A),r.a.directive("observe-visibility",d.a);var G=n(246),V=n.n(G),F=n(302),J={"contents/zh/how-to/chart-types/line/basic-line.md":["pissang"],"contents/zh/how-to/interaction/drag.md":["pissang"],"contents/zh/how-to/data/dynamic-data.md":["pissang","jishen027"],"contents/zh/how-to/chart-types/pie/rose.md":["pissang"],"contents/zh/how-to/chart-types/line/stacked-line.md":["vincentbernat","pissang"],"contents/zh/how-to/chart-types/bar/stacked-bar.md":["ArisLittle","pissang"],"contents/zh/how-to/cross-platform/baidu-app.md":["Ovilia","vincentbernat","pissang"],"contents/zh/how-to/cross-platform/wechat-app.md":["pissang"],"contents/zh/how-to/mobile.md":["pissang"],"contents/zh/how-to/chart-types/bar/waterfall.md":["robyle","pissang"],"contents/zh/how-to/chart-types/line/step-line.md":["pissang"],"contents/zh/how-to/chart-types/line/area-line.md":["pissang"],"contents/zh/how-to/data/drilldown.md":["pissang"],"contents/zh/meta/edit-guide.md":["pissang","suisuiz"],"contents/zh/meta/writing.md":["Ovilia","pissang"],"contents/zh/how-to/label/rich-text.md":["plainheart","pissang"],"contents/zh/posts.yml":["pissang","Ovilia"],"contents/en/best-practices/canvas-vs-svg.md":["plainheart","pissang","mrbrianevans"],"contents/en/best-practices/aria.md":["pissang","Ovilia","julien-deramond","zachary-svoboda-accesso"],"contents/en/basics/import.md":["plainheart","pissang","aimuz","ikeq","zachary-svoboda-accesso","btea"],"contents/en/best-practices/mobile.md":["pissang"],"contents/en/best-practices/design/color-enhance.md":["pissang"],"contents/en/best-practices/specification/bar/bi-directional-bar.md":["pissang"],"contents/en/basics/release-note/5-3-0.md":["pissang","Ovilia","plainheart"],"contents/en/best-practices/specification/bar/basic-bar.md":["pissang"],"contents/en/best-practices/specification/gauge.md":["pissang"],"contents/en/best-practices/specification/bar/stacked-bar.md":["pissang"],"contents/en/best-practices/specification/line/stacked-area.md":["pissang"],"contents/en/best-practices/specification/line/basic-line.md":["pissang"],"contents/en/best-practices/specification/pie/basic-pie.md":["pissang"],"contents/en/best-practices/specification/funnel.md":["pissang"],"contents/en/concepts/chart-size.md":["pissang","plainheart","ppd0705"],"contents/en/concepts/axis.md":["pissang"],"contents/en/best-practices/specification/scatter/bubble.md":["pissang"],"contents/en/best-practices/specification/radar.md":["pissang"],"contents/en/concepts/data-transform.md":["plainheart","100pah","pissang","shangchen0531"],"contents/en/concepts/legend.md":["pissang"],"contents/en/concepts/dataset.md":["plainheart","pissang","Ovilia","100pah","Bruce20190410","simonmcconnell"],"contents/en/concepts/visual-map.md":["KrzysztofMadejski","pissang"],"contents/en/concepts/style.md":["plainheart","KrzysztofMadejski","pissang","fuchunhui","zachary-svoboda-accesso"],"contents/en/how-to/animation/transition.md":["pissang"],"contents/en/get-started.md":["plainheart","Ovilia","randyl","pissang"],"contents/en/how-to/chart-types/bar/waterfall.md":["plainheart","pissang"],"contents/en/how-to/chart-types/bar/bar-race.md":["Ovilia","pissang","Shofol"],"contents/en/how-to/chart-types/line/step-line.md":["pissang"],"contents/en/how-to/interaction/coarse-pointer.md":["Ovilia","plainheart"],"contents/en/how-to/chart-types/pie/basic-pie.md":["pissang"],"contents/en/how-to/chart-types/line/stacked-line.md":["vincentbernat","pissang","omkar787"],"contents/en/how-to/data/drilldown.md":["pissang"],"contents/en/how-to/chart-types/pie/doughnut.md":["plainheart","pissang"],"contents/en/how-to/chart-types/bar/basic-bar.md":["plainheart","pissang"],"contents/en/how-to/chart-types/line/smooth-line.md":["pissang"],"contents/zh/basics/release-note/5-3-0.md":["pissang","Ovilia","plainheart"],"contents/en/how-to/chart-types/pie/rose.md":["pissang"],"contents/en/how-to/chart-types/line/basic-line.md":["pissang"],"contents/en/how-to/chart-types/scatter/basic-scatter.md":["pissang"],"contents/zh/basics/release-note/5-4-0.md":["Ovilia"],"contents/en/posts.yml":["pissang","Ovilia"],"contents/zh/best-practices/specification/bar/basic-bar.md":["pissang"],"contents/zh/best-practices/design/color-enhance.md":["pissang"],"contents/zh/best-practices/specification/bar/stacked-bar.md":["pissang"],"contents/zh/concepts/legend.md":["pissang","Ovilia","Geoffyscat"],"contents/zh/best-practices/specification/scatter/bubble.md":["pissang"],"contents/zh/best-practices/specification/line/area.md":["pissang"],"contents/zh/best-practices/specification/line/stacked-area.md":["pissang"],"contents/en/basics/help.md":["plainheart","pissang"],"contents/.prettierrc":["pissang"],"contents/en/basics/download.md":["plainheart","Ovilia","pissang","zachary-svoboda-accesso"],"contents/en/basics/inspiration.md":["pissang","dbgee","plainheart"],"contents/en/basics/release-note/5-2-0.md":["pissang","Ovilia"],"contents/en/basics/release-note/5-4-0.md":["Ovilia"],"contents/en/basics/release-note/v5-upgrade-guide.md":["plainheart","Ovilia","fuchunhui","pissang"],"contents/en/basics/release-note/v5-feature.md":["pissang","plainheart","timonla"],"contents/en/how-to/chart-types/bar/stacked-bar.md":["pissang"],"contents/en/how-to/chart-types/bar/polar-bar.md":["pissang"],"contents/zh/basics/download.md":["pissang","plainheart","Ovilia","100pah"],"contents/zh/basics/release-note/5-2-0.md":["pissang","Ovilia"],"contents/zh/basics/release-note/v5-upgrade-guide.md":["plainheart","pissang","Ovilia","fredricen"],"contents/en/concepts/event.md":["pissang","Ovilia","100pah"],"contents/zh/basics/help.md":["plainheart","Ovilia","100pah","pissang"],"contents/zh/how-to/cross-platform/server.md":["Ovilia","pissang"],"contents/zh/how-to/chart-types/bar/polar-bar.md":["pissang"],"contents/zh/how-to/chart-types/line/smooth-line.md":["pissang"],"contents/zh/how-to/interaction/coarse-pointer.md":["Ovilia","plainheart"],"contents/zh/how-to/chart-types/pie/basic-pie.md":["pissang"],"contents/zh/how-to/chart-types/pie/doughnut.md":["pissang","guda-art"],"contents/zh/how-to/connect.md":["pissang"],"contents/zh/how-to/chart-types/scatter/basic-scatter.md":["pissang"],"contents/zh/concepts/tooltip.md":["Ovilia"],"contents/zh/best-practices/mobile.md":["pissang"],"contents/en/best-practices/specification/bar/grouped-bar.md":["pissang"],"contents/zh/best-practices/specification/bar/grouped-bar.md":["pissang"],"contents/zh/get-started.md":["Ovilia","pissang","zxx0006"],"contents/zh/basics/release-note/v5-feature.md":["plainheart","pissang","jiangmaniu","LuckyHookin"],"contents/zh/best-practices/specification/scatter/scatter.md":["pissang"],"contents/zh/best-practices/specification/gauge.md":["pissang"],"contents/zh/concepts/dataset.md":["pissang","plainheart","100pah","Ovilia"],"contents/en/best-practices/specification/line/area.md":["pissang"],"contents/zh/basics/resource.md":["Ovilia","pissang"],"contents/zh/best-practices/specification/radar.md":["pissang"],"contents/zh/best-practices/aria.md":["Ovilia","plainheart","pissang"],"contents/zh/best-practices/specification/pie/basic-pie.md":["pissang"],"contents/zh/concepts/series.md":["Ovilia"],"contents/zh/concepts/axis.md":["pissang","Ovilia","plainheart","Essentric"],"contents/zh/concepts/data-transform.md":["pissang","100pah","plainheart","idaibin","shangchen0531","meishijia"],"contents/en/how-to/chart-types/line/area-line.md":["pissang"],"contents/en/how-to/interaction/drag.md":["pissang"],"contents/zh/best-practices/specification/line/basic-line.md":["pissang"],"contents/en/best-practices/specification/scatter/scatter.md":["pissang"],"contents/zh/how-to/chart-types/bar/bar-race.md":["Ovilia","pissang"],"contents/zh/best-practices/canvas-vs-svg.md":["plainheart","pissang","Chengxi9","btea"],"contents/zh/best-practices/specification/funnel.md":["pissang"],"contents/en/how-to/cross-platform/server.md":["Ovilia","pissang","balloon72"],"contents/zh/concepts/chart-size.md":["pissang","Ovilia","plainheart","ppd0705"],"contents/zh/best-practices/specification/bar/bi-directional-bar.md":["pissang"],"contents/zh/concepts/style.md":["pissang","plainheart","wangcheng0825","fuchunhui","1335951413"],"contents/en/how-to/label/rich-text.md":["plainheart","TSinChen","pissang"],"contents/zh/concepts/event.md":["pissang","Ovilia","plainheart","100pah"],"contents/zh/concepts/coordinate.md":["Ovilia"],"contents/zh/basics/inspiration.md":["Ovilia","pissang"],"contents/zh/concepts/options.md":["Ovilia"],"contents/zh/how-to/animation/transition.md":["pissang"],"contents/zh/concepts/visual-map.md":["Ovilia","plainheart","pissang"],"contents/zh/how-to/animation/universal-transition.md":["pissang"],"contents/en/how-to/data/dynamic-data.md":["yhoiseth","pissang","balloon72"],"contents/zh/how-to/chart-types/bar/basic-bar.md":["plainheart","pissang","tanjiasong005"],"contents/en/meta/edit-guide.md":["pissang","plainheart"],"contents/zh/basics/import.md":["pissang","plainheart","michaelxiaohan","aimuz","vueadmin","gugujigua","btea","Yechuanjie"],"contents/en/concepts/coordinate.md":["huanghan01"],"contents/en/concepts/options.md":["huanghan01"],"contents/en/concepts/series.md":["huanghan01"],"contents/en/concepts/tooltip.md":["huanghan01"]};n(143);var K=Object(l.c)({props:{path:String},setup:function(t){return{contributors:Object(l.a)((function(){return J["contents/".concat(t.path||"",".md")]})),sourcePath:Object(l.a)((function(){return(e=t.path).endsWith(".md")||(e+=".md"),n&&(e+="#".concat(decodeURIComponent(n))),"https://github.com/".concat(h.a.gitRepo,"/tree/master/contents/").concat(e);var e,n}))}}}),W=(n(303),Object(f.a)(K,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"post-contributors"},[n("h3",[n("span",{staticClass:"inline-block align-middle"},[t._v(t._s(t.$t("contributorsWithThisDocument")))]),t._v(" "),n("a",{staticClass:"inline-block align-middle text-sm",attrs:{target:"_blank",href:t.sourcePath,title:t.$t("editInThisDocumentTip")}},[n("svg",{staticClass:"h-8 w-8 inline-block align-middle",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"}},[n("path",{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"}})]),t._v(" "),n("span",{staticClass:"inline-block align-middle"},[t._v(t._s(t.$t("editInGithub")))])])]),t._v(" "),t.contributors&&t.contributors.length?n("div",{staticClass:"post-contributors-list"},t._l(t.contributors,(function(e){return n("a",{key:e,staticClass:"post-contributor",attrs:{href:"https://github.com/"+e,target:"_blank"}},[n("img",{attrs:{alt:e,src:"https://avatars.githubusercontent.com/"+e+"?size=60",loading:"lazy"}}),t._v(" "),n("span",[t._v(t._s(e))])])})),0):t._e()])}),[],!1,null,null,null).exports),Y={functional:!0,props:{content:String},render:function(t,e){return t({template:"
"+e.props.content+"
"})}},Q=n(304),X=n.n(Q);function tt(t){return t.replace(/^```(\w+?)\s+live\s*({.*?})?\s*?\n([\s\S]+?)^```/gm,(function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"js",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"{}",code=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";e=e.trim(),n=n.trim()||"{}";var c=x.b(code.trim(),!0);return'')}))}function et(t){return t.replace(/^```(\w+?)\s*({.*?})?\s*?\n([\s\S]+?)^```/gm,(function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"js",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",code=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";e=e.trim();var c=x.b(code.trim(),!0);return'")}))}function nt(t,e){return["optionPath","mainSitePath","exampleViewPath","exampleEditorPath"].forEach((function(p){var n=h.a[p].replace("${lang}",e);t=t.replace(new RegExp("\\$\\{"+p+"\\}","g"),n)})),t=t.replace(/\$\{lang\}/g,e)}function at(t,e){for(var n,i=0,c=t.length;i/g,">").replace(/"/g,""").replace(/'/g,"'")),{lang:t,code:code}}(t.lang,n.value)}));return{rawCode:n,highlightResult:c}}}),I=(n(243),Object(f.a)(U,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"md-code-block"},[n("div",{staticClass:"nuxt-content-highlight"},[n("pre",{class:"language-"+t.highlightResult.lang+" line-numbers"},[n("code",{domProps:{innerHTML:t._s(t.highlightResult.code)}})])]),t._v(" "),t.fileName?n("span",{staticClass:"filename"},[t._v(t._s(t.fileName))]):t._e(),t._v(" "),n("code-block-copy-clipboard",{attrs:{source:t.rawCode}})],1)}),[],!1,null,null,null).exports),Z=(n(244),Object(l.c)({props:{link:String},setup:function(t){return{fullLink:Object(l.a)((function(){return h.a.optionPath+t.link}))}}})),A=Object(f.a)(Z,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("a",{attrs:{href:t.fullLink,target:"_blank"}},[t._v(t._s(t.link))])}),[],!1,null,null,null).exports;r.a.use(l.b),r.a.component("md-example",v),r.a.component("md-alert",z),r.a.component("md-live",N),r.a.component("md-code-block",I),r.a.component("md-option",A),r.a.directive("observe-visibility",d.a);var G=n(246),V=n.n(G),F=n(302),J={"contents/en/best-practices/specification/funnel.md":["pissang"],"contents/.prettierrc":["pissang"],"contents/en/basics/download.md":["plainheart","Ovilia","pissang","zachary-svoboda-accesso"],"contents/en/basics/help.md":["plainheart","pissang"],"contents/en/basics/import.md":["plainheart","pissang","aimuz","ikeq","zachary-svoboda-accesso","btea"],"contents/en/basics/release-note/5-2-0.md":["pissang","Ovilia"],"contents/en/basics/inspiration.md":["pissang","dbgee","plainheart"],"contents/en/basics/release-note/5-4-0.md":["Ovilia"],"contents/en/basics/release-note/5-3-0.md":["pissang","Ovilia","plainheart"],"contents/en/basics/release-note/v5-upgrade-guide.md":["plainheart","Ovilia","fuchunhui","pissang"],"contents/en/basics/release-note/v5-feature.md":["pissang","plainheart","timonla"],"contents/en/best-practices/design/color-enhance.md":["pissang"],"contents/en/best-practices/mobile.md":["pissang"],"contents/en/best-practices/specification/bar/basic-bar.md":["pissang"],"contents/en/best-practices/specification/bar/bi-directional-bar.md":["pissang"],"contents/en/best-practices/specification/bar/grouped-bar.md":["pissang"],"contents/en/best-practices/specification/bar/stacked-bar.md":["pissang"],"contents/en/best-practices/specification/gauge.md":["pissang"],"contents/en/best-practices/specification/line/area.md":["pissang"],"contents/en/best-practices/specification/line/basic-line.md":["pissang"],"contents/en/best-practices/specification/pie/basic-pie.md":["pissang"],"contents/en/best-practices/specification/radar.md":["pissang"],"contents/en/concepts/axis.md":["pissang"],"contents/en/get-started.md":["plainheart","Ovilia","randyl","pissang"],"contents/en/how-to/chart-types/bar/stacked-bar.md":["pissang"],"contents/en/best-practices/specification/scatter/scatter.md":["pissang"],"contents/en/how-to/chart-types/line/basic-line.md":["pissang"],"contents/en/how-to/chart-types/line/stacked-line.md":["vincentbernat","pissang","omkar787"],"contents/en/how-to/chart-types/pie/basic-pie.md":["pissang"],"contents/en/how-to/chart-types/pie/doughnut.md":["plainheart","pissang"],"contents/en/how-to/chart-types/scatter/basic-scatter.md":["pissang"],"contents/en/how-to/label/rich-text.md":["plainheart","TSinChen","pissang"],"contents/en/posts.yml":["pissang","Ovilia"],"contents/en/meta/edit-guide.md":["pissang","plainheart"],"contents/zh/basics/inspiration.md":["Ovilia","pissang"],"contents/zh/basics/release-note/v5-feature.md":["plainheart","pissang","jiangmaniu","LuckyHookin"],"contents/en/how-to/chart-types/line/area-line.md":["pissang"],"contents/zh/basics/resource.md":["Ovilia","pissang"],"contents/en/how-to/chart-types/bar/waterfall.md":["plainheart","pissang"],"contents/en/best-practices/canvas-vs-svg.md":["plainheart","pissang","mrbrianevans"],"contents/zh/basics/release-note/5-4-0.md":["Ovilia"],"contents/en/best-practices/aria.md":["pissang","Ovilia","julien-deramond","zachary-svoboda-accesso"],"contents/en/concepts/style.md":["plainheart","KrzysztofMadejski","pissang","fuchunhui","zachary-svoboda-accesso"],"contents/en/how-to/chart-types/line/smooth-line.md":["pissang"],"contents/en/concepts/visual-map.md":["KrzysztofMadejski","pissang"],"contents/zh/best-practices/specification/funnel.md":["pissang"],"contents/en/best-practices/specification/line/stacked-area.md":["pissang"],"contents/zh/basics/release-note/5-3-0.md":["pissang","Ovilia","plainheart"],"contents/en/how-to/interaction/drag.md":["pissang"],"contents/en/how-to/interaction/coarse-pointer.md":["Ovilia","plainheart"],"contents/en/best-practices/specification/scatter/bubble.md":["pissang"],"contents/zh/best-practices/specification/gauge.md":["pissang"],"contents/zh/basics/release-note/v5-upgrade-guide.md":["plainheart","pissang","Ovilia","fredricen"],"contents/zh/best-practices/aria.md":["Ovilia","plainheart","pissang"],"contents/en/how-to/data/dynamic-data.md":["yhoiseth","pissang","balloon72"],"contents/zh/best-practices/specification/line/area.md":["pissang"],"contents/en/concepts/dataset.md":["plainheart","pissang","Ovilia","100pah","Bruce20190410","simonmcconnell"],"contents/zh/best-practices/canvas-vs-svg.md":["plainheart","pissang","Chengxi9","btea"],"contents/en/concepts/data-transform.md":["plainheart","100pah","pissang","shangchen0531"],"contents/en/how-to/chart-types/pie/rose.md":["pissang"],"contents/zh/best-practices/specification/radar.md":["pissang"],"contents/en/how-to/cross-platform/server.md":["Ovilia","pissang","balloon72"],"contents/zh/concepts/chart-size.md":["pissang","Ovilia","plainheart","ppd0705"],"contents/en/how-to/data/drilldown.md":["pissang"],"contents/zh/best-practices/mobile.md":["pissang"],"contents/zh/best-practices/specification/scatter/bubble.md":["pissang"],"contents/zh/concepts/dataset.md":["pissang","plainheart","100pah","Ovilia"],"contents/zh/concepts/data-transform.md":["pissang","100pah","plainheart","idaibin","shangchen0531","meishijia"],"contents/zh/best-practices/specification/bar/basic-bar.md":["pissang"],"contents/zh/best-practices/specification/pie/basic-pie.md":["pissang"],"contents/zh/concepts/coordinate.md":["Ovilia"],"contents/zh/concepts/options.md":["Ovilia"],"contents/zh/best-practices/specification/bar/stacked-bar.md":["pissang"],"contents/zh/basics/help.md":["plainheart","Ovilia","100pah","pissang"],"contents/en/how-to/chart-types/bar/polar-bar.md":["pissang"],"contents/en/how-to/chart-types/line/step-line.md":["pissang"],"contents/en/concepts/legend.md":["pissang"],"contents/zh/basics/release-note/5-2-0.md":["pissang","Ovilia"],"contents/zh/best-practices/specification/bar/grouped-bar.md":["pissang"],"contents/en/concepts/event.md":["pissang","Ovilia","100pah"],"contents/zh/basics/import.md":["pissang","plainheart","michaelxiaohan","aimuz","vueadmin","gugujigua","btea","Yechuanjie"],"contents/zh/best-practices/specification/scatter/scatter.md":["pissang"],"contents/zh/concepts/tooltip.md":["Ovilia"],"contents/zh/concepts/series.md":["Ovilia"],"contents/zh/basics/download.md":["pissang","plainheart","Ovilia","100pah"],"contents/en/how-to/chart-types/bar/basic-bar.md":["plainheart","pissang"],"contents/en/how-to/animation/transition.md":["pissang"],"contents/en/how-to/chart-types/bar/bar-race.md":["Ovilia","pissang","Shofol"],"contents/zh/best-practices/specification/line/stacked-area.md":["pissang"],"contents/zh/concepts/axis.md":["pissang","Ovilia","plainheart","Essentric"],"contents/zh/best-practices/design/color-enhance.md":["pissang"],"contents/zh/concepts/legend.md":["pissang","Ovilia","Geoffyscat"],"contents/zh/concepts/event.md":["pissang","Ovilia","plainheart","100pah"],"contents/zh/how-to/chart-types/bar/stacked-bar.md":["ArisLittle","pissang"],"contents/zh/how-to/chart-types/bar/polar-bar.md":["pissang"],"contents/zh/how-to/chart-types/line/area-line.md":["pissang"],"contents/zh/how-to/chart-types/bar/waterfall.md":["robyle","pissang"],"contents/zh/how-to/chart-types/line/smooth-line.md":["pissang"],"contents/zh/how-to/chart-types/line/basic-line.md":["pissang"],"contents/zh/how-to/chart-types/line/step-line.md":["pissang"],"contents/zh/how-to/chart-types/line/stacked-line.md":["vincentbernat","pissang"],"contents/zh/how-to/chart-types/pie/doughnut.md":["pissang","guda-art"],"contents/zh/how-to/chart-types/pie/basic-pie.md":["pissang"],"contents/zh/how-to/chart-types/scatter/basic-scatter.md":["pissang"],"contents/zh/how-to/chart-types/pie/rose.md":["pissang"],"contents/zh/how-to/connect.md":["pissang"],"contents/zh/how-to/cross-platform/baidu-app.md":["Ovilia","vincentbernat","pissang"],"contents/zh/how-to/cross-platform/server.md":["Ovilia","pissang"],"contents/zh/get-started.md":["Ovilia","pissang","zxx0006"],"contents/zh/concepts/visual-map.md":["Ovilia","plainheart","pissang"],"contents/zh/how-to/animation/universal-transition.md":["pissang"],"contents/zh/how-to/animation/transition.md":["pissang"],"contents/zh/how-to/chart-types/bar/bar-race.md":["Ovilia","pissang"],"contents/en/concepts/chart-size.md":["pissang","plainheart","ppd0705"],"contents/zh/concepts/style.md":["pissang","plainheart","wangcheng0825","fuchunhui","1335951413"],"contents/zh/best-practices/specification/line/basic-line.md":["pissang"],"contents/zh/best-practices/specification/bar/bi-directional-bar.md":["pissang"],"contents/zh/how-to/chart-types/bar/basic-bar.md":["plainheart","pissang","tanjiasong005"],"contents/zh/how-to/interaction/coarse-pointer.md":["Ovilia","plainheart"],"contents/zh/how-to/label/rich-text.md":["plainheart","pissang"],"contents/zh/how-to/mobile.md":["pissang"],"contents/zh/how-to/cross-platform/wechat-app.md":["pissang"],"contents/zh/how-to/data/drilldown.md":["pissang"],"contents/zh/how-to/data/dynamic-data.md":["pissang","jishen027"],"contents/zh/how-to/interaction/drag.md":["pissang"],"contents/zh/meta/edit-guide.md":["pissang","suisuiz"],"contents/zh/posts.yml":["pissang","Ovilia"],"contents/en/concepts/tooltip.md":["huanghan01"],"contents/en/concepts/series.md":["huanghan01"],"contents/zh/meta/writing.md":["Ovilia","pissang"],"contents/en/concepts/coordinate.md":["huanghan01"],"contents/en/concepts/options.md":["huanghan01"]};n(143);var K=Object(l.c)({props:{path:String},setup:function(t){return{contributors:Object(l.a)((function(){return J["contents/".concat(t.path||"",".md")]})),sourcePath:Object(l.a)((function(){return(e=t.path).endsWith(".md")||(e+=".md"),n&&(e+="#".concat(decodeURIComponent(n))),"https://github.com/".concat(h.a.gitRepo,"/tree/master/contents/").concat(e);var e,n}))}}}),W=(n(303),Object(f.a)(K,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"post-contributors"},[n("h3",[n("span",{staticClass:"inline-block align-middle"},[t._v(t._s(t.$t("contributorsWithThisDocument")))]),t._v(" "),n("a",{staticClass:"inline-block align-middle text-sm",attrs:{target:"_blank",href:t.sourcePath,title:t.$t("editInThisDocumentTip")}},[n("svg",{staticClass:"h-8 w-8 inline-block align-middle",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"}},[n("path",{attrs:{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"}})]),t._v(" "),n("span",{staticClass:"inline-block align-middle"},[t._v(t._s(t.$t("editInGithub")))])])]),t._v(" "),t.contributors&&t.contributors.length?n("div",{staticClass:"post-contributors-list"},t._l(t.contributors,(function(e){return n("a",{key:e,staticClass:"post-contributor",attrs:{href:"https://github.com/"+e,target:"_blank"}},[n("img",{attrs:{alt:e,src:"https://avatars.githubusercontent.com/"+e+"?size=60",loading:"lazy"}}),t._v(" "),n("span",[t._v(t._s(e))])])})),0):t._e()])}),[],!1,null,null,null).exports),Y={functional:!0,props:{content:String},render:function(t,e){return t({template:"
"+e.props.content+"
"})}},Q=n(304),X=n.n(Q);function tt(t){return t.replace(/^```(\w+?)\s+live\s*({.*?})?\s*?\n([\s\S]+?)^```/gm,(function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"js",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"{}",code=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";e=e.trim(),n=n.trim()||"{}";var c=x.b(code.trim(),!0);return'')}))}function et(t){return t.replace(/^```(\w+?)\s*({.*?})?\s*?\n([\s\S]+?)^```/gm,(function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"js",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",code=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";e=e.trim();var c=x.b(code.trim(),!0);return'")}))}function nt(t,e){return["optionPath","mainSitePath","exampleViewPath","exampleEditorPath"].forEach((function(p){var n=h.a[p].replace("${lang}",e);t=t.replace(new RegExp("\\$\\{"+p+"\\}","g"),n)})),t=t.replace(/\$\{lang\}/g,e)}function at(t,e){for(var n,i=0,c=t.length;i - Download ECharts - Basics - Handbook - Apache ECharts + Download ECharts - Basics - Handbook - Apache ECharts -

Get Apache ECharts

Apache ECharts offers a variety of installation options, so you can choose any of the following options depending on your project.

  • Install From npm
  • Use From CDN
  • Download From GitHub
  • Online Customization

We'll go over each of these installation methods and the directory structure after download.

Installation

Install From npm

npm install echarts

See Import ECharts for details on usage.

Use From CDN

ECharts is available on the following free CDNs:

Download From GitHub

You can find links to each version on the releases page of the apache/echarts project. Click on the Source code under Assets at the bottom of the desired release version. After downloading, unzip the file and locate echarts.js file in the dist folder to include the full ECharts functionality.

Online Customization

If you want to introduce only some modules to reduce package size, you can use the ECharts online customization function to create a customized download of ECharts.

Contributors Edit this page on GitHub

plainheart plainheartOvilia Oviliapissang pissangzachary-svoboda-accesso zachary-svoboda-accesso
+

Get Apache ECharts

Apache ECharts offers a variety of installation options, so you can choose any of the following options depending on your project.

  • Install From npm
  • Use From CDN
  • Download From GitHub
  • Online Customization

We'll go over each of these installation methods and the directory structure after download.

Installation

Install From npm

npm install echarts

See Import ECharts for details on usage.

Use From CDN

ECharts is available on the following free CDNs:

Download From GitHub

You can find links to each version on the releases page of the apache/echarts project. Click on the Source code under Assets at the bottom of the desired release version. After downloading, unzip the file and locate echarts.js file in the dist folder to include the full ECharts functionality.

Online Customization

If you want to introduce only some modules to reduce package size, you can use the ECharts online customization function to create a customized download of ECharts.

Contributors Edit this page on GitHub

plainheart plainheartOvilia Oviliapissang pissangzachary-svoboda-accesso zachary-svoboda-accesso
diff --git a/handbook/en/basics/help/index.html b/handbook/en/basics/help/index.html index 597cd6a80..b1e1559f5 100644 --- a/handbook/en/basics/help/index.html +++ b/handbook/en/basics/help/index.html @@ -4,10 +4,10 @@ - Get Help - Basics - Handbook - Apache ECharts + Get Help - Basics - Handbook - Apache ECharts -

Get Help

Technical Problems

Make sure that existing documentation do not solve your problem

ECharts has a very large number of users, so it's more than likely that someone else has encountered and solved the problem you've had. By reading the documentation and using the search engine, you can solve your problem quickly by yourself without help from the community.

Therefore, before doing anything else, make sure that current documentation and other resources can't solve your problem. Resources that can be helpful for you include,

Create the Minimal Reproducible Demo

Create an example on Official Editor, CodePen, CodeSandbox or JSFiddle, which will make it easier for others to reproduce your problem.

The example should reproduce your problem in the simplest way. Removing unnecessary code and data can enable those who want to help you to locate and then solve the problem more quickly. Please refer to How to Create a Minimal, Reproducible Example for more details.

Determining if It's a Bug

Report a Bug or Request a New Feature

If some behavior is different from the documentation or isn't what you expected, it's probably a bug. If it's a bug, or you have a feature request, please use the issue template to create a new issue and describe it in detail as per the prompts.

How-To Questions

If it's not a bug, but you don't know how to achieve something, try the stackoverflow.com

If you don't get an answer, you can also send an email to dev@echarts.apache.org. In order for more people to understand your question and to get help in future searches, it is highly recommended to write the email in English.

Non-technical questions

For other non-technical questions, you can send an email in English to dev@echarts.apache.org.

Contributors Edit this page on GitHub

plainheart plainheartpissang pissang
+

Get Help

Technical Problems

Make sure that existing documentation do not solve your problem

ECharts has a very large number of users, so it's more than likely that someone else has encountered and solved the problem you've had. By reading the documentation and using the search engine, you can solve your problem quickly by yourself without help from the community.

Therefore, before doing anything else, make sure that current documentation and other resources can't solve your problem. Resources that can be helpful for you include,

Create the Minimal Reproducible Demo

Create an example on Official Editor, CodePen, CodeSandbox or JSFiddle, which will make it easier for others to reproduce your problem.

The example should reproduce your problem in the simplest way. Removing unnecessary code and data can enable those who want to help you to locate and then solve the problem more quickly. Please refer to How to Create a Minimal, Reproducible Example for more details.

Determining if It's a Bug

Report a Bug or Request a New Feature

If some behavior is different from the documentation or isn't what you expected, it's probably a bug. If it's a bug, or you have a feature request, please use the issue template to create a new issue and describe it in detail as per the prompts.

How-To Questions

If it's not a bug, but you don't know how to achieve something, try the stackoverflow.com

If you don't get an answer, you can also send an email to dev@echarts.apache.org. In order for more people to understand your question and to get help in future searches, it is highly recommended to write the email in English.

Non-technical questions

For other non-technical questions, you can send an email in English to dev@echarts.apache.org.

Contributors Edit this page on GitHub

plainheart plainheartpissang pissang
diff --git a/handbook/en/basics/import/index.html b/handbook/en/basics/import/index.html index f793eec2c..bce454984 100644 --- a/handbook/en/basics/import/index.html +++ b/handbook/en/basics/import/index.html @@ -4,7 +4,7 @@ - Import ECharts - Basics - Handbook - Apache ECharts + Import ECharts - Basics - Handbook - Apache ECharts

Using ECharts as an NPM Package

There are two approaches to using ECharts as a package. The simplest approach is to make all functionality immediately available by importing from echarts. However, it is encouraged to substantially decrease bundle size by only importing as necessary such as echarts/core and echarts/charts.

Install ECharts via NPM

You can install ECharts via npm using the following command

npm install echarts

Import All ECharts Functionality

To include all of ECharts, we simply need to import echarts.

import * as echarts from 'echarts';
@@ -126,7 +126,7 @@
 
 const option: ECOption = {
   // ...
-};

Contributors Edit this page on GitHub

plainheart plainheartpissang pissangaimuz aimuzikeq ikeqzachary-svoboda-accesso zachary-svoboda-accessobtea btea
+};

Contributors Edit this page on GitHub

plainheart plainheartpissang pissangaimuz aimuzikeq ikeqzachary-svoboda-accesso zachary-svoboda-accessobtea btea
diff --git a/handbook/en/basics/release-note/5-2-0/index.html b/handbook/en/basics/release-note/5-2-0/index.html index 2407a4ab0..ccf05d259 100644 --- a/handbook/en/basics/release-note/5-2-0/index.html +++ b/handbook/en/basics/release-note/5-2-0/index.html @@ -4,7 +4,7 @@ - 5.2 - What's New - Basics - Handbook - Apache ECharts + 5.2 - What's New - Basics - Handbook - Apache ECharts

What's New in Apache ECharts 5.2.0

Universal Transition

Natural and smooth transition animations have been an important feature in Apache ECharts. By avoiding abrupt changes from data update, it not only improves the visual effect, but also provides the possibility to express the association and evolution of data. Therefore, in 5.2.0, we have further enhanced this animation capability. Next, we will see how this Universal Transition adds expressiveness and narrative power to the chart.

In previous versions, transition animations had certain limitations: they could only be used for the position, size of the same shape, and they could only work on the same type of series. For example, the following example reflects the change in data percent through the change in sector shape in a pie chart.