This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git.
from c7b7105 changelog of 4.3.0
new cd92e45 enhance config
new 48bcb51 rebuild
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 17 +-
build.js | 38 +-
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 -
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 | 27 +-
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 +-
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 +-
.../{config.js => chart/graph/graphHelper.js} | 33 +-
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 | 50 +-
.../builder/src/echarts/chart/sankey/SankeyView.js | 11 +-
.../src/echarts/chart/sankey/sankeyLayout.js | 315 +-
.../src/echarts/chart/sankey/sankeyVisual.js | 10 +-
.../src/echarts/chart/sunburst/SunburstPiece.js | 2 +-
.../echarts/chart/themeRiver/ThemeRiverSeries.js | 3 +-
.../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 +
.../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 +-
.../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/en/builder/src/echarts/component/title.js | 24 +-
.../src/echarts/component/toolbox/ToolboxModel.js | 9 +-
.../src/echarts/component/toolbox/ToolboxView.js | 30 +-
.../component/toolbox/feature/SaveAsImage.js | 12 +-
.../echarts/component/tooltip/TooltipContent.js | 13 +-
.../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 | 2 +-
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/langEN.js | 32 +
.../langEN.js => en/builder/src/echarts/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/graphic.js | 332 +-
public/en/builder/src/echarts/util/number.js | 8 +
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 | 183 +-
public/en/cheat-sheet.html | 21 +
public/en/coding-standard.html | 14 +-
public/en/committers.html | 12 +-
public/en/css/main.css | 2 +-
public/en/dependencies.html | 12 +-
public/en/dist/echarts-en.common.js | 2537 +-
public/en/dist/echarts-en.common.min.js | 2 +-
public/en/dist/echarts-en.js | 33022 ++++++++++---------
public/en/dist/echarts-en.js.map | 2 +-
public/en/dist/echarts-en.min.js | 2 +-
public/en/dist/echarts-en.simple.js | 1559 +-
public/en/dist/echarts-en.simple.min.js | 2 +-
public/en/dist/echarts.common.js | 2505 +-
public/en/dist/echarts.common.min.js | 2 +-
public/en/dist/echarts.js | 32990 +++++++++---------
public/en/dist/echarts.js.map | 2 +-
public/en/dist/echarts.min.js | 2 +-
public/en/dist/echarts.simple.js | 1527 +-
public/en/dist/echarts.simple.min.js | 2 +-
public/en/dist/extension/bmap.min.js | 2 +-
public/en/dist/extension/dataTool.js | 72 +-
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 | 12 +-
public/en/download-map.html | 14 +-
public/en/download-theme.html | 21 +-
public/en/download.html | 16 +-
public/en/faq.html | 14 +-
public/en/feature.html | 12 +-
public/en/images/404.png | Bin 72998 -> 71950 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.png | Bin 40660 -> 34074 bytes
public/en/images/company/company10.png | Bin 21174 -> 17340 bytes
public/en/images/company/company11.png | Bin 41458 -> 33932 bytes
public/en/images/company/company12.png | Bin 29268 -> 22972 bytes
public/en/images/company/company13.png | Bin 24944 -> 18234 bytes
public/en/images/company/company14.png | Bin 24571 -> 18684 bytes
public/en/images/company/company15.png | Bin 42695 -> 33241 bytes
public/en/images/company/company16.png | Bin 9453 -> 6234 bytes
public/en/images/company/company17.png | Bin 51321 -> 37432 bytes
public/en/images/company/company18.png | Bin 52342 -> 40871 bytes
public/en/images/company/company19.png | Bin 17617 -> 12456 bytes
public/en/images/company/company2.png | Bin 59543 -> 46597 bytes
public/en/images/company/company20.png | Bin 30413 -> 21384 bytes
public/en/images/company/company21.png | Bin 37470 -> 26625 bytes
public/en/images/company/company22.png | Bin 31626 -> 24520 bytes
public/en/images/company/company23.png | Bin 13831 -> 9483 bytes
public/en/images/company/company24.png | Bin 24348 -> 21163 bytes
public/en/images/company/company3.png | Bin 43341 -> 35425 bytes
public/en/images/company/company4.png | Bin 28632 -> 22664 bytes
public/en/images/company/company5.png | Bin 9430 -> 5722 bytes
public/en/images/company/company6.png | Bin 21655 -> 16583 bytes
public/en/images/company/company7.png | Bin 33797 -> 25376 bytes
public/en/images/company/company8.png | Bin 9260 -> 6290 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 -> 18916
bytes
public/en/images/features/capetown-taxi.png | Bin 1501879 -> 1192562
bytes
public/en/images/features/population.png | Bin 580827 -> 447886
bytes
public/en/images/features/scatterGL.png | Bin 643166 -> 386820
bytes
public/en/images/features/scatterGL2.png | Bin 2009491 -> 1113942
bytes
public/en/images/features/scatterGL3.png | Bin 1272747 -> 714079
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.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.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.png | Bin 87295 -> 87282 bytes
public/en/images/people/erik.png | Bin 70060 -> 70047 bytes
public/en/images/people/weizhi.png | Bin 1284 -> 1271 bytes
.../en/images/people/\345\221\250\346\211\254.png" | Bin 92607 -> 92594 bytes
.../en/images/people/\345\221\250\347\216\211.png" | Bin 97601 -> 97588 bytes
.../en/images/people/\345\244\247\344\275\233.png" | Bin 111561 -> 84050
bytes
.../\345\250\204\345\220\214\345\205\265.png" | Bin 20118 -> 20105 bytes
.../en/images/people/\345\256\277\347\210\275.png" | Bin 76678 -> 76665 bytes
.../en/images/people/\345\260\217\347\272\242.png" | Bin 97862 -> 97849 bytes
.../en/images/people/\345\276\267\346\270\205.png" | Bin 70273 -> 67559 bytes
.../en/images/people/\346\235\216\346\271\233.png" | Bin 67163 -> 67150 bytes
.../en/images/people/\346\235\250\351\252\245.png" | Bin 80366 -> 80353 bytes
.../en/images/people/\346\236\227\345\263\260.png" | Bin 62803 -> 47308 bytes
.../\346\241\221\346\226\207\351\224\213.png" | Bin 77118 -> 77105 bytes
.../en/images/people/\346\262\210\346\257\205.png" | Bin 66512 -> 66499 bytes
.../en/images/people/\346\262\210\346\265\251.png" | Bin 65255 -> 65242 bytes
.../\347\216\213\344\277\212\345\251\267.png" | Bin 106485 -> 81510
bytes
.../en/images/people/\347\216\213\347\220\274.png" | Bin 68308 -> 68295 bytes
.../en/images/people/\347\224\260\345\275\247.png" | Bin 46656 -> 43879 bytes
.../en/images/people/\347\245\226\346\230\216.png" | Bin 70285 -> 70272 bytes
.../en/images/people/\347\272\242\350\226\257.png" | Bin 63205 -> 63192 bytes
.../en/images/people/\347\276\241\350\276\231.png" | Bin 71775 -> 69060 bytes
.../\350\213\217\346\200\235\346\226\207.png" | Bin 97740 -> 94259 bytes
.../\350\242\201\346\231\223\345\246\202.png" | Bin 81879 -> 81866 bytes
.../\350\260\242\347\233\212\350\276\211.png" | Bin 84370 -> 84357 bytes
.../en/images/people/\350\265\265\351\233\267.png" | Bin 68260 -> 68247 bytes
.../en/images/people/\351\230\277\346\226\207.png" | Bin 80273 -> 80260 bytes
.../en/images/people/\351\231\210\344\270\272.png" | Bin 52648 -> 52635 bytes
.../\351\241\276\350\275\266\347\201\265.png" | Bin 139414 -> 110953
bytes
.../\351\255\217\345\244\252\344\272\221.png" | Bin 48970 -> 48957 bytes
.../\351\273\204\345\277\227\346\225\217.png" | Bin 90020 -> 90007 bytes
.../en/images/people/\351\273\204\346\202\246.png" | Bin 81118 -> 81105 bytes
public/en/images/pipeline.png | Bin 220187 -> 141946
bytes
public/en/images/yinhao.png | Bin 2898 -> 1371 bytes
public/en/index.html | 17 +-
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/maillist.html | 12 +-
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/index-4.jpg | Bin 463029 -> 72013
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 | 12 +-
public/zh/api.html | 28 +-
public/zh/builder.html | 27 +-
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 +-
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} | 33 +-
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 | 50 +-
.../builder/src/echarts/chart/sankey/SankeyView.js | 11 +-
.../src/echarts/chart/sankey/sankeyLayout.js | 315 +-
.../src/echarts/chart/sankey/sankeyVisual.js | 10 +-
.../src/echarts/chart/sunburst/SunburstPiece.js | 2 +-
.../echarts/chart/themeRiver/ThemeRiverSeries.js | 3 +-
.../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 +
.../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 +-
.../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/zh/builder/src/echarts/component/title.js | 24 +-
.../src/echarts/component/toolbox/ToolboxModel.js | 9 +-
.../src/echarts/component/toolbox/ToolboxView.js | 30 +-
.../component/toolbox/feature/SaveAsImage.js | 12 +-
.../echarts/component/tooltip/TooltipContent.js | 13 +-
.../component/tooltip/TooltipContentManager.js | 0
.../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 | 2 +-
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/langEN.js | 32 +
.../builder/src/echarts/{langEN.js => 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/graphic.js | 332 +-
public/zh/builder/src/echarts/util/number.js | 8 +
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 +-
.../builder/src/zrender/animation/track.js | 0
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 | 25 +-
public/zh/changelog.html | 183 +-
public/zh/cheat-sheet.html | 21 +
public/zh/coding-standard.html | 14 +-
public/zh/committers.html | 14 +-
public/zh/css/main.css | 2 +-
public/zh/demo.html | 14 +-
public/zh/dependencies.html | 12 +-
public/zh/dist/echarts-en.common.js | 2537 +-
public/zh/dist/echarts-en.common.min.js | 2 +-
public/zh/dist/echarts-en.js | 33022 ++++++++++---------
public/zh/dist/echarts-en.js.map | 2 +-
public/zh/dist/echarts-en.min.js | 2 +-
public/zh/dist/echarts-en.simple.js | 1559 +-
public/zh/dist/echarts-en.simple.min.js | 2 +-
public/zh/dist/echarts.common.js | 2505 +-
public/zh/dist/echarts.common.min.js | 2 +-
public/zh/dist/echarts.js | 32990 +++++++++---------
public/zh/dist/echarts.js.map | 2 +-
public/zh/dist/echarts.min.js | 2 +-
public/zh/dist/echarts.simple.js | 1527 +-
public/zh/dist/echarts.simple.min.js | 2 +-
public/zh/dist/extension/bmap.min.js | 2 +-
public/zh/dist/extension/dataTool.js | 72 +-
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 | 12 +-
public/zh/download-map.html | 14 +-
public/zh/download-theme.html | 21 +-
public/zh/download.html | 29 +-
public/zh/download3.html | 29 +-
public/zh/examples.html | 14 +-
public/zh/faq.html | 14 +-
public/zh/feature.html | 12 +-
public/zh/images/404.png | Bin 72998 -> 71950 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.png | Bin 40660 -> 34074 bytes
public/zh/images/company/company10.png | Bin 21174 -> 17340 bytes
public/zh/images/company/company11.png | Bin 41458 -> 33932 bytes
public/zh/images/company/company12.png | Bin 29268 -> 22972 bytes
public/zh/images/company/company13.png | Bin 24944 -> 18234 bytes
public/zh/images/company/company14.png | Bin 24571 -> 18684 bytes
public/zh/images/company/company15.png | Bin 42695 -> 33241 bytes
public/zh/images/company/company16.png | Bin 9453 -> 6234 bytes
public/zh/images/company/company17.png | Bin 51321 -> 37432 bytes
public/zh/images/company/company18.png | Bin 52342 -> 40871 bytes
public/zh/images/company/company19.png | Bin 17617 -> 12456 bytes
public/zh/images/company/company2.png | Bin 59543 -> 46597 bytes
public/zh/images/company/company20.png | Bin 30413 -> 21384 bytes
public/zh/images/company/company21.png | Bin 37470 -> 26625 bytes
public/zh/images/company/company22.png | Bin 31626 -> 24520 bytes
public/zh/images/company/company23.png | Bin 13831 -> 9483 bytes
public/zh/images/company/company24.png | Bin 24348 -> 21163 bytes
public/zh/images/company/company3.png | Bin 43341 -> 35425 bytes
public/zh/images/company/company4.png | Bin 28632 -> 22664 bytes
public/zh/images/company/company5.png | Bin 9430 -> 5722 bytes
public/zh/images/company/company6.png | Bin 21655 -> 16583 bytes
public/zh/images/company/company7.png | Bin 33797 -> 25376 bytes
public/zh/images/company/company8.png | Bin 9260 -> 6290 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 -> 18916
bytes
public/zh/images/features/capetown-taxi.png | Bin 1501879 -> 1192562
bytes
public/zh/images/features/population.png | Bin 580827 -> 447886
bytes
public/zh/images/features/scatterGL.png | Bin 643166 -> 386820
bytes
public/zh/images/features/scatterGL2.png | Bin 2009491 -> 1113942
bytes
public/zh/images/features/scatterGL3.png | Bin 1272747 -> 714079
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.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.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.png | Bin 87295 -> 87282 bytes
public/zh/images/people/erik.png | Bin 70060 -> 70047 bytes
public/zh/images/people/weizhi.png | Bin 1284 -> 1271 bytes
.../zh/images/people/\345\221\250\346\211\254.png" | Bin 92607 -> 92594 bytes
.../zh/images/people/\345\221\250\347\216\211.png" | Bin 97601 -> 97588 bytes
.../zh/images/people/\345\244\247\344\275\233.png" | Bin 111561 -> 84050
bytes
.../\345\250\204\345\220\214\345\205\265.png" | Bin 20118 -> 20105 bytes
.../zh/images/people/\345\256\277\347\210\275.png" | Bin 76678 -> 76665 bytes
.../zh/images/people/\345\260\217\347\272\242.png" | Bin 97862 -> 97849 bytes
.../zh/images/people/\345\276\267\346\270\205.png" | Bin 70273 -> 67559 bytes
.../zh/images/people/\346\235\216\346\271\233.png" | Bin 67163 -> 67150 bytes
.../zh/images/people/\346\235\250\351\252\245.png" | Bin 80366 -> 80353 bytes
.../zh/images/people/\346\236\227\345\263\260.png" | Bin 62803 -> 47308 bytes
.../\346\241\221\346\226\207\351\224\213.png" | Bin 77118 -> 77105 bytes
.../zh/images/people/\346\262\210\346\257\205.png" | Bin 66512 -> 66499 bytes
.../zh/images/people/\346\262\210\346\265\251.png" | Bin 65255 -> 65242 bytes
.../\347\216\213\344\277\212\345\251\267.png" | Bin 106485 -> 81510
bytes
.../zh/images/people/\347\216\213\347\220\274.png" | Bin 68308 -> 68295 bytes
.../zh/images/people/\347\224\260\345\275\247.png" | Bin 46656 -> 43879 bytes
.../zh/images/people/\347\245\226\346\230\216.png" | Bin 70285 -> 70272 bytes
.../zh/images/people/\347\272\242\350\226\257.png" | Bin 63205 -> 63192 bytes
.../zh/images/people/\347\276\241\350\276\231.png" | Bin 71775 -> 69060 bytes
.../\350\213\217\346\200\235\346\226\207.png" | Bin 97740 -> 94259 bytes
.../\350\242\201\346\231\223\345\246\202.png" | Bin 81879 -> 81866 bytes
.../\350\260\242\347\233\212\350\276\211.png" | Bin 84370 -> 84357 bytes
.../zh/images/people/\350\265\265\351\233\267.png" | Bin 68260 -> 68247 bytes
.../zh/images/people/\351\230\277\346\226\207.png" | Bin 80273 -> 80260 bytes
.../zh/images/people/\351\231\210\344\270\272.png" | Bin 52648 -> 52635 bytes
.../\351\241\276\350\275\266\347\201\265.png" | Bin 139414 -> 110953
bytes
.../\351\255\217\345\244\252\344\272\221.png" | Bin 48970 -> 48957 bytes
.../\351\273\204\345\277\227\346\225\217.png" | Bin 90020 -> 90007 bytes
.../zh/images/people/\351\273\204\346\202\246.png" | Bin 81118 -> 81105 bytes
public/zh/images/pipeline.png | Bin 220187 -> 141946
bytes
public/zh/images/yinhao.png | Bin 2898 -> 1371 bytes
public/zh/index.html | 46 +-
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/maillist.html | 12 +-
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/video/feature-1.jpg | Bin 167910 -> 52108
bytes
public/zh/video/feature-2.jpg | Bin 165749 -> 46538
bytes
public/zh/video/index-4.jpg | Bin 463029 -> 72013
bytes
public/zh/video/index.jpg | Bin 97216 -> 27348 bytes
release.sh | 32 +-
602 files changed, 83844 insertions(+), 72370 deletions(-)
rename config.js => config/env.asf.js (100%)
rename configdev.js => config/env.dev.js (100%)
create mode 100644 config/env.echartsjs.js
rename configgithub.js => config/env.github.js (100%)
delete mode 100644 configen.js
create mode 100644 public/cheat-sheet.html
create mode 100644 public/en/404.html
copy public/en/builder/src/echarts/{config.js => chart/graph/graphHelper.js}
(55%)
copy public/en/builder/src/echarts/component/{dataZoom.js =>
dataZoomSlider.js} (87%)
copy public/{zh/builder/src/echarts/langEN.js =>
en/builder/src/echarts/langES.js} (63%)
create mode 100644 public/en/builder/src/zrender/core/fourPointsTransform.js
create mode 100644 public/en/cheat-sheet.html
create mode 100644 public/en/js/cheat-sheet-en.js
create mode 100644 public/en/js/cheat-sheet.js
create mode 100644 public/en/vendors/echarts/echarts-20190709.min.js
copy public/{en/builder/src/echarts/config.js =>
zh/builder/src/echarts/chart/graph/graphHelper.js} (55%)
copy public/{en/builder/src/echarts/component/dataZoom.js =>
zh/builder/src/echarts/component/dataZoomSlider.js} (87%)
copy public/{en =>
zh}/builder/src/echarts/component/tooltip/TooltipContentManager.js (100%)
copy public/zh/builder/src/echarts/{langEN.js => langES.js} (63%)
copy public/{en => zh}/builder/src/zrender/animation/track.js (100%)
create mode 100644 public/zh/builder/src/zrender/core/fourPointsTransform.js
create mode 100644 public/zh/cheat-sheet.html
create mode 100644 public/zh/js/cheat-sheet-en.js
create mode 100644 public/zh/js/cheat-sheet.js
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]