You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/10/20 03:49:08 UTC

[incubator-echarts] branch feat-decal updated (14d6023 -> d011ce0)

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

ovilia pushed a change to branch feat-decal
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 14d6023  test(decal): update test
     add 638d335  refact: change cornerRadius to itemStyle.borderRadius in #13390 #13378
     add 9cfbf0b  fix(pie): fix null access bug.
     add 75d2d92  style: fix some linting warns.
     add e8434d3  [12979] fix the bug of overriding title when click the stack button
     add c39d062  fix(toolbox) add visual test action file for the solution
     add c5ab241  Merge pull request #13372 from pingf/fix-12979
     add 444bc08  ts: rename ut file name from js to ts.
     add e8e8bce  ts: (1) Migrate ut to ts (spec/data). (2) ix related typing in src.
     add 4d7f549  fix: fix that throw error if only a few components mounted.
     add 8b34dfb  ts: fix type of converters.
     add 212f3cf  lint: sort eslint for both src, extension-src, test/ut
     add 9f69525  fix: fix ut and fix getViusal bug brought by some of the 5.0 refactor.
     add 199a49e  test: remove unnecessary jsdom dependency (it cause some prepublish issue). Use jest built-in jsdom.
     add 0d47e96  build: move /echarts.*.ts to src/echarts.*.ts . Otherwise if user import from 'echarts.all', it might be confused whether echarts.all.ts or echarts.all.js
     add bed2ffc  test: fix ut: dataZoom
     add 93ede9d  fix: fix dev fast entry since echarts.all.ts moved.
     add 81b2efe  fix: (1) clarify id and name type. (2) compat non supported name type.
     add 346cccd  test: fix ut code to ts.
     add a7b4243  fix(theme): fix dark theme
     add 957a9f1  fix(animation): use additive animation in states transition.
     add 4901034  fix(graph): fix symbol scale
     add ed2a14b  fix(graph): fix symbol scale wrong on graph.
     add 21f5973  fix(label): fix animation delay per data in label.
     add c7013d0  fix: some issues in tooltip (1) `transform` may not be working in IE. (add vendor prefixes) (2) disable transition only when tooltip shows arrow. (3) reduce unnecessary imports.
     add 260d078  tweak(tooltip): use `appendChild` but not concat html string for tooltip arrow.
     add d4c873a  fix(tooltip): still use concat html string for arrow.
     add c41f58b  feat(tooltip): use `opacity` to fade out but not hide directly and add opacity transition.
     add 1107ec9  fix(tooltip): disable transition after a long-time hide.
     add f20c30e  Merge branch 'next' of https://github.com/apache/incubator-echarts into fix/tooltip
     add f038591  fix(tooltip): also set `visibility` to `hidden` to prevent from responding to DOM events.
     add 6eb0074  Merge pull request #13398 from apache/fix/tooltip
     add 948bd77  fix(line): fix polygon shape may not update during animation.
     add 2cdee9c  fix(bar): fix NaN value will appear after update.
     add 6b10989  fix(pie): fix incorrect label layout in some cases of gallery
     add 786c2ba  fix(bar): not display zero value bar on polar coord.
     add 4941977  test(pie): update pie rich text test cases.
     add 44ffecb  fix(pie): fix wrong query path
     add 3d19f5b  fix(pie): fix label may still been layout if not shown.
     add 1694130  test(time): update test case
     add 99e8019  fix(event): support label trigger mouse event.
     add 2bcd3f9  fix(extension/bmap): fix bmap first layout may be incorrect if container's layout is flex or grid.(#13424)
     add 8b4330a  Merge pull request #13432 from apache/fix/bmap
     add 0f4a51f  release: 5.0.0-beta.1
     add 2f566e9  release: 5.0.0-beta.1 (dist)
     add c29d496  fix(state): only leave hoverd state when it's applied. #13417
     add f7ac75e  fix(line): use raw points when calculating endLabel.
     add a77894c  Merge branch 'bugfixes' into next
     add 5499a90  Merge branch 'next' into fix-ut
     add c5f4ef7  fix: add the missing entry file for echarts.*.ts migrate.
     add 7090bce  fix: (1) fix series merge mapping (brought by some previous refactor in 5.0). (2) tweak id name type and check.
     add c6eecfe  test: update ut for 5.0.
     add 60664f9  Merge pull request #13438 from apache/fix-ut
     add 97b1473  test(dirty-rect): support dirty rect in test
     add b0d9456  refactor(dirty-rect): reuse window logic
     add c03bbbb  refactor(dirty-rect): merge conditions
     add d5c8ce9  Merge branch 'next' into dirty-rect
     add 8a17180  Merge pull request #13170 from apache/dirty-rect
     add 485bcf7  1. add splitLine.distance & axisTick.distance 2. add anchor 3. support svg of pointer 4. add progress
     add affa98c  Merge branch 'next' into design-13216
     add 565fa0d  resize the svg pointer and progress
     add dc988d1  fix the resized bug & support the titleDetailItem
     add 5027432  support data[i].title/data[i].detail & add test
     add 59d00d3  fix order of render configuration of gauge & add test of clock
     add 2033777  delete the useless code
     add 09c42f1  fix: gauge.axisLine can not be circle
     add d283b9f  fix:the progress can draw when current value is greater than max value
     add 2d6e782  modify the test case of clock
     add c92c8f5  add clip to progress
     add 87c1365  adjust order of rendering anchor & pointer
     add 622c033  1. create path when data updating 2. add showAbove/icon/offsetCenter to anchor 3. adjust the verticalAlign of label
     add 0ce5122  1.change anchorSize to size 2.pointer.icon support img/circle/rect/... 3.delete progress.slent 4.delete the code of removing in renderPointer 5.fix code style
     add 3729431  fix:the logic of code in data.update
     add 09d6750  Merge pull request #13416 from apache/design-13216
     add 61c25fe  Fix(legend.scroll): scroll animation start position was incorrect
     add 26aed81  fix: fix the bug brought by the refactor that follow the change of  "position => x/y".
     add 70f76b4  fix: fix the bug brought by the refactor that follow the change of  "position => x/y".
     add eadd081  Merge pull request #13443 from susiwen8/legend-scroll
     add c358735  refact(label): provide general method for value animation
     add f57a88f  feat(gauge): add value animation in gauge
     add f4e372e  fix(tooltip): hide tooltip when mouse leaves the chart(fix apache#12778).
     add 3de41dc  Merge pull request #13382 from plainheart/fix-12778
     add 7da95db  fix(animation): disable additive animation since it's still having issues.
     add d011ce0  chore: merge

No new revisions were added by this update.

Summary of changes:
 src/.eslintrc.yaml => .eslintrc-common.yaml        |   16 -
 build/config.js                                    |    5 +-
 build/dev-fast.js                                  |    2 +-
 build/pre-publish.js                               |   32 +-
 dist/echarts.common.js                             | 5128 +++++++++------
 dist/echarts.common.js.map                         |    2 +-
 dist/echarts.common.min.js                         |    2 +-
 dist/echarts.js                                    | 6539 ++++++++++++++------
 dist/echarts.js.map                                |    2 +-
 dist/echarts.min.js                                |    2 +-
 dist/echarts.simple.js                             | 3921 +++++++-----
 dist/echarts.simple.js.map                         |    2 +-
 dist/echarts.simple.min.js                         |    2 +-
 dist/extension/bmap.js                             |  147 +-
 dist/extension/bmap.js.map                         |    2 +-
 dist/extension/bmap.min.js                         |    2 +-
 dist/extension/dataTool.min.js                     |    2 +-
 echarts.blank.ts                                   |   23 -
 extension-src/.eslintrc.yaml                       |  207 +-
 extension-src/bmap/BMapCoordSys.ts                 |    6 +-
 extension-src/bmap/BMapView.ts                     |   12 +-
 i18n/langDE.js                                     |    1 +
 i18n/langES-obj.js                                 |   38 +-
 i18n/langES.js                                     |   38 +-
 i18n/langFI-obj.js                                 |   38 +-
 i18n/langFI.js                                     |   38 +-
 i18n/langTH-obj.js                                 |   38 +-
 i18n/langTH.js                                     |   38 +-
 index.d.ts                                         |    2 +-
 package-lock.json                                  |  796 ++-
 package.json                                       |   11 +-
 src/.eslintrc.yaml                                 |  193 +-
 src/chart/bar/BarView.ts                           |   41 +-
 src/chart/custom.ts                                |    2 +-
 src/chart/gauge/GaugeSeries.ts                     |  146 +-
 src/chart/gauge/GaugeView.ts                       |  454 +-
 src/chart/helper/Line.ts                           |    2 +-
 src/chart/helper/Symbol.ts                         |   21 +-
 src/chart/helper/labelHelper.ts                    |    2 +-
 src/{util/vendor.ts => chart/helper/pieHelper.ts}  |   30 +-
 src/chart/line/LineView.ts                         |   83 +-
 src/chart/line/poly.ts                             |   50 -
 src/chart/map/MapSeries.ts                         |    2 +-
 src/chart/parallel/ParallelView.ts                 |    2 +-
 src/chart/pie/PieSeries.ts                         |   25 +-
 src/chart/pie/PieView.ts                           |   36 +-
 src/chart/pie/labelLayout.ts                       |   18 +-
 src/chart/pie/pieLayout.ts                         |   14 +-
 src/chart/sankey/SankeyView.ts                     |    2 +-
 src/chart/sunburst/SunburstPiece.ts                |   14 +-
 src/chart/sunburst/SunburstSeries.ts               |   27 +-
 src/chart/sunburst/sunburstLayout.ts               |   14 +-
 src/chart/treemap/Breadcrumb.ts                    |    3 +-
 src/chart/treemap/TreemapSeries.ts                 |    8 +-
 src/chart/treemap/TreemapView.ts                   |    7 +-
 src/chart/treemap/treemapVisual.ts                 |    2 +-
 src/component/legend/ScrollableLegendView.ts       |    8 +-
 src/component/timeline/SliderTimelineView.ts       |    2 +-
 src/component/toolbox/feature/MagicType.ts         |   20 +-
 src/component/tooltip/TooltipHTMLContent.ts        |  115 +-
 src/component/tooltip/TooltipView.ts               |    1 -
 src/coord/CoordinateSystem.ts                      |    2 +-
 src/coord/geo/GeoModel.ts                          |    8 +-
 src/coord/geo/geoCreator.ts                        |   14 +-
 src/data/helper/dimensionHelper.ts                 |    3 -
 echarts.all.ts => src/echarts.all.ts               |  102 +-
 .../expect/code.expect.js => src/echarts.blank.ts  |   13 +-
 echarts.common.ts => src/echarts.common.ts         |   30 +-
 echarts.simple.ts => src/echarts.simple.ts         |    4 +-
 src/echarts.ts                                     |   85 +-
 src/label/LabelManager.ts                          |   27 +-
 src/label/labelStyle.ts                            |   92 +-
 src/model/Global.ts                                |   33 +-
 src/model/globalDefault.ts                         |    1 +
 src/option.ts                                      |    2 -
 src/theme/dark.ts                                  |   27 +-
 src/util/component.ts                              |   15 +-
 src/util/event.ts                                  |   18 +-
 src/util/graphic.ts                                |   78 +-
 src/util/model.ts                                  |   61 +-
 src/util/states.ts                                 |   14 +-
 src/util/types.ts                                  |   37 +-
 test/custom-children-remove.html                   |    2 +-
 test/custom.html                                   |    4 +-
 test/gauge-distance.html                           |  570 ++
 test/gauge-group-title-detail.html                 |  574 ++
 test/gauge-pointer.html                            |  556 ++
 test/gauge-progress.html                           |  357 ++
 test/gauge-simple.html                             |    2 +-
 test/gauge.html                                    |  141 +-
 test/graph-grid-life.html                          |    4 +-
 test/label-layout.html                             |   94 +-
 test/legend-scroll2plain.html                      |   84 +-
 test/lib/caseFrame.css                             |    7 +-
 test/lib/caseFrame.js                              |   32 +-
 test/lib/config.js                                 |    3 +
 test/line-animation.html                           |  282 +-
 test/new-tooltip.html                              |    1 +
 test/pie-cornerRadius.html                         |   97 +-
 test/pie-richText.html                             |  767 +++
 test/runTest/actions/gauge-distance.json           |    1 +
 test/runTest/actions/gauge-group-title-detail.json |    1 +
 test/runTest/actions/gauge-pointer.json            |    1 +
 test/runTest/actions/gauge-progress.json           |    1 +
 test/runTest/actions/gauge.json                    |    1 +
 test/runTest/actions/toolbox-stack-custom.json     |    1 +
 test/sunburst-drink.html                           |    8 +
 test/timeScale-formatter.html                      |   13 +-
 ...oolbox-stack.html => toolbox-stack-custom.html} |   24 +-
 test/ut/.eslintrc.yaml                             |  210 +-
 test/ut/core/{extendExpect.js => extendExpect.ts}  |    4 +-
 test/ut/core/setup.js                              |   28 -
 echarts.simple.ts => test/ut/core/setup.ts         |   14 +-
 test/ut/core/utHelper.js                           |  177 -
 test/ut/core/utHelper.ts                           |  145 +
 test/ut/jest.config.js                             |   29 +-
 .../{containPixel.test.js => containPixel.test.ts} |   93 +-
 .../api/{converter.test.js => converter.test.ts}   |  130 +-
 .../api/{getVisual.test.js => getVisual.test.ts}   |   49 +-
 test/ut/spec/component/dataZoom/helper.test.js     |  109 -
 test/ut/spec/component/dataZoom/helper.test.ts     |  105 +
 .../{setOption.test.js => setOption.test.ts}       |    0
 .../{sliderMove.test.js => sliderMove.test.ts}     |    9 +-
 .../{setOption.test.js => setOption.test.ts}       |  135 +-
 test/ut/spec/data/{List.test.js => List.test.ts}   |   61 +-
 ...mensions.test.js => completeDimensions.test.ts} |  127 +-
 ...ValueHelper.test.js => dataValueHelper.test.ts} |   54 +-
 test/ut/spec/model/Component.test.js               |  172 -
 test/ut/spec/model/Component.test.ts               |  235 +
 .../spec/model/{Global.test.js => Global.test.ts}  |  239 +-
 ...ptions.test.js => timelineMediaOptions.test.ts} |   59 +-
 .../scale/{interval.test.js => interval.test.ts}   |   94 +-
 test/ut/spec/util/graphic.test.js                  |  106 -
 test/ut/spec/util/graphic.test.ts                  |  109 +
 .../spec/util/{layout.test.js => layout.test.ts}   |   44 +-
 test/ut/spec/util/{model.test.js => model.test.ts} |   19 +-
 test/ut/spec/util/number.test.js                   |  526 --
 test/ut/spec/util/number.test.ts                   |  546 ++
 tsconfig.json => test/ut/tsconfig.json             |   14 +-
 theme/dark.js                                      |  171 +-
 tsconfig.json                                      |    1 -
 141 files changed, 17623 insertions(+), 8923 deletions(-)
 copy src/.eslintrc.yaml => .eslintrc-common.yaml (92%)
 delete mode 100644 echarts.blank.ts
 copy src/{util/vendor.ts => chart/helper/pieHelper.ts} (56%)
 rename echarts.all.ts => src/echarts.all.ts (75%)
 copy test/build/removeDEV/expect/code.expect.js => src/echarts.blank.ts (90%)
 rename echarts.common.ts => src/echarts.common.ts (67%)
 copy echarts.simple.ts => src/echarts.simple.ts (93%)
 create mode 100644 test/gauge-distance.html
 create mode 100644 test/gauge-group-title-detail.html
 create mode 100644 test/gauge-pointer.html
 create mode 100644 test/gauge-progress.html
 create mode 100644 test/pie-richText.html
 create mode 100644 test/runTest/actions/gauge-distance.json
 create mode 100644 test/runTest/actions/gauge-group-title-detail.json
 create mode 100644 test/runTest/actions/gauge-pointer.json
 create mode 100644 test/runTest/actions/gauge-progress.json
 create mode 100644 test/runTest/actions/gauge.json
 create mode 100644 test/runTest/actions/toolbox-stack-custom.json
 copy test/{toolbox-stack.html => toolbox-stack-custom.html} (85%)
 rename test/ut/core/{extendExpect.js => extendExpect.ts} (95%)
 delete mode 100644 test/ut/core/setup.js
 rename echarts.simple.ts => test/ut/core/setup.ts (75%)
 delete mode 100755 test/ut/core/utHelper.js
 create mode 100755 test/ut/core/utHelper.ts
 rename test/ut/spec/api/{containPixel.test.js => containPixel.test.ts} (86%)
 rename test/ut/spec/api/{converter.test.js => converter.test.ts} (78%)
 rename test/ut/spec/api/{getVisual.test.js => getVisual.test.ts} (84%)
 delete mode 100755 test/ut/spec/component/dataZoom/helper.test.js
 create mode 100755 test/ut/spec/component/dataZoom/helper.test.ts
 rename test/ut/spec/component/graphic/{setOption.test.js => setOption.test.ts} (100%)
 rename test/ut/spec/component/helper/{sliderMove.test.js => sliderMove.test.ts} (96%)
 rename test/ut/spec/component/visualMap/{setOption.test.js => setOption.test.ts} (52%)
 rename test/ut/spec/data/{List.test.js => List.test.ts} (78%)
 rename test/ut/spec/data/{completeDimensions.test.js => completeDimensions.test.ts} (86%)
 rename test/ut/spec/data/{dataValueHelper.test.js => dataValueHelper.test.ts} (92%)
 delete mode 100755 test/ut/spec/model/Component.test.js
 create mode 100755 test/ut/spec/model/Component.test.ts
 rename test/ut/spec/model/{Global.test.js => Global.test.ts} (81%)
 rename test/ut/spec/model/{timelineMediaOptions.test.js => timelineMediaOptions.test.ts} (89%)
 rename test/ut/spec/scale/{interval.test.js => interval.test.ts} (57%)
 delete mode 100755 test/ut/spec/util/graphic.test.js
 create mode 100755 test/ut/spec/util/graphic.test.ts
 rename test/ut/spec/util/{layout.test.js => layout.test.ts} (82%)
 rename test/ut/spec/util/{model.test.js => model.test.ts} (86%)
 delete mode 100755 test/ut/spec/util/number.test.js
 create mode 100755 test/ut/spec/util/number.test.ts
 copy tsconfig.json => test/ut/tsconfig.json (68%)


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