You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/05/12 10:55:01 UTC

[echarts] branch fix-legend-rotate updated (be5effc -> f286d8c)

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

shenyi pushed a change to branch fix-legend-rotate
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from be5effc  Merge branch 'master' into fix-legend-rotate
     add 010f24c  chore: remove unused files
     add 1a59b6f  test(visual): default current test name
     add 65499d7  test: clean up deprecated test code
     add 8544dd7  test: use simpleRequire to replace esl
     add c2c59c2  test: loader fix dependencies
     add 210f650  test: optimize loader
     add 05a0c7d  test(visual): fully control the replay timeline.
     add 525b1c8  test(visual): fix actions manager. fix some runtime issue
     add b5d46d7  test(visual): proper error handling in action replay
     add 0d972e0  test(visual): fix progressive rendering in VST
     add 9ce0d35  test(visual): start vst without simpleRequire. optimize cases
     add 3e1dd6c  test(visual): keep timers when error
     add a1803cd  test(visual): fix puppeteer@9 screenshot resize bug.
     add 936afc2  test(visual): provide reload helper
     add 2aaed11  test(visual): fix no action will freeze the cli
     add f0e96fe  test(visual): fix cases that using async loading
     add 2e7feb5  test(visual): optimize case reload
     add a13eb7e  test(visual): fix clearInterval mock error
     add 1e2c659  test(visual): optimize style
     add 6d82f36  test(visual): naming tweak
     add 12f6620  Merge pull request #14894 from apache/enhance-visual-regression-test
     add dee167a  test(visual): fix wrong usage of playbackSpeed
     add 3b3cef0  test(visual): fix setTimeout in timeout callback
     add 8bcf63c  test(visual): optimize cases. ignore stream case in SVG
     add 7bebc78  test(visual): optimize test cases
     add 90441b3  test(visual): remove some cases from blacklist
     add f07de0b  test: use require to replace original jquery loading
     add 568bf00  test(visual): fix url loading error may block. add threads in cli
     add dcf48f2  test(visual): use threads in cli instead of server
     add 1393224  test(visual): fix echarts lib download
     add e43623d  test(visual): update fs-extra version
     add f73d9f3  test(visual): restore thread strategy
     add 266b1c7  test(visual): add some logs
     add fd7a5b3  test: not throw error in sankey-ringed
     add 85f97ea  Merge pull request #14906 from apache/enhance-visual-regression-test
     add 0f4408d  fix(custom): remove incremental el when switched back to normal.
     add 2400e25  chore: update zrender to latest nightly
     add 1166ac1  chore: update zrender to nightly version.
     add 466ff83  Merge pull request #14920 from apache/fix-custom-progressive
     add 404dd52  fix(legend): remove unexpected `startsWith` syntax in `LegendView`, use `lastIndexOf(search, 0) === 0` instead.
     add d9e1fcf  Merge pull request #14810 from apache/fix-grammar
     add 2d53ee6  fix(toolbox): the `show` option of customized toolbox button does not work, resolves #14405.
     add 0ac6f31  Merge pull request #14408 from apache/fix-toolbox-custom
     add f286d8c  Merge branch 'master' into fix-legend-rotate

No new revisions were added by this update.

Summary of changes:
 benchmark/dep/bootstrap/bootstrap.min.css      |     6 -
 benchmark/dep/bootstrap/bootstrap.min.js       |     7 -
 benchmark/dep/filesaver/FileSaver.min.js       |     7 -
 benchmark/dep/jquery/jquery-2.2.4.js           |  9814 --------------
 benchmark/dep/lodash/lodash.js                 | 16591 -----------------------
 benchmark/dep/vue/vue.min.js                   |     9 -
 benchmark/gulpfile.js                          |    34 -
 benchmark/index.html                           |   125 -
 benchmark/src/app.js                           |   121 -
 benchmark/src/testCase.js                      |    74 -
 benchmark/src/testFactory.js                   |   112 -
 benchmark/src/testManager.js                   |   162 -
 package-lock.json                              |    44 +-
 package.json                                   |     5 +-
 src/chart/custom/install.ts                    |     6 +
 src/component/legend/LegendView.ts             |     4 +-
 src/component/toolbox/ToolboxView.ts           |    24 +-
 test/allZero.html                              |    11 +-
 test/animation-additive.html                   |     2 +-
 test/appendData.html                           |     2 +-
 test/area-large.html                           |    22 +-
 test/area-smooth.html                          |     3 +-
 test/area-stack.html                           |     2 +-
 test/area2.html                                |    12 +-
 test/areaLineUpdate.html                       |    27 +-
 test/aria-line-bar.html                        |    26 +-
 test/aria-pie.html                             |    26 +-
 test/axes.html                                 |    11 +-
 test/axis-arrow.html                           |     2 +-
 test/axis-boundaryGap.html                     |     2 +-
 test/axis-containLabel.html                    |     2 +-
 test/axis-containLabel2.html                   |     2 +-
 test/axis-filter-extent.html                   |     2 +-
 test/axis-interval.html                        |     4 +-
 test/axis-interval2.html                       |     2 +-
 test/axis-lastLabel.html                       |    12 +-
 test/axis-minorTick.html                       |     2 +-
 test/axis-multiple.html                        |     2 +-
 test/axis-name.html                            |     9 +-
 test/axis-splitArea.html                       |     2 +-
 test/axis-style.html                           |     2 +-
 test/axis.html                                 |    11 +-
 test/axisLabel.html                            |    15 +-
 test/axisPosition.html                         |    42 +-
 test/bar-background.html                       |    42 +-
 test/bar-label-rotation.html                   |    10 +-
 test/bar-large.html                            |     2 +-
 test/bar-log.html                              |     2 +-
 test/bar-others.html                           |     5 +-
 test/bar-overflow-time-plot.html               |     2 +-
 test/bar-polar-basic-radial.html               |     9 +-
 test/bar-polar-basic.html                      |     9 +-
 test/bar-polar-long-label.html                 |     9 +-
 test/bar-polar-multi-series-radial.html        |    10 +-
 test/bar-polar-multi-series.html               |    11 +-
 test/bar-polar-null-data-radial.html           |    10 +-
 test/bar-polar-null-data.html                  |    10 +-
 test/bar-polar-real-estate.html                |    12 +-
 test/bar-polar-stack.html                      |    10 +-
 test/bar-race.html                             |   267 +-
 test/bar-race2.html                            |     2 +-
 test/bar-stack.html                            |     2 +-
 test/bar-start.html                            |     2 +-
 test/bar-stream-large.html                     |     2 +-
 test/bar-stream-large1.html                    |     2 +-
 test/bar-t.html                                |    27 +-
 test/bar-width.html                            |     2 +-
 test/bar.html                                  |    25 +-
 test/bar2.html                                 |    31 +-
 test/bar3.html                                 |    14 +-
 test/bmap-mapOptions.html                      |     2 +-
 test/bmap.html                                 |     6 +-
 test/bmap2.html                                |     2 +-
 test/boxplot-multi.html                        |     2 +-
 test/boxplot.html                              |     4 +-
 test/brush.html                                |   671 +-
 test/brush2.html                               |   168 +-
 test/brush3.html                               |     2 +-
 test/build/mktest-tpl.html                     |    12 +-
 test/calendar-converter.html                   |    15 +-
 test/calendar-effectScater.html                |    14 +-
 test/calendar-graph.html                       |     2 +-
 test/calendar-heatmap.html                     |    13 +-
 test/calendar-month.html                       |    13 +-
 test/calendar-more.html                        |    15 +-
 test/calendar-orient.html                      |    13 +-
 test/calendar-range.html                       |    13 +-
 test/calendar-scatter.html                     |    13 +-
 test/calendar-simple.html                      |    13 +-
 test/calendar-size.html                        |    13 +-
 test/calendar-split.html                       |    13 +-
 test/calendar-timezone.html                    |     2 +-
 test/calendar-type.html                        |    15 +-
 test/calendar-vertical.html                    |    13 +-
 test/calendar-week.html                        |    13 +-
 test/calendar-year.html                        |    13 +-
 test/calendar.html                             |    13 +-
 test/candlestick-doji.html                     |    11 +-
 test/candlestick-empty.html                    |    15 +-
 test/candlestick-large.html                    |     4 +-
 test/candlestick-large2.html                   |     2 +-
 test/candlestick-large3.html                   |     2 +-
 test/candlestick.html                          |    13 +-
 test/candlestickConnect.html                   |    13 +-
 test/canvas-replay.html                        |     2 +-
 test/check-build.html                          |    14 +-
 test/clip-large1.html                          |     2 +-
 test/clip.html                                 |     4 +-
 test/color-mix-aqi.html                        |     7 +-
 test/connect-dynamic.html                      |     7 +-
 test/connect-manually.html                     |     9 +-
 test/connect.html                              |     7 +-
 test/connect2.html                             |     8 +-
 test/css-transform.html                        |     2 +-
 test/custom-bmap-grid.html                     |     8 +-
 test/custom-bmap-polygon.html                  |     6 +-
 test/custom-children-remove.html               |     2 +-
 test/custom-feature.html                       |     2 +-
 test/custom-hexbin.html                        |   437 +-
 test/custom-large.html                         |   194 +
 test/custom-shape-morphing.html                |   475 +-
 test/custom-shape-morphing2.html               |     2 +-
 test/custom-shape-morphing3.html               |   700 +-
 test/custom-text-content.html                  |     2 +-
 test/custom-transition.html                    |     2 +-
 test/custom-transition2.html                   |     2 +-
 test/custom.html                               |   123 +-
 test/data-transform-aggregate.html             |   413 +-
 test/data-transform-ecStat.html                |     3 +-
 test/data-transform.html                       |     4 +-
 test/dataSelect.html                           |     2 +-
 test/dataView.html                             |    15 +-
 test/dataZoom-action.html                      |     3 +-
 test/dataZoom-axes.html                        |    18 +-
 test/dataZoom-axis-type.html                   |    14 +-
 test/dataZoom-cartesian-h.html                 |    12 +-
 test/dataZoom-cartesian-v.html                 |     7 +-
 test/dataZoom-clip.html                        |     2 +-
 test/dataZoom-dataShadow.html                  |    10 +-
 test/dataZoom-dataShadow0.html                 |    10 +-
 test/dataZoom-dataShadow1.html                 |    10 +-
 test/dataZoom-dataShadow2.html                 |    10 +-
 test/dataZoom-dynamic.html                     |    17 +-
 test/dataZoom-extreme.html                     |     2 +-
 test/dataZoom-feature.html                     |     2 +-
 test/dataZoom-geo.html                         |    13 +-
 test/dataZoom-rainfall-connect.html            |    12 +-
 test/dataZoom-rainfall-inside.html             |    32 +-
 test/dataZoom-rainfall.html                    |    12 +-
 test/dataZoom-scatter-category.html            |     8 +-
 test/dataZoom-scatter-hv-polar.html            |     6 +-
 test/dataZoom-scatter-hv.html                  |     7 +-
 test/dataZoom-scroll.html                      |     8 +-
 test/dataZoom-sync.html                        |    14 +-
 test/dataZoom-toolbox.html                     |    13 +-
 test/dataZoomHighPrecision.html                |    20 +-
 test/dataset-category.html                     |     2 +-
 test/dataset-charts.html                       |     6 +-
 test/dataset-guess.html                        |     2 +-
 test/dataset-layout.html                       |     2 +-
 test/dataset-pivot.html                        |   164 +-
 test/decal.html                                |     2 +-
 test/diff.html                                 |     9 +-
 test/drag-out.html                             |     4 +-
 test/dynamic-splitNumber.html                  |     2 +-
 test/dynamicData.html                          |     5 +-
 test/dynamicData2.html                         |     6 +-
 test/dynamicData3.html                         |    16 +-
 test/ec-event.html                             |     2 +-
 test/effectScatter.html                        |   616 +-
 test/effectScatter2.html                       |     2 +-
 test/encode.html                               |    24 +-
 test/finished.html                             |    98 +-
 test/force-case.html                           |    19 +-
 test/force-edge-ignoreLayout.html              |   140 +-
 test/force-friction.html                       |     2 +-
 test/force.html                                |     2 +-
 test/force2.html                               |   108 +-
 test/force3.html                               |     2 +-
 test/funnel.html                               |     7 +-
 test/gauge-case.html                           |     2 +-
 test/gauge-distance.html                       |     8 +-
 test/gauge-group-title-detail.html             |     2 +-
 test/gauge-pointer.html                        |    12 +-
 test/gauge-progress.html                       |     3 +-
 test/gauge-simple.html                         |     2 +-
 test/gauge.html                                |    11 +-
 test/geo-data-stream.html                      |   156 +-
 test/geo-labelFormatter.html                   |     2 +-
 test/geo-layout.html                           |     2 +-
 test/geo-lines.html                            |     2 +-
 test/geo-map.html                              |   336 +-
 test/geo-random-stream.html                    |   137 +-
 test/geo-svg-demo.html                         |    77 +-
 test/geo-svg.html                              |    44 +-
 test/geo-update.html                           |     3 +-
 test/geoLine.html                              |   287 +-
 test/geoScatter.html                           |   554 +-
 test/getOption.html                            |    13 +-
 test/graph-circular.html                       |     2 +-
 test/graph-grid-life.html                      |   206 +-
 test/graph-grid.html                           |    11 +-
 test/graph-label-rotate.html                   |     2 +-
 test/graph-multiple-edges.html                 |     2 +-
 test/graph-simple.html                         |     2 +-
 test/graph-symbol.html                         |     8 +-
 test/graph.html                                |   273 +-
 test/graphic-cases.html                        |     4 +-
 test/graphic-draggable.html                    |     2 +-
 test/graphicOption.html                        |    41 +-
 test/graphicRemove.html                        |     3 +-
 test/gridSimple.html                           |     9 +-
 test/heatmap-gap-bug.html                      |    12 +-
 test/heatmap-geo.html                          |     2 +-
 test/heatmap-large.html                        |     9 +-
 test/heatmap-map.html                          |   867 +-
 test/heatmap.html                              |     8 +-
 test/homepage3.html                            |    11 +-
 test/hoverFocus.html                           |     2 +-
 test/hoverFocus2.html                          |     3 +-
 test/hoverStyle.html                           |    98 +-
 test/hoverStyle2.html                          |     6 +-
 test/ie11.html                                 |    18 +-
 test/label-animation.html                      |     2 +-
 test/label-formatter.html                      |     2 +-
 test/label-layout.html                         |   127 +-
 test/label-position.html                       |    18 +-
 test/lang.html                                 |     2 +-
 test/largeLine-tooltip.html                    |     8 +-
 test/largeLine.html                            |     8 +-
 test/largeScatterWithEmpty.html                |     2 +-
 test/lazyUpdate.html                           |     4 +-
 test/legend-borderColor.html                   |     7 +-
 test/legend-feature.html                       |     2 +-
 test/legend-scroll2plain.html                  |     7 +-
 test/legend-style.html                         |     2 +-
 test/legend-visualMapColor.html                |     2 +-
 test/legend.html                               |    92 +-
 test/lib/config.js                             |   127 +-
 test/lib/esl.js                                |     1 -
 test/lib/frameInsight.js                       |    17 +-
 test/lib/requireES.js                          |   369 -
 test/lib/rollup.browser.js                     | 10626 ---------------
 test/lib/simpleRequire.js                      |   270 +
 test/line-animation.html                       |     2 +-
 test/line-boldWhenHover.html                   |     2 +-
 test/line-crash.html                           |     3 +-
 test/line-endLabel.html                        |    13 +-
 test/line-extraneous.html                      |     2 +-
 test/line-large.html                           |     2 +-
 test/line-non-continuous.html                  |     9 +-
 test/line-style.html                           |     2 +-
 test/line-visual.html                          |     2 +-
 test/line.html                                 |    16 +-
 test/linear-gradient.html                      |     2 +-
 test/lines-bus.html                            |    10 +-
 test/lines-flight.html                         |   191 +-
 test/lines-grid.html                           |    12 +-
 test/lines-mergeOption.html                    |     2 +-
 test/lines-ny-appendData.html                  |     2 +-
 test/lines-remove.html                         |    12 +-
 test/lines-stream-large.html                   |   212 +-
 test/lines-stream-not-large.html               |   177 +-
 test/lines-symbol.html                         |   159 +-
 test/lines-track.html                          |   326 +-
 test/loading.html                              |    10 +-
 test/logScale.html                             |    10 +-
 test/map-contour.html                          |   126 +-
 test/map-default.html                          |   121 +-
 test/map-grid.html                             |   620 +-
 test/map-labels.html                           |   154 +-
 test/map-locate.html                           |     2 +-
 test/map-nameProperty.html                     |   302 +-
 test/map-nested.html                           |   114 +-
 test/map-parallel.html                         |    18 +-
 test/map-province.html                         |     9 +-
 test/map.html                                  |   692 +-
 test/mapWorld.html                             |   476 +-
 test/markArea.html                             |     7 +-
 test/markLine-subPixel.html                    |     2 +-
 test/markLine-symbolRotate.html                |   269 +-
 test/markLine.html                             |     7 +-
 test/markPoint.html                            |     7 +-
 test/masterPainterColorChoice.html             |   107 +-
 test/media-dataZoom.html                       |     7 +-
 test/media-finance.html                        |    10 +-
 test/media-pie.html                            |     6 +-
 test/min-max-function.html                     |     2 +-
 test/mix.html                                  |     7 +-
 test/mobileBench.html                          |     6 +-
 test/multipleGrid.html                         |     8 +-
 test/new-tooltip.html                          |     4 +-
 test/option-replaceMerge.html                  |     2 +-
 test/option-replaceMerge2.html                 |     2 +-
 test/parallel-aqi.html                         |     2 +-
 test/parallel-feature.html                     |     2 +-
 test/parallel-lineStyle.html                   |     8 +-
 test/parallel-nutrients.html                   |    47 +-
 test/pictorial-repeat.html                     |    10 +-
 test/pictorial-single.html                     |    11 +-
 test/pictorial-svg.html                        |     9 +-
 test/pie-action.html                           |     3 +-
 test/pie-alignTo.html                          |     2 +-
 test/pie-animation.html                        |     2 +-
 test/pie-calculable.html                       |     7 +-
 test/pie-clipPath.html                         |     7 +-
 test/pie-cornerRadius.html                     |     7 +-
 test/pie-dataView.html                         |     2 +-
 test/pie-digits.html                           |     5 +-
 test/pie-label-extreme.html                    |     2 +-
 test/pie-label-mobile.html                     |     2 +-
 test/pie-label.html                            |     2 +-
 test/pie-richText.html                         |     8 +-
 test/pie-visual.html                           |    21 +-
 test/pie.html                                  |     7 +-
 test/pie2.html                                 |     7 +-
 test/pie3.html                                 |     6 +-
 test/pieDynamic.html                           |     6 +-
 test/polar-rounded.html                        |     2 +-
 test/polarLine.html                            |    14 +-
 test/polarLine2.html                           |     6 +-
 test/polarScatter.html                         |     5 +-
 test/punchCard.html                            |     7 +-
 test/radar-axis.html                           |     2 +-
 test/radar.html                                |     5 +-
 test/radar2.html                               |     6 +-
 test/radar3.html                               |     5 +-
 test/radar4.html                               |     6 +-
 test/resize-animation.html                     |     6 +-
 test/richText-fontsize.html                    |     2 +-
 test/roseExtreme.html                          |    19 +-
 test/roseType.html                             |     6 +-
 test/runTest/Timeline.js                       |   179 -
 test/runTest/actions/__meta__.json             |     4 +-
 test/runTest/actions/allZero.json              |     2 +-
 test/runTest/actions/custom-bmap-grid.json     |     1 +
 test/runTest/actions/custom-large.json         |     1 +
 test/runTest/actions/tooltip-axisPointer2.json |     2 +-
 test/runTest/blacklist.js                      |    18 +-
 test/runTest/cli.js                            |   264 +-
 test/runTest/client/client.css                 |     1 +
 test/runTest/client/client.js                  |    17 +-
 test/runTest/client/index.html                 |     6 +-
 test/runTest/package.json                      |     8 +
 test/runTest/runtime/ActionPlayback.js         |   216 +
 test/runTest/runtime/MockDate.js               |    42 -
 test/runTest/runtime/main.js                   |    85 +-
 test/runTest/runtime/timeline.js               |   199 +
 test/runTest/server.js                         |    76 +-
 test/runTest/store.js                          |    24 +-
 test/runTest/task.js                           |    72 +
 test/runTest/util.js                           |    26 +-
 test/sample-compare.html                       |    50 +-
 test/sankey-depth.html                         |     2 +-
 test/sankey-jump.html                          |     4 +-
 test/sankey-level.html                         |   131 +-
 test/sankey-nodeAlign-left.html                |    81 +-
 test/sankey-nodeAlign-right.html               |    82 +-
 test/sankey-ringed.html                        |    61 +-
 test/sankey-vertical-energy.html               |    95 +-
 test/sankey-vertical.html                      |     2 +-
 test/sankey.html                               |    74 +-
 test/scale-integer.html                        |     4 +-
 test/scatter-markline.html                     |     7 +-
 test/scatter-random-stream-fix-axis.html       |   242 +-
 test/scatter-random-stream.html                |     2 +-
 test/scatter-single-axis.html                  |    18 +-
 test/scatter-stream-large.html                 |   216 +-
 test/scatter-stream-not-large.html             |    11 +-
 test/scatter-stream-visual.html                |    22 +-
 test/scatter-weibo.html                        |   197 +-
 test/scatter.html                              |     7 +-
 test/scatterMatrix.html                        |    12 +-
 test/selectedMode.html                         |     6 +-
 test/showTip.html                              |     6 +-
 test/singleAxisScales.html                     |    14 +-
 test/smooth.html                               |     2 +-
 test/stackBar-dataZoom.html                    |     2 +-
 test/stream-basic.js                           |     1 +
 test/stream-basic1.html                        |     4 +-
 test/stream-basic2.html                        |     2 +-
 test/stream-filter.html                        |     7 +-
 test/stream-filter2.html                       |     2 +-
 test/sunburst-book.html                        |     2 +-
 test/sunburst-canvas.html                      |     2 +-
 test/sunburst-drink.html                       |     2 +-
 test/sunburst-highlight.html                   |     2 +-
 test/sunburst-itemStyle.html                   |     2 +-
 test/sunburst-simple.html                      |     2 +-
 test/sunburst-visualMap.html                   |     2 +-
 test/sunburst.html                             |     2 +-
 test/svg-gradient-opacity.html                 |     2 +-
 test/svg-test.html                             |     2 +-
 test/symbol.html                               |     6 +-
 test/symbol2.html                              |     2 +-
 test/symbol3.html                              |     2 +-
 test/theme.html                                |     8 +-
 test/themeRiver.html                           |     9 +-
 test/themeRiver2.html                          |     7 +-
 test/themeRiver3.html                          |     9 +-
 test/timeScale-formatter.html                  |     8 +-
 test/timeScale.html                            |    10 +-
 test/timeScale2.html                           |    10 +-
 test/timeZone.html                             |     2 +-
 test/timeline-dynamic-series.html              |     2 +-
 test/timeline-finance.html                     |     9 +-
 test/timeline-layout.html                      |     2 +-
 test/timeline-life.html                        |   387 +-
 test/tmp-base.html                             |     2 +-
 test/toolbox-custom.html                       |    90 +
 test/toolbox-saveImage-background-svg.html     |     2 +-
 test/toolbox-saveImage-background.html         |     9 +-
 test/toolbox-stack-custom.html                 |    16 +-
 test/toolbox-stack.html                        |    16 +-
 test/toolbox-textStyle.html                    |     9 +-
 test/toolbox-title.html                        |     2 +-
 test/toolbox-tooltip.html                      |     9 +-
 test/tooltip-action.html                       |    29 +-
 test/tooltip-axisPointer.html                  |   148 +-
 test/tooltip-axisPointer2.html                 |   408 +-
 test/tooltip-cascade.html                      |    22 +-
 test/tooltip-component.html                    |     2 +-
 test/tooltip-domnode.html                      |     3 +-
 test/tooltip-event.html                        |     2 +-
 test/tooltip-link.html                         |    11 +-
 test/tooltip-rich.html                         |    14 +-
 test/tooltip-setOption.html                    |    11 +-
 test/tooltip-textStyle.html                    |     8 +-
 test/tooltip-touch.html                        |    50 +-
 test/tooltip-windowResize.html                 |    16 +-
 test/tooltip.html                              |   165 +-
 test/touch-candlestick.html                    |    16 +-
 test/touch-slide.html                          |   116 +-
 test/touch-test.html                           |     8 +-
 test/tree-addNode.html                         |     2 +-
 test/tree-basic.html                           |   125 +-
 test/tree-image.html                           |    91 +-
 test/tree-image2.html                          |    82 +-
 test/tree-legend.html                          |     5 +-
 test/tree-orient-right-left.html               |    99 +-
 test/tree-orient-top-bottom.html               |    92 +-
 test/tree-polyline.html                        |     2 +-
 test/tree-radial.html                          |    62 +-
 test/tree-recurrentRemoveNode.html             |     2 +-
 test/tree-removeNode.html                      |     2 +-
 test/tree-roam.html                            |    66 +-
 test/tree-vertical.html                        |    92 +-
 test/treemap-action.html                       |     2 +-
 test/treemap-disk.html                         |     6 +-
 test/treemap-disk2.html                        |     6 +-
 test/treemap-obama.html                        |     6 +-
 test/treemap-option.html                       |    13 +-
 test/treemap-option2.html                      |    13 +-
 test/treemap-simple.html                       |     3 +-
 test/treemap-simple2.html                      |     2 +-
 test/treemap-visual.html                       |    12 +-
 test/visualMap-categories.html                 |     8 +-
 test/visualMap-continuous.html                 |    23 +-
 test/visualMap-large.html                      |   188 +-
 test/visualMap-layout.html                     |    10 +-
 test/visualMap-opacity.html                    |   181 +-
 test/visualMap-performance1.html               |     7 +-
 test/visualMap-pieces.html                     |    14 +-
 test/visualMap-scatter-colorAndSymbol.html     |     6 +-
 test/visualMap-scatter-symbolSize.html         |     6 +-
 test/visualMap-special-case.html               |   119 +-
 test/webkit-dep.html                           |    10 +-
 test/worldPopulationBubble.html                |   996 +-
 468 files changed, 9887 insertions(+), 49279 deletions(-)
 delete mode 100644 benchmark/dep/bootstrap/bootstrap.min.css
 delete mode 100644 benchmark/dep/bootstrap/bootstrap.min.js
 delete mode 100644 benchmark/dep/filesaver/FileSaver.min.js
 delete mode 100644 benchmark/dep/jquery/jquery-2.2.4.js
 delete mode 100644 benchmark/dep/lodash/lodash.js
 delete mode 100644 benchmark/dep/vue/vue.min.js
 delete mode 100644 benchmark/gulpfile.js
 delete mode 100644 benchmark/index.html
 delete mode 100644 benchmark/src/app.js
 delete mode 100644 benchmark/src/testCase.js
 delete mode 100644 benchmark/src/testFactory.js
 delete mode 100644 benchmark/src/testManager.js
 create mode 100644 test/custom-large.html
 delete mode 100644 test/lib/esl.js
 delete mode 100644 test/lib/requireES.js
 delete mode 100644 test/lib/rollup.browser.js
 create mode 100644 test/lib/simpleRequire.js
 delete mode 100644 test/runTest/Timeline.js
 create mode 100644 test/runTest/actions/custom-bmap-grid.json
 create mode 100644 test/runTest/actions/custom-large.json
 create mode 100644 test/runTest/package.json
 create mode 100644 test/runTest/runtime/ActionPlayback.js
 delete mode 100644 test/runTest/runtime/MockDate.js
 create mode 100644 test/runTest/runtime/timeline.js
 create mode 100644 test/runTest/task.js
 create mode 100644 test/toolbox-custom.html

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