This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git

commit db9e6df2abe7274a131645b6d6adeba951e399f3
Merge: 73d54a9 5f54261
Author: sushuang <sushuang0...@gmail.com>
AuthorDate: Mon Sep 16 22:31:42 2019 +0800

    Merge branch 'release'
    
    # Conflicts:
    #   README.md

 README.md                                          |    15 +-
 build.js                                           |    38 +-
 cn/changelog.md                                    |   173 +
 cn/option/partial/symbol.md                        |     2 +-
 config.js => config/env.asf.js                     |     0
 configdev.js => config/env.dev.js                  |     0
 config/env.echartsjs.js                            |     9 +
 configgithub.js => config/env.github.js            |     0
 configen.js                                        |     9 -
 en/changelog.md                                    |   174 +
 en/option/partial/symbol.md                        |     2 +-
 package.json                                       |     3 +-
 public/404.html                                    |     7 +-
 public/about.html                                  |     7 +-
 public/api.html                                    |     7 +-
 public/builder.html                                |     7 +-
 public/builder3.html                               |     7 +-
 public/changelog.html                              |     7 +-
 public/cheat-sheet.html                            |     6 +
 public/cn/documents/cn/api.json                    |     2 +-
 public/cn/documents/cn/changelog.html              |   169 +
 public/cn/documents/cn/option.json                 |     2 +-
 public/cn/documents/cn/tutorial.json               |     2 +-
 public/coding-standard.html                        |     7 +-
 public/committer.html                              |     7 +-
 public/demo.html                                   |     7 +-
 public/download-extension.html                     |     7 +-
 public/download-map.html                           |     7 +-
 public/download-theme.html                         |     7 +-
 public/download.html                               |     7 +-
 public/download3.html                              |     7 +-
 public/en/404.html                                 |    20 +
 public/en/api.html                                 |    28 +-
 public/en/builder.html                             |    29 +-
 public/en/builder/echarts.html                     |     2 +-
 .../src/echarts/action/createDataSelectAction.js   |     3 +-
 public/en/builder/src/echarts/chart/bar.js         |     5 +-
 public/en/builder/src/echarts/chart/bar/BarView.js |    59 +-
 .../src/echarts/chart/chord/chordCircularLayout.js |     6 -
 public/en/builder/src/echarts/chart/custom.js      |    41 +-
 .../builder/src/echarts/chart/funnel/FunnelView.js |    21 +-
 .../src/echarts/chart/funnel/funnelLayout.js       |    54 +-
 .../builder/src/echarts/chart/gauge/GaugeView.js   |     3 +-
 public/en/builder/src/echarts/chart/graph.js       |     2 +-
 .../builder/src/echarts/chart/graph/GraphView.js   |    54 +-
 .../builder/src/echarts/chart/graph/adjustEdge.js  |    12 +-
 .../src/echarts/chart/graph/categoryVisual.js      |    17 +-
 .../src/echarts/chart/graph/circularLayout.js      |     2 +-
 .../echarts/chart/graph/circularLayoutHelper.js    |    87 +-
 .../builder/src/echarts/chart/graph/forceLayout.js |     2 +-
 .../dataZoom.js => chart/graph/graphHelper.js}     |    35 +-
 .../src/echarts/chart/heatmap/HeatmapLayer.js      |     8 -
 public/en/builder/src/echarts/chart/helper/Line.js |    15 +-
 .../builder/src/echarts/chart/helper/LinePath.js   |    13 +-
 .../en/builder/src/echarts/chart/helper/Symbol.js  |    56 +-
 .../en/builder/src/echarts/chart/pie/PieSeries.js  |     3 +
 public/en/builder/src/echarts/chart/pie/PieView.js |    76 +-
 .../builder/src/echarts/chart/pie/labelLayout.js   |    19 +-
 .../builder/src/echarts/chart/radar/RadarView.js   |    16 +-
 .../builder/src/echarts/chart/radar/radarLayout.js |    37 +-
 .../src/echarts/chart/sankey/SankeySeries.js       |    55 +-
 .../builder/src/echarts/chart/sankey/SankeyView.js |    14 +-
 .../src/echarts/chart/sankey/sankeyAction.js       |     5 -
 .../src/echarts/chart/sankey/sankeyLayout.js       |   318 +-
 .../src/echarts/chart/sankey/sankeyVisual.js       |    15 +-
 .../src/echarts/chart/sunburst/SunburstPiece.js    |     2 +-
 .../echarts/chart/themeRiver/ThemeRiverSeries.js   |     8 +-
 .../src/echarts/chart/themeRiver/ThemeRiverView.js |     5 -
 .../echarts/chart/themeRiver/themeRiverLayout.js   |     5 -
 .../echarts/chart/themeRiver/themeRiverVisual.js   |     5 -
 .../builder/src/echarts/chart/tree/TreeSeries.js   |     5 -
 .../en/builder/src/echarts/chart/tree/TreeView.js  |     5 -
 .../builder/src/echarts/chart/tree/treeAction.js   |     5 -
 .../src/echarts/chart/treemap/TreemapSeries.js     |     2 +-
 .../src/echarts/component/axis/AngleAxisView.js    |    14 +-
 .../src/echarts/component/axis/AxisBuilder.js      |    44 +-
 .../echarts/component/axis/CartesianAxisView.js    |     5 +-
 .../src/echarts/component/axis/SingleAxisView.js   |     5 +-
 .../component/axisPointer/BaseAxisPointer.js       |     2 +-
 .../component/axisPointer/CartesianAxisPointer.js  |    12 +-
 .../component/axisPointer/SingleAxisPointer.js     |    12 +-
 .../echarts/component/axisPointer/viewHelper.js    |     3 +
 .../src/echarts/component/brush/selector.js        |    50 +-
 .../en/builder/src/echarts/component/calendar.js   |     5 -
 .../en/builder/src/echarts/component/dataZoom.js   |    16 +-
 .../src/echarts/component/dataZoom/AxisProxy.js    |    98 +-
 .../echarts/component/dataZoom/InsideZoomView.js   |     2 +-
 .../echarts/component/dataZoom/SliderZoomView.js   |     5 +-
 .../src/echarts/component/dataZoomInside.js        |     4 -
 .../src/echarts/component/dataZoomSelect.js        |     3 +-
 .../src/echarts/component/dataZoomSlider.js}       |     6 -
 .../src/echarts/component/helper/MapDraw.js        |     8 +-
 .../src/echarts/component/helper/sliderMove.js     |    16 +-
 .../component/legend/ScrollableLegendView.js       |    17 +-
 .../src/echarts/component/marker/MarkLineView.js   |     9 +-
 .../src/echarts/component/marker/MarkPointView.js  |    22 +-
 public/en/builder/src/echarts/component/title.js   |    24 +-
 .../src/echarts/component/toolbox/ToolboxModel.js  |     9 +-
 .../src/echarts/component/toolbox/ToolboxView.js   |    30 +-
 .../echarts/component/toolbox/feature/DataView.js  |    17 +-
 .../component/toolbox/feature/SaveAsImage.js       |    12 +-
 .../echarts/component/tooltip/TooltipContent.js    |    17 +-
 .../component/tooltip/TooltipRichContent.js        |    11 +-
 .../src/echarts/component/tooltip/TooltipView.js   |     2 +-
 .../echarts/component/visualMap/ContinuousView.js  |     6 +-
 .../echarts/component/visualMap/PiecewiseModel.js  |     4 +-
 .../echarts/component/visualMap/PiecewiseView.js   |     2 +-
 .../src/echarts/component/visualMap/helper.js      |    10 +-
 .../src/echarts/coord/axisTickLabelBuilder.js      |     2 +-
 .../en/builder/src/echarts/coord/cartesian/Grid.js |    14 +-
 .../builder/src/echarts/coord/single/AxisModel.js  |     4 +-
 public/en/builder/src/echarts/data/Graph.js        |     9 +-
 public/en/builder/src/echarts/data/List.js         |    47 +-
 .../src/echarts/data/helper/completeDimensions.js  |     2 +-
 .../src/echarts/data/helper/dimensionHelper.js     |    40 +-
 public/en/builder/src/echarts/echarts.js           |    56 +-
 public/en/builder/src/echarts/helper.js            |     1 -
 public/en/builder/src/echarts/langEN.js            |    32 +
 .../builder/src/echarts/{langEN.js => langES.js}   |    32 +-
 public/en/builder/src/echarts/layout/barGrid.js    |    20 +-
 public/en/builder/src/echarts/layout/barPolar.js   |    17 +-
 public/en/builder/src/echarts/model/Global.js      |     2 +-
 .../en/builder/src/echarts/model/OptionManager.js  |     2 +-
 .../builder/src/echarts/model/mixin/dataFormat.js  |     7 +-
 .../builder/src/echarts/model/mixin/lineStyle.js   |    14 +-
 .../src/echarts/preprocessor/backwardCompat.js     |     2 +-
 public/en/builder/src/echarts/util/KDTree.js       |     7 -
 public/en/builder/src/echarts/util/graphic.js      |   420 +-
 public/en/builder/src/echarts/util/number.js       |     8 +
 public/en/builder/src/echarts/util/quickSelect.js  |     3 -
 public/en/builder/src/echarts/util/symbol.js       |    20 +-
 public/en/builder/src/echarts/view/Chart.js        |    28 +-
 public/en/builder/src/echarts/visual/symbol.js     |    28 +-
 .../echarts3/component/visualMap/PiecewiseModel.js |     2 +-
 public/en/builder/src/zrender/Painter.js           |    13 +-
 public/en/builder/src/zrender/contain/text.js      |    40 +-
 public/en/builder/src/zrender/core/PathProxy.js    |     8 +-
 public/en/builder/src/zrender/core/event.js        |   160 +-
 .../src/zrender/core/fourPointsTransform.js        |    90 +
 .../en/builder/src/zrender/graphic/CompoundPath.js |     2 +-
 .../en/builder/src/zrender/graphic/Displayable.js  |    27 +-
 public/en/builder/src/zrender/graphic/Path.js      |     6 +-
 public/en/builder/src/zrender/graphic/Style.js     |     7 +-
 .../en/builder/src/zrender/graphic/helper/text.js  |    22 +-
 public/en/builder/src/zrender/svg/graphic.js       |    56 +-
 .../src/zrender/svg/helper/ClippathManager.js      |     4 +-
 public/en/builder/src/zrender/vml/graphic.js       |    10 +-
 public/en/builder/src/zrender/zrender.js           |    11 +-
 public/en/changelog.html                           |   187 +-
 public/en/cheat-sheet.html                         |    21 +
 public/en/coding-standard.html                     |    18 +-
 public/en/committers.html                          |    14 +-
 public/en/css/main.css                             |     2 +-
 public/en/dependencies.html                        |    14 +-
 public/en/dist/echarts-en.common.js                |  2642 +-
 public/en/dist/echarts-en.common.min.js            |     2 +-
 public/en/dist/echarts-en.js                       | 33615 ++++++++++---------
 public/en/dist/echarts-en.js.map                   |     2 +-
 public/en/dist/echarts-en.min.js                   |     2 +-
 public/en/dist/echarts-en.simple.js                |  1643 +-
 public/en/dist/echarts-en.simple.min.js            |     2 +-
 public/en/dist/echarts.common.js                   |  2610 +-
 public/en/dist/echarts.common.min.js               |     2 +-
 public/en/dist/echarts.js                          | 33583 +++++++++---------
 public/en/dist/echarts.js.map                      |     2 +-
 public/en/dist/echarts.min.js                      |     2 +-
 public/en/dist/echarts.simple.js                   |  1611 +-
 public/en/dist/echarts.simple.min.js               |     2 +-
 public/en/dist/extension/bmap.min.js               |     2 +-
 public/en/dist/extension/dataTool.js               |    80 +-
 public/en/dist/extension/dataTool.js.map           |     2 +-
 public/en/dist/extension/dataTool.min.js           |     2 +-
 public/en/documents/en/api.json                    |     2 +-
 public/en/documents/en/changelog.html              |   169 +
 public/en/documents/en/option.json                 |     2 +-
 public/en/documents/en/tutorial.json               |     2 +-
 public/en/documents/zh/api.json                    |     2 +-
 public/en/documents/zh/changelog.html              |   169 +
 public/en/documents/zh/option.json                 |     2 +-
 public/en/documents/zh/tutorial.json               |     2 +-
 public/en/download-extension.html                  |    14 +-
 public/en/download-map.html                        |    16 +-
 public/en/download-theme.html                      |    25 +-
 public/en/download.html                            |    18 +-
 public/en/faq.html                                 |    16 +-
 public/en/feature.html                             |    14 +-
 public/en/images/404.png                           |   Bin 72998 -> 25182 bytes
 public/en/images/about/1.png                       |   Bin 36618 -> 35765 bytes
 public/en/images/about/2.png                       |   Bin 77291 -> 76438 bytes
 public/en/images/about/3.png                       |   Bin 114969 -> 114116 
bytes
 public/en/images/about/4.png                       |   Bin 67588 -> 66735 bytes
 public/en/images/about/5.png                       |   Bin 140731 -> 139878 
bytes
 public/en/images/about/6.png                       |   Bin 56879 -> 56026 bytes
 public/en/images/about/7.png                       |   Bin 102847 -> 101994 
bytes
 public/en/images/about/8.png                       |   Bin 17302 -> 17237 bytes
 public/en/images/about/xiaomi.png                  |   Bin 12462 -> 12397 bytes
 public/en/images/banners/2017-03-23-ife.png        |   Bin 30268 -> 30255 bytes
 public/en/images/banners/2017-09-12-zhibo.png      |   Bin 93489 -> 60788 bytes
 public/en/images/bg.png                            |   Bin 55761 -> 8242 bytes
 public/en/images/bg2.png                           |   Bin 17932 -> 3966 bytes
 public/en/images/btn-arrow.png                     |   Bin 448 -> 435 bytes
 public/en/images/btn-download.png                  |   Bin 775 -> 762 bytes
 public/en/images/btn-email.png                     |   Bin 1226 -> 1213 bytes
 public/en/images/btn-github.png                    |   Bin 1178 -> 1165 bytes
 public/en/images/btn-weibo.png                     |   Bin 1661 -> 1648 bytes
 public/en/images/btn-weixin.png                    |   Bin 1383 -> 1370 bytes
 public/en/images/builder/checked.png               |   Bin 1069 -> 216 bytes
 public/en/images/chart-icon.png                    |   Bin 13805 -> 7543 bytes
 public/en/images/company/company1.jpg              |   Bin 0 -> 10003 bytes
 public/en/images/company/company1.png              |   Bin 40660 -> 34074 bytes
 public/en/images/company/company10.jpg             |   Bin 0 -> 10815 bytes
 public/en/images/company/company10.png             |   Bin 21174 -> 17340 bytes
 public/en/images/company/company11.jpg             |   Bin 0 -> 10948 bytes
 public/en/images/company/company11.png             |   Bin 41458 -> 33932 bytes
 public/en/images/company/company12.jpg             |   Bin 0 -> 6647 bytes
 public/en/images/company/company12.png             |   Bin 29268 -> 22972 bytes
 public/en/images/company/company13.jpg             |   Bin 0 -> 7396 bytes
 public/en/images/company/company13.png             |   Bin 24944 -> 18234 bytes
 public/en/images/company/company14.jpg             |   Bin 0 -> 7136 bytes
 public/en/images/company/company14.png             |   Bin 24571 -> 18684 bytes
 public/en/images/company/company15.jpg             |   Bin 0 -> 7150 bytes
 public/en/images/company/company15.png             |   Bin 42695 -> 33241 bytes
 public/en/images/company/company16.jpg             |   Bin 0 -> 5899 bytes
 public/en/images/company/company16.png             |   Bin 9453 -> 6234 bytes
 public/en/images/company/company17.jpg             |   Bin 0 -> 8680 bytes
 public/en/images/company/company17.png             |   Bin 51321 -> 37432 bytes
 public/en/images/company/company18.jpg             |   Bin 0 -> 8590 bytes
 public/en/images/company/company18.png             |   Bin 52342 -> 40871 bytes
 public/en/images/company/company19.jpg             |   Bin 0 -> 6425 bytes
 public/en/images/company/company19.png             |   Bin 17617 -> 12456 bytes
 public/en/images/company/company2.jpg              |   Bin 0 -> 11482 bytes
 public/en/images/company/company2.png              |   Bin 59543 -> 46597 bytes
 public/en/images/company/company20.jpg             |   Bin 0 -> 7178 bytes
 public/en/images/company/company20.png             |   Bin 30413 -> 21384 bytes
 public/en/images/company/company21.jpg             |   Bin 0 -> 5760 bytes
 public/en/images/company/company21.png             |   Bin 37470 -> 26625 bytes
 public/en/images/company/company22.jpg             |   Bin 0 -> 7825 bytes
 public/en/images/company/company22.png             |   Bin 31626 -> 24520 bytes
 public/en/images/company/company23.jpg             |   Bin 0 -> 7382 bytes
 public/en/images/company/company23.png             |   Bin 13831 -> 9483 bytes
 public/en/images/company/company24.jpg             |   Bin 0 -> 8602 bytes
 public/en/images/company/company24.png             |   Bin 24348 -> 21163 bytes
 public/en/images/company/company3.jpg              |   Bin 0 -> 7722 bytes
 public/en/images/company/company3.png              |   Bin 43341 -> 35425 bytes
 public/en/images/company/company4.jpg              |   Bin 0 -> 7510 bytes
 public/en/images/company/company4.png              |   Bin 28632 -> 22664 bytes
 public/en/images/company/company5.jpg              |   Bin 0 -> 8923 bytes
 public/en/images/company/company5.png              |   Bin 9430 -> 5722 bytes
 public/en/images/company/company6.jpg              |   Bin 0 -> 7918 bytes
 public/en/images/company/company6.png              |   Bin 21655 -> 16583 bytes
 public/en/images/company/company7.jpg              |   Bin 0 -> 7919 bytes
 public/en/images/company/company7.png              |   Bin 33797 -> 25376 bytes
 public/en/images/company/company8.jpg              |   Bin 0 -> 5779 bytes
 public/en/images/company/company8.png              |   Bin 9260 -> 6290 bytes
 public/en/images/company/company9.jpg              |   Bin 0 -> 9989 bytes
 public/en/images/company/company9.png              |   Bin 49281 -> 38098 bytes
 public/en/images/echarts-footer-logo.png           |   Bin 7564 -> 7551 bytes
 public/en/images/echarts-footer-text.png           |   Bin 1272 -> 1259 bytes
 public/en/images/extensions/default-extension.png  |   Bin 2028 -> 2015 bytes
 public/en/images/favicon.png                       |   Bin 1592 -> 1534 bytes
 public/en/images/feature-1.png                     |   Bin 116562 -> 38354 
bytes
 public/en/images/features/capetown-taxi.jpg        |   Bin 0 -> 260801 bytes
 public/en/images/features/capetown-taxi.png        |   Bin 1501879 -> 1192562 
bytes
 public/en/images/features/population.jpg           |   Bin 0 -> 264046 bytes
 public/en/images/features/population.png           |   Bin 580827 -> 447886 
bytes
 public/en/images/features/scatterGL.jpg            |   Bin 0 -> 272203 bytes
 public/en/images/features/scatterGL.png            |   Bin 643166 -> 386820 
bytes
 public/en/images/features/scatterGL2.jpg           |   Bin 0 -> 841023 bytes
 public/en/images/features/scatterGL2.png           |   Bin 2009491 -> 1113942 
bytes
 public/en/images/features/scatterGL3.jpg           |   Bin 0 -> 676108 bytes
 public/en/images/features/scatterGL3.png           |   Bin 1272747 -> 714079 
bytes
 public/en/images/features/scatterGL4.jpg           |   Bin 0 -> 108548 bytes
 public/en/images/features/scatterGL4.png           |   Bin 953836 -> 218103 
bytes
 public/en/images/forie.png                         |   Bin 171716 -> 170668 
bytes
 public/en/images/github.png                        |   Bin 2330 -> 1477 bytes
 public/en/images/gongzhonghao.png                  |   Bin 36677 -> 26811 bytes
 public/en/images/icon-email.png                    |   Bin 807 -> 794 bytes
 public/en/images/icon-github.png                   |   Bin 936 -> 923 bytes
 public/en/images/icon-twitter.png                  |   Bin 667 -> 654 bytes
 public/en/images/icon-weibo.png                    |   Bin 1334 -> 1321 bytes
 public/en/images/index-bg.jpg                      |   Bin 0 -> 89931 bytes
 public/en/images/index-bg.png                      |   Bin 353465 -> 55632 
bytes
 public/en/images/index-chart/handle.png            |   Bin 1252 -> 941 bytes
 public/en/images/index-chart/handle2.png           |   Bin 567 -> 343 bytes
 public/en/images/index-chart/iphone.png            |   Bin 98448 -> 40811 bytes
 public/en/images/index-feature.jpg                 |   Bin 0 -> 40717 bytes
 public/en/images/index-feature.png                 |   Bin 64514 -> 49915 bytes
 public/en/images/index/1.png                       |   Bin 38600 -> 37747 bytes
 public/en/images/index/2.png                       |   Bin 80174 -> 79321 bytes
 public/en/images/index/3.png                       |   Bin 114969 -> 114116 
bytes
 public/en/images/index/4.png                       |   Bin 67588 -> 66735 bytes
 public/en/images/index/5.png                       |   Bin 140731 -> 139878 
bytes
 public/en/images/index/6.png                       |   Bin 56760 -> 55907 bytes
 public/en/images/index/7.png                       |   Bin 104606 -> 103753 
bytes
 public/en/images/index/device.png                  |   Bin 85318 -> 84466 bytes
 public/en/images/index/device1.png                 |   Bin 87517 -> 84803 bytes
 public/en/images/index/earth.png                   |   Bin 79622 -> 79564 bytes
 public/en/images/index/echarts.png                 |   Bin 33008 -> 32076 bytes
 public/en/images/index/file.png                    |   Bin 5035 -> 4977 bytes
 public/en/images/index/footer.png                  |   Bin 4333 -> 3280 bytes
 public/en/images/index/header.png                  |   Bin 6172 -> 5119 bytes
 public/en/images/index/line.png                    |   Bin 32795 -> 31863 bytes
 public/en/images/index/shadow.png                  |   Bin 5919 -> 5861 bytes
 public/en/images/liquid-fill.png                   |   Bin 31358 -> 31345 bytes
 public/en/images/logo.png                          |   Bin 3765 -> 3707 bytes
 public/en/images/map.png                           |   Bin 283943 -> 213619 
bytes
 public/en/images/no-map.png                        |   Bin 8135 -> 5421 bytes
 public/en/images/people/JB.jpg                     |   Bin 0 -> 11124 bytes
 public/en/images/people/JB.png                     |   Bin 87295 -> 87282 bytes
 public/en/images/people/clement.jpg                |   Bin 0 -> 15297 bytes
 public/en/images/people/erik.jpg                   |   Bin 0 -> 11633 bytes
 public/en/images/people/erik.png                   |   Bin 70060 -> 70047 bytes
 public/en/images/people/weizhi.jpg                 |   Bin 0 -> 7060 bytes
 public/en/images/people/weizhi.png                 |   Bin 1284 -> 1271 bytes
 .../en/images/people/\345\221\250\346\211\254.jpg" |   Bin 0 -> 12931 bytes
 .../en/images/people/\345\221\250\346\211\254.png" |   Bin 92607 -> 92594 bytes
 .../en/images/people/\345\221\250\347\216\211.jpg" |   Bin 0 -> 10531 bytes
 .../en/images/people/\345\221\250\347\216\211.png" |   Bin 97601 -> 97588 bytes
 .../en/images/people/\345\244\247\344\275\233.jpg" |   Bin 0 -> 15272 bytes
 .../en/images/people/\345\244\247\344\275\233.png" |   Bin 111561 -> 84050 
bytes
 .../\345\250\204\345\220\214\345\205\265.jpg"      |   Bin 0 -> 3781 bytes
 .../\345\250\204\345\220\214\345\205\265.png"      |   Bin 20118 -> 20105 bytes
 .../en/images/people/\345\256\277\347\210\275.jpg" |   Bin 0 -> 11379 bytes
 .../en/images/people/\345\256\277\347\210\275.png" |   Bin 76678 -> 76665 bytes
 .../en/images/people/\345\260\217\347\272\242.jpg" |   Bin 0 -> 11866 bytes
 .../en/images/people/\345\260\217\347\272\242.png" |   Bin 97862 -> 97849 bytes
 .../en/images/people/\345\264\224\345\201\245.jpg" |   Bin 59107 -> 16049 bytes
 .../en/images/people/\345\276\267\346\270\205.jpg" |   Bin 0 -> 12525 bytes
 .../en/images/people/\345\276\267\346\270\205.png" |   Bin 70273 -> 67559 bytes
 .../en/images/people/\346\235\216\346\271\233.jpg" |   Bin 0 -> 8841 bytes
 .../en/images/people/\346\235\216\346\271\233.png" |   Bin 67163 -> 67150 bytes
 .../en/images/people/\346\235\250\351\252\245.jpg" |   Bin 0 -> 7938 bytes
 .../en/images/people/\346\235\250\351\252\245.png" |   Bin 80366 -> 80353 bytes
 .../en/images/people/\346\236\227\345\263\260.jpg" |   Bin 0 -> 11455 bytes
 .../en/images/people/\346\236\227\345\263\260.png" |   Bin 62803 -> 47308 bytes
 .../\346\241\221\346\226\207\351\224\213.jpg"      |   Bin 0 -> 10187 bytes
 .../\346\241\221\346\226\207\351\224\213.png"      |   Bin 77118 -> 77105 bytes
 .../en/images/people/\346\262\210\346\257\205.jpg" |   Bin 0 -> 14879 bytes
 .../en/images/people/\346\262\210\346\257\205.png" |   Bin 66512 -> 66499 bytes
 .../en/images/people/\346\262\210\346\265\251.jpg" |   Bin 0 -> 14390 bytes
 .../en/images/people/\346\262\210\346\265\251.png" |   Bin 65255 -> 65242 bytes
 .../\347\216\213\344\277\212\345\251\267.jpg"      |   Bin 0 -> 15272 bytes
 .../\347\216\213\344\277\212\345\251\267.png"      |   Bin 106485 -> 81510 
bytes
 .../en/images/people/\347\216\213\347\220\274.jpg" |   Bin 0 -> 11084 bytes
 .../en/images/people/\347\216\213\347\220\274.png" |   Bin 68308 -> 68295 bytes
 .../en/images/people/\347\224\260\345\275\247.jpg" |   Bin 0 -> 10827 bytes
 .../en/images/people/\347\224\260\345\275\247.png" |   Bin 46656 -> 43879 bytes
 .../en/images/people/\347\245\226\346\230\216.jpg" |   Bin 0 -> 9594 bytes
 .../en/images/people/\347\245\226\346\230\216.png" |   Bin 70285 -> 70272 bytes
 .../en/images/people/\347\272\242\350\226\257.jpg" |   Bin 0 -> 9180 bytes
 .../en/images/people/\347\272\242\350\226\257.png" |   Bin 63205 -> 63192 bytes
 .../en/images/people/\347\276\241\350\276\231.jpg" |   Bin 0 -> 10468 bytes
 .../en/images/people/\347\276\241\350\276\231.png" |   Bin 71775 -> 69060 bytes
 .../\350\213\217\346\200\235\346\226\207.jpg"      |   Bin 0 -> 11949 bytes
 .../\350\213\217\346\200\235\346\226\207.png"      |   Bin 97740 -> 94259 bytes
 .../\350\242\201\346\231\223\345\246\202.jpg"      |   Bin 0 -> 9551 bytes
 .../\350\242\201\346\231\223\345\246\202.png"      |   Bin 81879 -> 81866 bytes
 .../\350\260\242\347\233\212\350\276\211.jpg"      |   Bin 0 -> 9078 bytes
 .../\350\260\242\347\233\212\350\276\211.png"      |   Bin 84370 -> 84357 bytes
 .../en/images/people/\350\265\265\351\233\267.jpg" |   Bin 0 -> 10305 bytes
 .../en/images/people/\350\265\265\351\233\267.png" |   Bin 68260 -> 68247 bytes
 .../en/images/people/\351\230\277\346\226\207.jpg" |   Bin 0 -> 18650 bytes
 .../en/images/people/\351\230\277\346\226\207.png" |   Bin 80273 -> 80260 bytes
 .../en/images/people/\351\231\210\344\270\272.jpg" |   Bin 0 -> 12405 bytes
 .../en/images/people/\351\231\210\344\270\272.png" |   Bin 52648 -> 52635 bytes
 .../\351\241\276\350\275\266\347\201\265.jpg"      |   Bin 0 -> 12951 bytes
 .../\351\241\276\350\275\266\347\201\265.png"      |   Bin 139414 -> 110953 
bytes
 .../\351\255\217\345\244\252\344\272\221.jpg"      |   Bin 0 -> 8541 bytes
 .../\351\255\217\345\244\252\344\272\221.png"      |   Bin 48970 -> 48957 bytes
 .../\351\273\204\345\277\227\346\225\217.jpg"      |   Bin 0 -> 9617 bytes
 .../\351\273\204\345\277\227\346\225\217.png"      |   Bin 90020 -> 90007 bytes
 .../en/images/people/\351\273\204\346\202\246.jpg" |   Bin 0 -> 10449 bytes
 .../en/images/people/\351\273\204\346\202\246.png" |   Bin 81118 -> 81105 bytes
 public/en/images/pipeline.jpg                      |   Bin 0 -> 169902 bytes
 public/en/images/pipeline.png                      |   Bin 220187 -> 141946 
bytes
 public/en/images/yinhao.png                        |   Bin 2898 -> 1371 bytes
 public/en/index.html                               |    21 +-
 public/en/js/cheat-sheet-en.js                     |     1 +
 public/en/js/cheat-sheet.js                        |     1 +
 public/en/js/common.js                             |     2 +-
 public/en/js/docTool/main.js                       |    16 +-
 public/en/js/download.js                           |     2 +-
 public/en/js/index.js                              |     2 +-
 public/en/maillist.html                            |    14 +-
 public/en/nav.html                                 |     2 +-
 public/en/option-gl.html                           |    28 +-
 public/en/option.html                              |    28 +-
 public/en/option3.html                             |    74 +-
 public/en/tutorial.html                            |    28 +-
 public/en/vendors/echarts/echarts-20190709.min.js  |    22 +
 public/en/video/feature-1.jpg                      |   Bin 167910 -> 52108 
bytes
 public/en/video/feature-2.jpg                      |   Bin 165749 -> 46538 
bytes
 public/en/video/feature-4.jpg                      |   Bin 0 -> 64394 bytes
 public/en/video/index-4.jpg                        |   Bin 463029 -> 133895 
bytes
 public/en/video/index.jpg                          |   Bin 97216 -> 27348 bytes
 public/examples.html                               |     2 +-
 public/faq.html                                    |     7 +-
 public/feature.html                                |     7 +-
 public/index.html                                  |     7 +-
 public/maillist.html                               |     7 +-
 public/option-gl.html                              |     7 +-
 public/option.html                                 |     7 +-
 public/option3.html                                |     7 +-
 public/spreadsheet.html                            |     7 +-
 public/tutorial.html                               |     7 +-
 public/zh/404.html                                 |    14 +-
 public/zh/api.html                                 |    28 +-
 public/zh/builder.html                             |    29 +-
 public/zh/builder/echarts.html                     |     2 +-
 .../src/echarts/action/createDataSelectAction.js   |     3 +-
 public/zh/builder/src/echarts/chart/bar.js         |     5 +-
 public/zh/builder/src/echarts/chart/bar/BarView.js |    59 +-
 .../src/echarts/chart/chord/chordCircularLayout.js |     6 -
 public/zh/builder/src/echarts/chart/custom.js      |    41 +-
 .../builder/src/echarts/chart/funnel/FunnelView.js |    21 +-
 .../src/echarts/chart/funnel/funnelLayout.js       |    54 +-
 .../builder/src/echarts/chart/gauge/GaugeView.js   |     3 +-
 public/zh/builder/src/echarts/chart/graph.js       |     2 +-
 .../builder/src/echarts/chart/graph/GraphView.js   |    54 +-
 .../builder/src/echarts/chart/graph/adjustEdge.js  |    12 +-
 .../src/echarts/chart/graph/categoryVisual.js      |    17 +-
 .../src/echarts/chart/graph/circularLayout.js      |     2 +-
 .../echarts/chart/graph/circularLayoutHelper.js    |    87 +-
 .../builder/src/echarts/chart/graph/forceLayout.js |     2 +-
 .../src/echarts/chart/graph/graphHelper.js}        |    35 +-
 .../src/echarts/chart/heatmap/HeatmapLayer.js      |     8 -
 public/zh/builder/src/echarts/chart/helper/Line.js |    15 +-
 .../builder/src/echarts/chart/helper/LinePath.js   |    13 +-
 .../zh/builder/src/echarts/chart/helper/Symbol.js  |    56 +-
 .../zh/builder/src/echarts/chart/pie/PieSeries.js  |     3 +
 public/zh/builder/src/echarts/chart/pie/PieView.js |    76 +-
 .../builder/src/echarts/chart/pie/labelLayout.js   |    19 +-
 .../builder/src/echarts/chart/radar/RadarView.js   |    16 +-
 .../builder/src/echarts/chart/radar/radarLayout.js |    37 +-
 .../src/echarts/chart/sankey/SankeySeries.js       |    55 +-
 .../builder/src/echarts/chart/sankey/SankeyView.js |    14 +-
 .../src/echarts/chart/sankey/sankeyAction.js       |     5 -
 .../src/echarts/chart/sankey/sankeyLayout.js       |   318 +-
 .../src/echarts/chart/sankey/sankeyVisual.js       |    15 +-
 .../src/echarts/chart/sunburst/SunburstPiece.js    |     2 +-
 .../echarts/chart/themeRiver/ThemeRiverSeries.js   |     8 +-
 .../src/echarts/chart/themeRiver/ThemeRiverView.js |     5 -
 .../echarts/chart/themeRiver/themeRiverLayout.js   |     5 -
 .../echarts/chart/themeRiver/themeRiverVisual.js   |     5 -
 .../builder/src/echarts/chart/tree/TreeSeries.js   |     5 -
 .../zh/builder/src/echarts/chart/tree/TreeView.js  |     5 -
 .../builder/src/echarts/chart/tree/treeAction.js   |     5 -
 .../src/echarts/chart/treemap/TreemapSeries.js     |     2 +-
 .../src/echarts/component/axis/AngleAxisView.js    |    14 +-
 .../src/echarts/component/axis/AxisBuilder.js      |    44 +-
 .../echarts/component/axis/CartesianAxisView.js    |     5 +-
 .../src/echarts/component/axis/SingleAxisView.js   |     5 +-
 .../component/axisPointer/BaseAxisPointer.js       |     2 +-
 .../component/axisPointer/CartesianAxisPointer.js  |    12 +-
 .../component/axisPointer/SingleAxisPointer.js     |    12 +-
 .../echarts/component/axisPointer/viewHelper.js    |     3 +
 .../src/echarts/component/brush/selector.js        |    50 +-
 .../zh/builder/src/echarts/component/calendar.js   |     5 -
 .../zh/builder/src/echarts/component/dataZoom.js   |    16 +-
 .../src/echarts/component/dataZoom/AxisProxy.js    |    98 +-
 .../echarts/component/dataZoom/InsideZoomView.js   |     2 +-
 .../echarts/component/dataZoom/SliderZoomView.js   |     5 +-
 .../src/echarts/component/dataZoomInside.js        |     4 -
 .../src/echarts/component/dataZoomSelect.js        |     3 +-
 .../component/{dataZoom.js => dataZoomSlider.js}   |     6 -
 .../src/echarts/component/helper/MapDraw.js        |     8 +-
 .../src/echarts/component/helper/sliderMove.js     |    16 +-
 .../component/legend/ScrollableLegendView.js       |    17 +-
 .../src/echarts/component/marker/MarkLineView.js   |     9 +-
 .../src/echarts/component/marker/MarkPointView.js  |    22 +-
 public/zh/builder/src/echarts/component/title.js   |    24 +-
 .../src/echarts/component/toolbox/ToolboxModel.js  |     9 +-
 .../src/echarts/component/toolbox/ToolboxView.js   |    30 +-
 .../echarts/component/toolbox/feature/DataView.js  |    17 +-
 .../component/toolbox/feature/SaveAsImage.js       |    12 +-
 .../echarts/component/tooltip/TooltipContent.js    |    17 +-
 .../component/tooltip/TooltipContentManager.js     |   103 +
 .../component/tooltip/TooltipRichContent.js        |    11 +-
 .../src/echarts/component/tooltip/TooltipView.js   |     2 +-
 .../echarts/component/visualMap/ContinuousView.js  |     6 +-
 .../echarts/component/visualMap/PiecewiseModel.js  |     2 +-
 .../echarts/component/visualMap/PiecewiseView.js   |     2 +-
 .../src/echarts/component/visualMap/helper.js      |    10 +-
 .../src/echarts/coord/axisTickLabelBuilder.js      |     2 +-
 .../zh/builder/src/echarts/coord/cartesian/Grid.js |    14 +-
 .../builder/src/echarts/coord/single/AxisModel.js  |     4 +-
 public/zh/builder/src/echarts/data/Graph.js        |     9 +-
 public/zh/builder/src/echarts/data/List.js         |    47 +-
 .../src/echarts/data/helper/completeDimensions.js  |     2 +-
 .../src/echarts/data/helper/dimensionHelper.js     |    40 +-
 public/zh/builder/src/echarts/echarts.js           |    56 +-
 public/zh/builder/src/echarts/helper.js            |     1 -
 public/zh/builder/src/echarts/langEN.js            |    32 +
 .../langEN.js => zh/builder/src/echarts/langES.js} |    32 +-
 public/zh/builder/src/echarts/layout/barGrid.js    |    20 +-
 public/zh/builder/src/echarts/layout/barPolar.js   |    17 +-
 public/zh/builder/src/echarts/model/Global.js      |     2 +-
 .../zh/builder/src/echarts/model/OptionManager.js  |     2 +-
 .../builder/src/echarts/model/mixin/dataFormat.js  |     7 +-
 .../builder/src/echarts/model/mixin/lineStyle.js   |    14 +-
 .../src/echarts/preprocessor/backwardCompat.js     |     2 +-
 public/zh/builder/src/echarts/util/KDTree.js       |     7 -
 public/zh/builder/src/echarts/util/graphic.js      |   420 +-
 public/zh/builder/src/echarts/util/number.js       |     8 +
 public/zh/builder/src/echarts/util/quickSelect.js  |     3 -
 public/zh/builder/src/echarts/util/symbol.js       |    20 +-
 public/zh/builder/src/echarts/view/Chart.js        |    28 +-
 public/zh/builder/src/echarts/visual/symbol.js     |    28 +-
 public/zh/builder/src/zrender/Painter.js           |    13 +-
 public/zh/builder/src/zrender/animation/track.js   |   424 +
 public/zh/builder/src/zrender/contain/text.js      |    40 +-
 public/zh/builder/src/zrender/core/PathProxy.js    |     8 +-
 public/zh/builder/src/zrender/core/event.js        |   160 +-
 .../src/zrender/core/fourPointsTransform.js        |    90 +
 .../zh/builder/src/zrender/graphic/CompoundPath.js |     2 +-
 .../zh/builder/src/zrender/graphic/Displayable.js  |    27 +-
 public/zh/builder/src/zrender/graphic/Path.js      |     6 +-
 public/zh/builder/src/zrender/graphic/Style.js     |     7 +-
 .../zh/builder/src/zrender/graphic/helper/text.js  |    22 +-
 public/zh/builder/src/zrender/svg/graphic.js       |    56 +-
 .../src/zrender/svg/helper/ClippathManager.js      |     4 +-
 public/zh/builder/src/zrender/vml/graphic.js       |    10 +-
 public/zh/builder/src/zrender/zrender.js           |    11 +-
 public/zh/builder3.html                            |    27 +-
 public/zh/changelog.html                           |   185 +-
 public/zh/cheat-sheet.html                         |    21 +
 public/zh/coding-standard.html                     |    18 +-
 public/zh/committers.html                          |    16 +-
 public/zh/css/main.css                             |     2 +-
 public/zh/demo.html                                |    18 +-
 public/zh/dependencies.html                        |    14 +-
 public/zh/dist/echarts-en.common.js                |  2642 +-
 public/zh/dist/echarts-en.common.min.js            |     2 +-
 public/zh/dist/echarts-en.js                       | 33615 ++++++++++---------
 public/zh/dist/echarts-en.js.map                   |     2 +-
 public/zh/dist/echarts-en.min.js                   |     2 +-
 public/zh/dist/echarts-en.simple.js                |  1643 +-
 public/zh/dist/echarts-en.simple.min.js            |     2 +-
 public/zh/dist/echarts.common.js                   |  2610 +-
 public/zh/dist/echarts.common.min.js               |     2 +-
 public/zh/dist/echarts.js                          | 33583 +++++++++---------
 public/zh/dist/echarts.js.map                      |     2 +-
 public/zh/dist/echarts.min.js                      |     2 +-
 public/zh/dist/echarts.simple.js                   |  1611 +-
 public/zh/dist/echarts.simple.min.js               |     2 +-
 public/zh/dist/extension/bmap.min.js               |     2 +-
 public/zh/dist/extension/dataTool.js               |    80 +-
 public/zh/dist/extension/dataTool.js.map           |     2 +-
 public/zh/dist/extension/dataTool.min.js           |     2 +-
 public/zh/documents/en/api.json                    |     2 +-
 public/zh/documents/en/changelog.html              |   169 +
 public/zh/documents/en/option.json                 |     2 +-
 public/zh/documents/en/tutorial.json               |     2 +-
 public/zh/documents/zh/api.json                    |     2 +-
 public/zh/documents/zh/changelog.html              |   169 +
 public/zh/documents/zh/option.json                 |     2 +-
 public/zh/documents/zh/tutorial.json               |     2 +-
 public/zh/download-extension.html                  |    14 +-
 public/zh/download-map.html                        |    16 +-
 public/zh/download-theme.html                      |    25 +-
 public/zh/download.html                            |    31 +-
 public/zh/download3.html                           |    31 +-
 public/zh/examples.html                            |    18 +-
 public/zh/faq.html                                 |    16 +-
 public/zh/feature.html                             |    14 +-
 public/zh/images/404.png                           |   Bin 72998 -> 25182 bytes
 public/zh/images/about/1.png                       |   Bin 36618 -> 35765 bytes
 public/zh/images/about/2.png                       |   Bin 77291 -> 76438 bytes
 public/zh/images/about/3.png                       |   Bin 114969 -> 114116 
bytes
 public/zh/images/about/4.png                       |   Bin 67588 -> 66735 bytes
 public/zh/images/about/5.png                       |   Bin 140731 -> 139878 
bytes
 public/zh/images/about/6.png                       |   Bin 56879 -> 56026 bytes
 public/zh/images/about/7.png                       |   Bin 102847 -> 101994 
bytes
 public/zh/images/about/8.png                       |   Bin 17302 -> 17237 bytes
 public/zh/images/about/xiaomi.png                  |   Bin 12462 -> 12397 bytes
 public/zh/images/banners/2017-03-23-ife.png        |   Bin 30268 -> 30255 bytes
 public/zh/images/banners/2017-09-12-zhibo.png      |   Bin 93489 -> 60788 bytes
 public/zh/images/bg.png                            |   Bin 55761 -> 8242 bytes
 public/zh/images/bg2.png                           |   Bin 17932 -> 3966 bytes
 public/zh/images/btn-arrow.png                     |   Bin 448 -> 435 bytes
 public/zh/images/btn-download.png                  |   Bin 775 -> 762 bytes
 public/zh/images/btn-email.png                     |   Bin 1226 -> 1213 bytes
 public/zh/images/btn-github.png                    |   Bin 1178 -> 1165 bytes
 public/zh/images/btn-weibo.png                     |   Bin 1661 -> 1648 bytes
 public/zh/images/btn-weixin.png                    |   Bin 1383 -> 1370 bytes
 public/zh/images/builder/checked.png               |   Bin 1069 -> 216 bytes
 public/zh/images/chart-icon.png                    |   Bin 13805 -> 7543 bytes
 public/zh/images/company/company1.jpg              |   Bin 0 -> 10003 bytes
 public/zh/images/company/company1.png              |   Bin 40660 -> 34074 bytes
 public/zh/images/company/company10.jpg             |   Bin 0 -> 10815 bytes
 public/zh/images/company/company10.png             |   Bin 21174 -> 17340 bytes
 public/zh/images/company/company11.jpg             |   Bin 0 -> 10948 bytes
 public/zh/images/company/company11.png             |   Bin 41458 -> 33932 bytes
 public/zh/images/company/company12.jpg             |   Bin 0 -> 6647 bytes
 public/zh/images/company/company12.png             |   Bin 29268 -> 22972 bytes
 public/zh/images/company/company13.jpg             |   Bin 0 -> 7396 bytes
 public/zh/images/company/company13.png             |   Bin 24944 -> 18234 bytes
 public/zh/images/company/company14.jpg             |   Bin 0 -> 7136 bytes
 public/zh/images/company/company14.png             |   Bin 24571 -> 18684 bytes
 public/zh/images/company/company15.jpg             |   Bin 0 -> 7150 bytes
 public/zh/images/company/company15.png             |   Bin 42695 -> 33241 bytes
 public/zh/images/company/company16.jpg             |   Bin 0 -> 5899 bytes
 public/zh/images/company/company16.png             |   Bin 9453 -> 6234 bytes
 public/zh/images/company/company17.jpg             |   Bin 0 -> 8680 bytes
 public/zh/images/company/company17.png             |   Bin 51321 -> 37432 bytes
 public/zh/images/company/company18.jpg             |   Bin 0 -> 8590 bytes
 public/zh/images/company/company18.png             |   Bin 52342 -> 40871 bytes
 public/zh/images/company/company19.jpg             |   Bin 0 -> 6425 bytes
 public/zh/images/company/company19.png             |   Bin 17617 -> 12456 bytes
 public/zh/images/company/company2.jpg              |   Bin 0 -> 11482 bytes
 public/zh/images/company/company2.png              |   Bin 59543 -> 46597 bytes
 public/zh/images/company/company20.jpg             |   Bin 0 -> 7178 bytes
 public/zh/images/company/company20.png             |   Bin 30413 -> 21384 bytes
 public/zh/images/company/company21.jpg             |   Bin 0 -> 5760 bytes
 public/zh/images/company/company21.png             |   Bin 37470 -> 26625 bytes
 public/zh/images/company/company22.jpg             |   Bin 0 -> 7825 bytes
 public/zh/images/company/company22.png             |   Bin 31626 -> 24520 bytes
 public/zh/images/company/company23.jpg             |   Bin 0 -> 7382 bytes
 public/zh/images/company/company23.png             |   Bin 13831 -> 9483 bytes
 public/zh/images/company/company24.jpg             |   Bin 0 -> 8602 bytes
 public/zh/images/company/company24.png             |   Bin 24348 -> 21163 bytes
 public/zh/images/company/company3.jpg              |   Bin 0 -> 7722 bytes
 public/zh/images/company/company3.png              |   Bin 43341 -> 35425 bytes
 public/zh/images/company/company4.jpg              |   Bin 0 -> 7510 bytes
 public/zh/images/company/company4.png              |   Bin 28632 -> 22664 bytes
 public/zh/images/company/company5.jpg              |   Bin 0 -> 8923 bytes
 public/zh/images/company/company5.png              |   Bin 9430 -> 5722 bytes
 public/zh/images/company/company6.jpg              |   Bin 0 -> 7918 bytes
 public/zh/images/company/company6.png              |   Bin 21655 -> 16583 bytes
 public/zh/images/company/company7.jpg              |   Bin 0 -> 7919 bytes
 public/zh/images/company/company7.png              |   Bin 33797 -> 25376 bytes
 public/zh/images/company/company8.jpg              |   Bin 0 -> 5779 bytes
 public/zh/images/company/company8.png              |   Bin 9260 -> 6290 bytes
 public/zh/images/company/company9.jpg              |   Bin 0 -> 9989 bytes
 public/zh/images/company/company9.png              |   Bin 49281 -> 38098 bytes
 public/zh/images/echarts-footer-logo.png           |   Bin 7564 -> 7551 bytes
 public/zh/images/echarts-footer-text.png           |   Bin 1272 -> 1259 bytes
 public/zh/images/extensions/default-extension.png  |   Bin 2028 -> 2015 bytes
 public/zh/images/favicon.png                       |   Bin 1592 -> 1534 bytes
 public/zh/images/feature-1.png                     |   Bin 116562 -> 38354 
bytes
 public/zh/images/features/capetown-taxi.jpg        |   Bin 0 -> 260801 bytes
 public/zh/images/features/capetown-taxi.png        |   Bin 1501879 -> 1192562 
bytes
 public/zh/images/features/population.jpg           |   Bin 0 -> 264046 bytes
 public/zh/images/features/population.png           |   Bin 580827 -> 447886 
bytes
 public/zh/images/features/scatterGL.jpg            |   Bin 0 -> 272203 bytes
 public/zh/images/features/scatterGL.png            |   Bin 643166 -> 386820 
bytes
 public/zh/images/features/scatterGL2.jpg           |   Bin 0 -> 841023 bytes
 public/zh/images/features/scatterGL2.png           |   Bin 2009491 -> 1113942 
bytes
 public/zh/images/features/scatterGL3.jpg           |   Bin 0 -> 676108 bytes
 public/zh/images/features/scatterGL3.png           |   Bin 1272747 -> 714079 
bytes
 public/zh/images/features/scatterGL4.jpg           |   Bin 0 -> 108548 bytes
 public/zh/images/features/scatterGL4.png           |   Bin 953836 -> 218103 
bytes
 public/zh/images/forie.png                         |   Bin 171716 -> 170668 
bytes
 public/zh/images/github.png                        |   Bin 2330 -> 1477 bytes
 public/zh/images/gongzhonghao.png                  |   Bin 36677 -> 26811 bytes
 public/zh/images/icon-email.png                    |   Bin 807 -> 794 bytes
 public/zh/images/icon-github.png                   |   Bin 936 -> 923 bytes
 public/zh/images/icon-twitter.png                  |   Bin 667 -> 654 bytes
 public/zh/images/icon-weibo.png                    |   Bin 1334 -> 1321 bytes
 public/zh/images/index-bg.jpg                      |   Bin 0 -> 89931 bytes
 public/zh/images/index-bg.png                      |   Bin 353465 -> 55632 
bytes
 public/zh/images/index-chart/handle.png            |   Bin 1252 -> 941 bytes
 public/zh/images/index-chart/handle2.png           |   Bin 567 -> 343 bytes
 public/zh/images/index-chart/iphone.png            |   Bin 98448 -> 40811 bytes
 public/zh/images/index-feature.jpg                 |   Bin 0 -> 40717 bytes
 public/zh/images/index-feature.png                 |   Bin 64514 -> 49915 bytes
 public/zh/images/index/1.png                       |   Bin 38600 -> 37747 bytes
 public/zh/images/index/2.png                       |   Bin 80174 -> 79321 bytes
 public/zh/images/index/3.png                       |   Bin 114969 -> 114116 
bytes
 public/zh/images/index/4.png                       |   Bin 67588 -> 66735 bytes
 public/zh/images/index/5.png                       |   Bin 140731 -> 139878 
bytes
 public/zh/images/index/6.png                       |   Bin 56760 -> 55907 bytes
 public/zh/images/index/7.png                       |   Bin 104606 -> 103753 
bytes
 public/zh/images/index/device.png                  |   Bin 85318 -> 84466 bytes
 public/zh/images/index/device1.png                 |   Bin 87517 -> 84803 bytes
 public/zh/images/index/earth.png                   |   Bin 79622 -> 79564 bytes
 public/zh/images/index/echarts.png                 |   Bin 33008 -> 32076 bytes
 public/zh/images/index/file.png                    |   Bin 5035 -> 4977 bytes
 public/zh/images/index/footer.png                  |   Bin 4333 -> 3280 bytes
 public/zh/images/index/header.png                  |   Bin 6172 -> 5119 bytes
 public/zh/images/index/line.png                    |   Bin 32795 -> 31863 bytes
 public/zh/images/index/shadow.png                  |   Bin 5919 -> 5861 bytes
 public/zh/images/liquid-fill.png                   |   Bin 31358 -> 31345 bytes
 public/zh/images/logo.png                          |   Bin 3765 -> 3707 bytes
 public/zh/images/map.png                           |   Bin 283943 -> 213619 
bytes
 public/zh/images/no-map.png                        |   Bin 8135 -> 5421 bytes
 public/zh/images/people/JB.jpg                     |   Bin 0 -> 11124 bytes
 public/zh/images/people/JB.png                     |   Bin 87295 -> 87282 bytes
 public/zh/images/people/clement.jpg                |   Bin 0 -> 15297 bytes
 public/zh/images/people/erik.jpg                   |   Bin 0 -> 11633 bytes
 public/zh/images/people/erik.png                   |   Bin 70060 -> 70047 bytes
 public/zh/images/people/weizhi.jpg                 |   Bin 0 -> 7060 bytes
 public/zh/images/people/weizhi.png                 |   Bin 1284 -> 1271 bytes
 .../zh/images/people/\345\221\250\346\211\254.jpg" |   Bin 0 -> 12931 bytes
 .../zh/images/people/\345\221\250\346\211\254.png" |   Bin 92607 -> 92594 bytes
 .../zh/images/people/\345\221\250\347\216\211.jpg" |   Bin 0 -> 10531 bytes
 .../zh/images/people/\345\221\250\347\216\211.png" |   Bin 97601 -> 97588 bytes
 .../zh/images/people/\345\244\247\344\275\233.jpg" |   Bin 0 -> 15272 bytes
 .../zh/images/people/\345\244\247\344\275\233.png" |   Bin 111561 -> 84050 
bytes
 .../\345\250\204\345\220\214\345\205\265.jpg"      |   Bin 0 -> 3781 bytes
 .../\345\250\204\345\220\214\345\205\265.png"      |   Bin 20118 -> 20105 bytes
 .../zh/images/people/\345\256\277\347\210\275.jpg" |   Bin 0 -> 11379 bytes
 .../zh/images/people/\345\256\277\347\210\275.png" |   Bin 76678 -> 76665 bytes
 .../zh/images/people/\345\260\217\347\272\242.jpg" |   Bin 0 -> 11866 bytes
 .../zh/images/people/\345\260\217\347\272\242.png" |   Bin 97862 -> 97849 bytes
 .../zh/images/people/\345\264\224\345\201\245.jpg" |   Bin 59107 -> 16049 bytes
 .../zh/images/people/\345\276\267\346\270\205.jpg" |   Bin 0 -> 12525 bytes
 .../zh/images/people/\345\276\267\346\270\205.png" |   Bin 70273 -> 67559 bytes
 .../zh/images/people/\346\235\216\346\271\233.jpg" |   Bin 0 -> 8841 bytes
 .../zh/images/people/\346\235\216\346\271\233.png" |   Bin 67163 -> 67150 bytes
 .../zh/images/people/\346\235\250\351\252\245.jpg" |   Bin 0 -> 7938 bytes
 .../zh/images/people/\346\235\250\351\252\245.png" |   Bin 80366 -> 80353 bytes
 .../zh/images/people/\346\236\227\345\263\260.jpg" |   Bin 0 -> 11455 bytes
 .../zh/images/people/\346\236\227\345\263\260.png" |   Bin 62803 -> 47308 bytes
 .../\346\241\221\346\226\207\351\224\213.jpg"      |   Bin 0 -> 10187 bytes
 .../\346\241\221\346\226\207\351\224\213.png"      |   Bin 77118 -> 77105 bytes
 .../zh/images/people/\346\262\210\346\257\205.jpg" |   Bin 0 -> 14879 bytes
 .../zh/images/people/\346\262\210\346\257\205.png" |   Bin 66512 -> 66499 bytes
 .../zh/images/people/\346\262\210\346\265\251.jpg" |   Bin 0 -> 14390 bytes
 .../zh/images/people/\346\262\210\346\265\251.png" |   Bin 65255 -> 65242 bytes
 .../\347\216\213\344\277\212\345\251\267.jpg"      |   Bin 0 -> 15272 bytes
 .../\347\216\213\344\277\212\345\251\267.png"      |   Bin 106485 -> 81510 
bytes
 .../zh/images/people/\347\216\213\347\220\274.jpg" |   Bin 0 -> 11084 bytes
 .../zh/images/people/\347\216\213\347\220\274.png" |   Bin 68308 -> 68295 bytes
 .../zh/images/people/\347\224\260\345\275\247.jpg" |   Bin 0 -> 10827 bytes
 .../zh/images/people/\347\224\260\345\275\247.png" |   Bin 46656 -> 43879 bytes
 .../zh/images/people/\347\245\226\346\230\216.jpg" |   Bin 0 -> 9594 bytes
 .../zh/images/people/\347\245\226\346\230\216.png" |   Bin 70285 -> 70272 bytes
 .../zh/images/people/\347\272\242\350\226\257.jpg" |   Bin 0 -> 9180 bytes
 .../zh/images/people/\347\272\242\350\226\257.png" |   Bin 63205 -> 63192 bytes
 .../zh/images/people/\347\276\241\350\276\231.jpg" |   Bin 0 -> 10468 bytes
 .../zh/images/people/\347\276\241\350\276\231.png" |   Bin 71775 -> 69060 bytes
 .../\350\213\217\346\200\235\346\226\207.jpg"      |   Bin 0 -> 11949 bytes
 .../\350\213\217\346\200\235\346\226\207.png"      |   Bin 97740 -> 94259 bytes
 .../\350\242\201\346\231\223\345\246\202.jpg"      |   Bin 0 -> 9551 bytes
 .../\350\242\201\346\231\223\345\246\202.png"      |   Bin 81879 -> 81866 bytes
 .../\350\260\242\347\233\212\350\276\211.jpg"      |   Bin 0 -> 9078 bytes
 .../\350\260\242\347\233\212\350\276\211.png"      |   Bin 84370 -> 84357 bytes
 .../zh/images/people/\350\265\265\351\233\267.jpg" |   Bin 0 -> 10305 bytes
 .../zh/images/people/\350\265\265\351\233\267.png" |   Bin 68260 -> 68247 bytes
 .../zh/images/people/\351\230\277\346\226\207.jpg" |   Bin 0 -> 18650 bytes
 .../zh/images/people/\351\230\277\346\226\207.png" |   Bin 80273 -> 80260 bytes
 .../zh/images/people/\351\231\210\344\270\272.jpg" |   Bin 0 -> 12405 bytes
 .../zh/images/people/\351\231\210\344\270\272.png" |   Bin 52648 -> 52635 bytes
 .../\351\241\276\350\275\266\347\201\265.jpg"      |   Bin 0 -> 12951 bytes
 .../\351\241\276\350\275\266\347\201\265.png"      |   Bin 139414 -> 110953 
bytes
 .../\351\255\217\345\244\252\344\272\221.jpg"      |   Bin 0 -> 8541 bytes
 .../\351\255\217\345\244\252\344\272\221.png"      |   Bin 48970 -> 48957 bytes
 .../\351\273\204\345\277\227\346\225\217.jpg"      |   Bin 0 -> 9617 bytes
 .../\351\273\204\345\277\227\346\225\217.png"      |   Bin 90020 -> 90007 bytes
 .../zh/images/people/\351\273\204\346\202\246.jpg" |   Bin 0 -> 10449 bytes
 .../zh/images/people/\351\273\204\346\202\246.png" |   Bin 81118 -> 81105 bytes
 public/zh/images/pipeline.jpg                      |   Bin 0 -> 169902 bytes
 public/zh/images/pipeline.png                      |   Bin 220187 -> 141946 
bytes
 public/zh/images/yinhao.png                        |   Bin 2898 -> 1371 bytes
 public/zh/index.html                               |    47 +-
 public/zh/js/cheat-sheet-en.js                     |     1 +
 public/zh/js/cheat-sheet.js                        |     1 +
 public/zh/js/common.js                             |     2 +-
 public/zh/js/docTool/main.js                       |    16 +-
 public/zh/js/download.js                           |     2 +-
 public/zh/js/index.js                              |     2 +-
 public/zh/maillist.html                            |    14 +-
 public/zh/option-gl.html                           |    28 +-
 public/zh/option.html                              |    28 +-
 public/zh/option3.html                             |    28 +-
 public/zh/spreadsheet.html                         |    28 +-
 public/zh/tutorial.html                            |    28 +-
 public/zh/vendors/echarts/echarts-20190709.min.js  |    22 +
 public/zh/video/feature-1.jpg                      |   Bin 167910 -> 52108 
bytes
 public/zh/video/feature-2.jpg                      |   Bin 165749 -> 46538 
bytes
 public/zh/video/feature-4.jpg                      |   Bin 0 -> 64394 bytes
 public/zh/video/index-4.jpg                        |   Bin 463029 -> 133895 
bytes
 public/zh/video/index.jpg                          |   Bin 97216 -> 27348 bytes
 release.sh                                         |    32 +-
 775 files changed, 86761 insertions(+), 74084 deletions(-)

diff --cc README.md
index 2155ac9,3af035f..e4bc744
--- a/README.md
+++ b/README.md
@@@ -13,11 -17,28 +13,16 @@@
  
  ## Build and Run Locally
  
+ Dev:
  ```shell
- # Install depedencies
- npm install
- # Build
- sh release.sh
- # Run a static server
+ # should put <https://github.com/ecomfe/echarts-examples> on the same folder 
with echarts-doc
+ node watch.js dev
+ # or
+ node build.js dev
++
++# Run a static server (optional)
 +node server.js
  ```
+ 
+ Release:
+ Check `incubator-echarts-website/README.md` please.
 -
 -
 -## Build Dash Docset
 -
 -1. `cd public/documents`
 -
 -2. `node dashing.js`
 -
 -3. `cd dash`
 -
 -3. Build
 -  - To build Docset in English: `./dashing build echarts -f dashing-en.json 
-s ./en`.
 -  - To build Docset in Chinese: `./dashing build echarts -f dashing-cn.json 
-s ./cn`.
 -
 -4. The generated Docset is under current directory. Change version number in 
`echarts.docset/Contents/Info.plist` if you may.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to