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 d700520724e84592d9181aae23a19ac3b1ee3a74 Merge: f4fc1b0 94cf93d Author: sushuang <sushuang0...@gmail.com> AuthorDate: Thu Jan 30 22:30:59 2020 +1300 Merge pull request #12114 from apache/master create release of 4.7.0 .github/pull_request_template.md | 66 + .github/workflows/nodejs.yml | 14 +- .gitignore | 1 + CONTRIBUTING.md | 176 +- NOTICE | 2 +- README.md | 4 +- map/js/province/chongqing.js | 2 +- map/js/province/tianjin.js | 29 +- map/json/province/chongqing.json | 2 +- package-lock.json | 6007 ++++++++++++++++++-- package.json | 12 +- src/chart/bar/BarSeries.js | 16 +- src/chart/bar/BarView.js | 147 +- src/chart/candlestick/candlestickVisual.js | 2 +- src/chart/funnel/FunnelSeries.js | 3 +- src/chart/graph/GraphView.js | 4 +- src/chart/helper/EffectLine.js | 24 +- src/chart/helper/Line.js | 110 +- src/chart/helper/createRenderPlanner.js | 7 +- src/chart/pie/PieView.js | 2 +- src/chart/pie/labelLayout.js | 2 +- src/chart/radar/RadarSeries.js | 22 + src/chart/sankey/SankeySeries.js | 13 +- src/chart/sankey/SankeyView.js | 70 +- src/chart/sankey/sankeyLayout.js | 7 +- src/chart/tree/TreeSeries.js | 5 + src/chart/tree/TreeView.js | 177 +- src/chart/treemap/TreemapView.js | 82 +- src/component/axis/AxisBuilder.js | 2 +- src/component/axis/CartesianAxisView.js | 89 +- src/component/axis/SingleAxisView.js | 25 +- src/component/axis/axisSplitHelper.js | 114 + src/component/brush/BrushView.js | 9 +- src/component/brush/visualEncoding.js | 9 +- src/component/helper/MapDraw.js | 12 +- src/component/legend/ScrollableLegendView.js | 34 +- src/component/marker/MarkLineModel.js | 3 +- src/component/marker/markerHelper.js | 13 +- src/component/tooltip/TooltipContent.js | 81 +- src/component/tooltip/TooltipView.js | 16 +- src/coord/View.js | 11 +- src/coord/radar/Radar.js | 2 +- src/layout/barGrid.js | 11 +- src/layout/barPolar.js | 4 - src/scale/Interval.js | 4 +- src/stream/Scheduler.js | 8 + src/util/graphic.js | 4 +- test/bar-background.html | 511 ++ test/bar-polar-basic-radial.html | 2 +- test/brush3.html | 68 + test/geo-lines.html | 5 +- test/geo-update.html | 382 ++ test/graphic-draggable.html | 140 + test/markLine.html | 96 +- test/radar.html | 15 +- test/runTest/actions/__meta__.json | 10 +- test/runTest/actions/brush3.json | 2 +- test/runTest/actions/graphic-draggable.json | 1 + test/runTest/actions/legend.json | 2 +- test/runTest/actions/radar.json | 2 +- test/runTest/actions/tooltip-appendToBody.json | 1 + test/runTest/actions/treemap-disk2.json | 2 +- test/sankey-horizontal.html | 134 - test/sankey-vertical.html | 58 +- test/singleAxisScales.html | 14 +- test/stream-filter2.html | 155 + test/tree-addNode.html | 164 +- test/tree-polyline.html | 222 + test/tree-recurrentRemoveNode.html | 148 +- test/tree-removeNode.html | 145 +- test/treemap-disk2.html | 51 + test/ut/.eslintrc.yaml | 190 + test/ut/.jshintrc | 61 - test/ut/configure | 10 - test/ut/core/extendExpect.js | 47 + test/ut/{spec/ui/config.js => core/setup.js} | 16 +- test/ut/core/uiHelper.js | 340 -- test/ut/core/utHelper.js | 510 +- test/ut/jest.config.js | 43 + test/ut/lib/canteen.js | 566 -- test/ut/lib/imagediff.js | 392 -- test/ut/lib/jasmine-2.3.4/boot.js | 121 - test/ut/lib/jasmine-2.3.4/jasmine-html.js | 446 -- test/ut/lib/jasmine-2.3.4/jasmine.css | 58 - test/ut/lib/jasmine-2.3.4/jasmine.js | 3298 ----------- test/ut/lib/jasmine-2.3.4/jasmine_favicon.png | Bin 1486 -> 0 bytes .../api/{containPixel.js => containPixel.test.js} | 216 +- .../spec/api/{converter.js => converter.test.js} | 62 +- .../spec/api/{getVisual.js => getVisual.test.js} | 42 +- .../dataZoom/{helper.js => helper.test.js} | 15 +- .../graphic/{setOption.js => setOption.test.js} | 92 +- .../helper/{sliderMove.js => sliderMove.test.js} | 18 +- .../visualMap/{setOption.js => setOption.test.js} | 86 +- test/ut/spec/data/{List.js => List.test.js} | 38 +- ...eteDimensions.js => completeDimensions.test.js} | 24 +- test/ut/spec/model/Component.js | 156 - test/ut/spec/model/Component.test.js | 172 + test/ut/spec/model/{Global.js => Global.test.js} | 111 +- ...{timelineOptions.js => timelineOptions.test.js} | 29 +- .../spec/scale/{interval.js => interval.test.js} | 129 +- test/ut/spec/ui/axis.boundaryGap.js | 365 -- test/ut/spec/ui/legend.js | 1360 ----- test/ut/spec/ui/series.bar.js | 381 -- test/ut/spec/ui/title.js | 453 -- test/ut/spec/ui/title.subtextStyle.js | 381 -- test/ut/spec/ui/title.textStyle.js | 350 -- test/ut/spec/util/{graphic.js => graphic.test.js} | 15 +- test/ut/spec/util/{layout.js => layout.test.js} | 7 +- test/ut/spec/util/{model.js => model.test.js} | 10 +- test/ut/spec/util/{number.js => number.test.js} | 105 +- test/ut/ui.html | 67 - test/ut/ut.html | 46 - test/ut/ut.js | 42 - 113 files changed, 9432 insertions(+), 11227 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org