This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
commit f375328e75d2e0be1b0a930d7345d9f11eadba7d Merge: 3b61add 450ee94 Author: sushuang <sushuang0...@gmail.com> AuthorDate: Wed Aug 5 20:19:57 2020 +0800 Merge pull request #13078 from apache/master Create release 4.9.0 branch .gitattributes | 3 + .github/workflows/nodejs.yml | 4 +- .huskyrc | 5 + README.md | 2 +- extension-src/bmap/BMapCoordSys.js | 18 +- extension-src/bmap/BMapModel.js | 7 +- extension-src/bmap/BMapView.js | 26 +- package-lock.json | 242 +++++++++++ package.json | 1 + src/chart/bar/BarView.js | 27 +- src/chart/bar/PictorialBarSeries.js | 4 +- src/chart/funnel/FunnelSeries.js | 1 + src/chart/funnel/funnelLayout.js | 232 ++++++++--- src/chart/graph/GraphSeries.js | 12 +- src/chart/graph/circularLayoutHelper.js | 10 +- src/chart/graph/forceLayout.js | 8 +- src/chart/graph/simpleLayoutHelper.js | 17 +- src/chart/helper/Line.js | 43 +- src/chart/helper/Symbol.js | 4 +- src/chart/helper/createGraphFromNodeEdge.js | 3 +- src/chart/helper/multipleGraphEdgeHelper.js | 229 +++++++++++ src/chart/lines/LinesSeries.js | 4 +- src/chart/map/MapSeries.js | 5 +- src/chart/radar/RadarSeries.js | 7 +- src/chart/radar/RadarView.js | 6 +- src/chart/sunburst/SunburstPiece.js | 6 +- src/chart/sunburst/SunburstSeries.js | 24 +- src/chart/themeRiver/ThemeRiverSeries.js | 48 +-- src/chart/tree/TreeSeries.js | 2 +- src/chart/tree/TreeView.js | 6 +- src/chart/treemap/TreemapSeries.js | 14 +- src/chart/treemap/treemapLayout.js | 4 +- src/chart/treemap/treemapVisual.js | 33 +- src/component/axisPointer/axisTrigger.js | 2 +- src/component/legend/ScrollableLegendView.js | 2 +- src/component/marker/MarkAreaView.js | 68 ++- src/component/marker/MarkLineView.js | 4 +- src/component/marker/MarkPointView.js | 8 +- src/component/marker/MarkerModel.js | 5 +- src/component/timeline/SliderTimelineView.js | 11 +- src/component/title.js | 4 +- src/component/toolbox/feature/DataView.js | 28 +- src/component/toolbox/feature/DataZoom.js | 12 +- src/component/toolbox/feature/SaveAsImage.js | 3 +- src/component/tooltip/TooltipContent.js | 43 +- src/component/tooltip/TooltipRichContent.js | 61 ++- src/component/tooltip/TooltipView.js | 8 +- src/component/visualMap/VisualMapModel.js | 2 +- src/coord/axisDefault.js | 2 +- src/coord/axisHelper.js | 4 +- src/coord/geo/GeoModel.js | 9 +- src/data/Graph.js | 5 - src/data/List.js | 2 +- src/data/Tree.js | 36 +- src/layout/barPolar.js | 6 +- src/processor/dataSample.js | 2 +- src/stream/Scheduler.js | 2 +- src/visual/VisualMapping.js | 2 +- test/axisLabel.html | 11 +- test/bar-polar-stack.html | 218 ++++++++++ test/bmap-mapOptions.html | 530 ++++++++++++++++++++++++ test/bmap2.html | 592 +++++++++++++++++++++++++++ test/data/aqi/aqi-beijing.json | 1 + test/dataZoom-toolbox.html | 8 +- test/dataset-charts.html | 36 +- test/funnel.html | 11 +- test/geo-labelFormatter.html | 364 ++++++++++++++++ test/graph-mulitple-edges.html | 357 ++++++++++++++++ test/lines-mergeOption.html | 103 +++++ test/markArea.html | 21 +- test/markLine-symbolRotate.html | 178 ++++++++ test/markPoint.html | 11 +- test/pie-dataView.html | 122 ++++++ test/radar.html | 9 +- test/sunburst-visualMap.html | 24 +- test/themeRiver3.html | 154 +++++++ test/timeline-dynamic-series.html | 136 +++--- test/tooltip-rich.html | 14 +- test/tooltip-textStyle.html | 455 ++++++++++++++++++++ test/tooltip-windowResize.html | 383 +++++++++++++++++ test/tree-image2.html | 98 +++++ test/treemap-simple2.html | 137 +++++++ 82 files changed, 4978 insertions(+), 383 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org