You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2021/04/06 13:29:45 UTC

[echarts] branch fix/geo-svg updated (fc4ca57 -> 76625ba)

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

sushuang pushed a change to branch fix/geo-svg
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from fc4ca57  fix: [geo svg] fix viewBox and add test cases.
     add 43e99ef  fix: [geo svg] add test files to echarts folder.
     add 31c7787  fix: [geo svg] make test case better.
     add c3a4982  fix: remove legacy usage of transform
     add 28f01ef  Merge pull request #14357 from apache/fix-legacy-code
     add 01e2da5  1) fix: markLine `symbolOffset` doesn't work bug - Resolves #9325 - Resolves #14106 - Resolves #4771 2) feat: `markLine.symbolRotate` can be an array to specify symbol rotation at the two endpoints. - Related #12736, #12392 3) feat: add `markLine.symbolKeepAspect` and fix `symbolKeepAspect` doesn't work bug. 4) feat: `symbolOffset` can be a callback function, close #12495.
     add 93b157c  fix(markLine): remove unexpected dev code.
     add 1c1632d  fix(lint): tweak code format.
     add d5b3f71  fix(symbol): fix `symbolOffset` bug in `effectSymbol`.
     add a328e65  fix(markLine): `0` should be considered as a valid value, so use `retrieve2` instead of `||`.
     add 1fb3d89  test(markLine): add test cases for markLine symbolRotate & symbolOffset.
     add a39c4a1  Merge pull request #14375 from apache/fix/markLine-symbol
     add 1e86a5c  test(lines): add extraneous lines test case
     add 41551fa  fix: discard removed line data points
     add d80deef  Merge pull request #13638 from areo/fix-10228
     add d010376  test(line): add test case for line remove animation.
     add 6e8515a  Merge pull request #14552 from apache/add-test-for-line-extraneous
     add 1fecb51  feat(animation): add animaiton configuration in resize
     add ba3e89b  Merge pull request #14553 from apache/resize-animation
     add f28bd48  fix(Calendar): fix day label drifting. close #11508
     add 5231bbd  improve: set margin as minimal one
     add a7fe5a4  Merge pull request #13902 from Nick22nd/fix-11508
     add da7d797  fix(marker): only use maker component when exists on series
     add 4933a8e  fix(debug): enhance error log when component is missing
     add 68f2a55  test: fix ut
     add af9f776  fix(timeline): remove deprecated usage
     add ac49c2b  fix(option): optimize component missing error
     add b8c6add  test: add missing component ut. fix some warnings
     add 4719d54  chore: enable unit test checking in pull request
     add 839ae77  tweak log content when component missing
     add 78a7e00  chore: always run unit test in action
     add d0860d9  fix(marker): fix typo in marker
     add 13d75a3  chore: disable ut in action temporary
     add 09ddced  Merge pull request #14568 from apache/enhance-missing-components-log
     add d56c496  fix(gauge) #14131 Pointer can not display when icon is image
     add 397a253  Merge branch 'master' into fix-14131
     add a4aad8c  Pointer can not display when icon is image
     add bf14323  gauge has decal & the symbolStyle will not be reused
     add 1a1d7c9  pointer don't have scale
     add 4e82112  Merge pull request #14165 from apache/fix-14131
     add 995637a  fix(line): ensure lineWidth is a number before addition in bolder logic, resolves #14591.
     add bfa1f26  Merge pull request #14593 from apache/fix-line-width
     add f72c9e2  Feat(effectScatter): add clip for effectScatter
     add 27c0908  Merge pull request #14574 from susiwen8/effectScatter-clip
     add cd523cd  fix(graph): no symbol when offset is not defined
     add 1320c28  Merge pull request #14600 from apache/fix-symbol
     add ca83c55  Merge branch 'master' into fix/geo-svg
     add 76625ba  test: [geo svg] add visual test.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/nodejs.yml                       |   16 +-
 src/chart/effectScatter/EffectScatterSeries.ts     |    2 +
 src/chart/effectScatter/EffectScatterView.ts       |    8 +-
 src/chart/gauge/GaugeView.ts                       |   24 +-
 src/chart/helper/EffectSymbol.ts                   |   13 +-
 src/chart/helper/Line.ts                           |   33 +-
 src/chart/helper/Symbol.ts                         |   17 +-
 src/chart/helper/SymbolDraw.ts                     |    5 -
 src/chart/line/LineView.ts                         |    2 +-
 src/chart/line/lineAnimationDiff.ts                |   27 +-
 src/component/calendar/CalendarView.ts             |    2 +-
 src/component/marker/MarkLineModel.ts              |    7 +-
 src/component/marker/MarkLineView.ts               |   24 +-
 .../marker/checkMarkerInSeries.ts}                 |   24 +-
 src/component/marker/installMarkArea.ts            |    7 +-
 src/component/marker/installMarkLine.ts            |    7 +-
 src/component/marker/installMarkPoint.ts           |    7 +-
 src/component/timeline/SliderTimelineView.ts       |   11 +-
 src/core/echarts.ts                                |   35 +-
 src/data/List.ts                                   |    1 +
 src/echarts.ts                                     |    2 +-
 src/model/Global.ts                                |   91 +-
 src/util/clazz.ts                                  |    2 +-
 src/util/component.ts                              |    4 +-
 src/util/types.ts                                  |    4 +-
 src/visual/commonVisualTypes.ts                    |    8 +-
 src/visual/symbol.ts                               |   23 +-
 test/data/svg/Beef_cuts_France.svg                 | 1430 ++++
 test/data/svg/MacOdrum-LV5-floorplan-web.svg       | 2694 ++++++++
 test/data/svg/Map_of_Iceland.svg                   | 7211 ++++++++++++++++++++
 .../svg/Sicily_prehellenic_topographic_map.svg     | 1303 ++++
 test/data/svg/Veins_Medical_Diagram_clip_art.svg   | 1012 +++
 test/data/svg/flight-seats.svg                     | 2997 ++++++++
 test/data/svg/ksia-ext-plan-min.svg                | 3698 ++++++++++
 test/data/svg/seatmap-example.svg                  |  842 +++
 test/gauge-pointer.html                            |   82 +
 test/geo-layout.html                               |  346 +
 test/geo-svg-demo.html                             |   29 +-
 test/geo-svg.html                                  |  141 +-
 test/line-extraneous.html                          |  274 +
 test/markLine-symbolRotate.html                    |    8 +-
 test/resize-animation.html                         |  117 +
 test/runTest/actions/__meta__.json                 |    4 +
 test/runTest/actions/geo-svg-demo.json             |    1 +
 test/runTest/actions/geo-svg.json                  |    1 +
 test/runTest/actions/line-extraneous.json          |    1 +
 test/runTest/actions/resize-animation.json         |    1 +
 test/symbol3.html                                  |   46 +-
 test/ut/core/extendExpect.ts                       |    4 +-
 test/ut/core/utHelper.ts                           |   14 +-
 test/ut/index.d.ts                                 |   13 +
 test/ut/spec/component/graphic/setOption.test.ts   |    6 +-
 test/ut/spec/component/visualMap/setOption.test.ts |    8 +-
 test/ut/spec/data/dataTransform.test.ts            |   12 +-
 test/ut/spec/model/Component.test.ts               |  235 -
 test/ut/spec/model/Global.test.ts                  |   56 +-
 test/ut/spec/model/componentDependency.test.ts     |  240 +
 test/ut/spec/model/componentMissing.test.ts        |  118 +
 test/ut/spec/model/timelineMediaOptions.test.ts    |   44 +-
 test/ut/spec/scale/interval.test.ts                |   10 +-
 test/ut/spec/series/custom.test.ts                 |    2 +-
 61 files changed, 22832 insertions(+), 574 deletions(-)
 copy src/{util/vendor.ts => component/marker/checkMarkerInSeries.ts} (56%)
 create mode 100644 test/data/svg/Beef_cuts_France.svg
 create mode 100644 test/data/svg/MacOdrum-LV5-floorplan-web.svg
 create mode 100644 test/data/svg/Map_of_Iceland.svg
 create mode 100644 test/data/svg/Sicily_prehellenic_topographic_map.svg
 create mode 100644 test/data/svg/Veins_Medical_Diagram_clip_art.svg
 create mode 100644 test/data/svg/flight-seats.svg
 create mode 100644 test/data/svg/ksia-ext-plan-min.svg
 create mode 100644 test/data/svg/seatmap-example.svg
 create mode 100644 test/geo-layout.html
 create mode 100644 test/line-extraneous.html
 create mode 100644 test/resize-animation.html
 create mode 100644 test/runTest/actions/geo-svg-demo.json
 create mode 100644 test/runTest/actions/geo-svg.json
 create mode 100644 test/runTest/actions/line-extraneous.json
 create mode 100644 test/runTest/actions/resize-animation.json
 create mode 100644 test/ut/index.d.ts
 delete mode 100755 test/ut/spec/model/Component.test.ts
 create mode 100755 test/ut/spec/model/componentDependency.test.ts
 create mode 100644 test/ut/spec/model/componentMissing.test.ts

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