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

[echarts] branch fix-14131 updated (d56c496 -> a4aad8c)

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

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


    from d56c496  fix(gauge) #14131 Pointer can not display when icon is image
     add 2801c17  Feat: dev-fase use esbuild watch mode
     add 51aab9e  chore: use banner and footer to wrap code
     add cf89ecc  Merge pull request #14177 from susiwen8/esbuild-watch
     add 2b55862  fix(showLoading): #14188 text of loading covered by charts
     add 0b33193  Merge pull request #14191 from apache/fix-14188
     add b04772d  Update LegendModel.ts
     add 28bffa0  Merge pull request #14263 from thesiti92/patch-1
     add b72fa40  Merge pull request #14160 from apache/master
     add 8a9d8f6  test: add gauge regression test case
     add 6bb9d73  Merge pull request #14164 from apache/add-gauge-regression-case
     add 11d77c1  fix: error thrown when `toolbox.feature.dataZoom: { show: false, yAxisIndex: false }`. (brought in 5.0)
     add 1693e93  Merge pull request #14175 from apache/fix/toolbox-datazoom
     add 1ea6586  fix: tweak chalk for error thrown in the recently version.
     add 0c1ffeb  release: 5.0.2
     add 03bee99  Merge pull request #14178 from apache/release-dev
     add 52b9ed5  Improve French translation
     add a44926a  Merge pull request #14283 from apache/release
     add 55384ad  fix(type): exporting more necessary types
     add 6a7ac85  Merge pull request #14289 from apache/export-types
     add 2a49feb  This code has been modified in 8c2267d45 (see #11854) and merge into next branch in dd3d83cc4, but in 58dc3f701 the merge was not correct enough (it cause the drillDownIcon displayed repeatedly in some case). So fix it according to 8c2267d45. And add the missing test case.
     add e893d90  Merge pull request #14299 from apache/fix/treemap-expand
     add 27449d3  fix(markLine): fix axis type in markLine data and close #14300
     add a302c0c  Merge pull request #14314 from apache/fix-14300
     add 1c6d63c  fix(markArea): markArea background color disappeared. close #13647
     add 8e8ed75  chore: simplify code
     add 474c759  improve: rename variable and add sort compare func
     add 8b17abb  Merge pull request #14343 from Nick22nd/fix-13647
     add f03dfad  Export union members of option types separately
     add cc8a94a  Merge pull request #14353 from twittwer/feat/export-PiecewiseVisualMapOption
     add 9e647d3  fix(dataZoom):fix dataZoom setting no effect
     add a7ce768  Merge pull request #14388 from apache/fix-14285
     add a1a3fa3  Fix(sankey): sankey label has higher z2
     add 31a6de8  Merge pull request #14417 from susiwen8/14287
     add 13f1f03  fix(series): fix series data type judgment bug. close #14293 (#14413)
     add 64c0bbe  fix file names in license (#14456)
     add cd84535  feat(i18n): added czech translation
     add 773d87e  Merge pull request #14468 from JiriBalcar/czech_translation
     add 0456847  fix(tooltip): fix time axis formatter #14470
     add b9c7e9e  feature: [tooltip] (1) Make component tooltip inherit cascade correct: itemOption.tooltip -> componentOption.tooltip -> globalOption.tooltip (previous incorrect cascade: itemOption.tooltip -> globalOption.tooltip (2) Enable trigger component tooltip by chart.dispatchAction({ type: 'showTip', legendIndex: 0, name: 'some' });
     add 91e8e47  fix: [tooltip] add test case for the last commit.
     add 35d9f60  fix: [tooltip] escape series from component finder.
     add 438f403  fix: [tooltip] keep support tooltip on graphic component.
     add 3dea90f  fix: [tooltip] (1) keep support string tooltip on each component item. (2) some tiny refactor.
     add 88d2ad7  Merge pull request #14473 from apache/fix/component-tooltip
     add a04213d  perf(tooltip): optimize the performance of tooltip.
     add 5751a30  Merge branch 'master' of https://github.com/apache/echarts into perf-tooltip
     add 15fb2a3  Merge branch 'master' of https://github.com/apache/echarts into perf-tooltip
     add 7fe6d4d  fix(tooltip): rename `ieTransform3dSupported` to be `transformSupported`.
     add ce4d237  perf(tooltip): reduce strings.
     add ae6b635  fix(tooltip): fix tooltip position may be incorrect.
     add 6904fc6  fix(tooltip): fix tooltip position issue when using transform.
     add 242c403  fix(tooltip): explicitly use import type.
     add 73a9f6e  fix(tooltip): fix code format and check if dom is supported before `testStyle`.
     add e88b99f  fix(tooltip): fix potential NPE in `toCSSVendorPrefix` function.
     add 07b074a  Merge pull request #14246 from apache/perf-tooltip
     add e3974dd  fix(custom): fix series label on custom series not working properly. close #14092
     add f3471f0  Merge pull request #14254 from Nick22nd/fix-14092
     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 397a253  Merge branch 'master' into fix-14131
     add a4aad8c  Pointer can not display when icon is image

No new revisions were added by this update.

Summary of changes:
 LICENSE                                         |     9 +-
 build/addHeader.js                              |     8 +-
 build/dev-fast.js                               |    69 +-
 dist/echarts.common.js                          | 11349 ++++++++++--
 dist/echarts.common.js.map                      |     2 +-
 dist/echarts.common.min.js                      |     2 +-
 dist/echarts.esm.js                             | 21511 +++++++++++++++++-----
 dist/echarts.esm.js.map                         |     2 +-
 dist/echarts.esm.min.js                         |     2 +-
 dist/echarts.js                                 | 21511 +++++++++++++++++-----
 dist/echarts.js.map                             |     2 +-
 dist/echarts.min.js                             |     2 +-
 dist/echarts.simple.js                          |  7981 ++++++--
 dist/echarts.simple.js.map                      |     2 +-
 dist/echarts.simple.min.js                      |     2 +-
 dist/extension/bmap.js                          |    67 +-
 dist/extension/bmap.js.map                      |     2 +-
 dist/extension/dataTool.js                      |    68 +-
 dist/extension/dataTool.js.map                  |     2 +-
 package-lock.json                               |    60 +-
 package.json                                    |     8 +-
 src/chart/gauge/GaugeView.ts                    |    39 +-
 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/lineAnimationDiff.ts             |    27 +-
 src/chart/sankey/SankeyView.ts                  |     3 +-
 src/chart/treemap/TreemapView.ts                |    13 +-
 src/component/axis/AxisBuilder.ts               |    34 +-
 src/component/brush/BrushModel.ts               |     5 +
 src/component/dataZoom/SliderZoomView.ts        |     5 +-
 src/component/graphic/install.ts                |    16 +-
 src/component/legend/LegendModel.ts             |     5 +
 src/component/legend/LegendView.ts              |    26 +-
 src/component/marker/MarkAreaView.ts            |    29 +-
 src/component/marker/MarkLineModel.ts           |    11 +-
 src/component/marker/MarkLineView.ts            |    24 +-
 src/component/toolbox/ToolboxModel.ts           |     3 +-
 src/component/toolbox/ToolboxView.ts            |    28 +-
 src/component/toolbox/feature/DataZoom.ts       |    27 +-
 src/component/tooltip/TooltipHTMLContent.ts     |   175 +-
 src/component/tooltip/TooltipView.ts            |   161 +-
 src/component/tooltip/helper.ts                 |    44 +
 src/core/echarts.ts                             |    41 +-
 src/data/List.ts                                |     1 +
 src/echarts.ts                                  |     2 +-
 src/export/core.ts                              |    12 +-
 src/export/option.ts                            |    27 +-
 src/i18n/langCS.ts                              |   142 +
 src/i18n/langFR.ts                              |    48 +-
 src/loading/default.ts                          |     4 +-
 src/model/Series.ts                             |     4 +-
 src/util/format.ts                              |     2 +-
 src/util/graphic.ts                             |    56 +-
 src/util/innerStore.ts                          |    17 +-
 src/util/model.ts                               |    68 +-
 src/util/styleCompat.ts                         |     2 +-
 src/util/types.ts                               |    32 +-
 src/visual/commonVisualTypes.ts                 |     8 +-
 src/visual/symbol.ts                            |    23 +-
 test/{build/mktest-tpl.html => gauge-case.html} |    63 +-
 test/gauge-pointer.html                         |    39 +
 test/line-extraneous.html                       |   274 +
 test/{allZero.html => line-non-continuous.html} |    46 +-
 test/loading.html                               |    46 +
 test/markLine-symbolRotate.html                 |     8 +-
 test/resize-animation.html                      |   117 +
 test/runTest/actions/__meta__.json              |     3 +
 test/runTest/actions/line-extraneous.json       |     1 +
 test/runTest/actions/resize-animation.json      |     1 +
 test/symbol3.html                               |    46 +-
 test/tooltip-component.html                     |   467 +
 test/treemap-action.html                        |   416 +
 74 files changed, 52400 insertions(+), 13020 deletions(-)
 create mode 100644 src/i18n/langCS.ts
 copy test/{build/mktest-tpl.html => gauge-case.html} (61%)
 create mode 100644 test/line-extraneous.html
 copy test/{allZero.html => line-non-continuous.html} (66%)
 create mode 100644 test/resize-animation.html
 create mode 100644 test/runTest/actions/line-extraneous.json
 create mode 100644 test/runTest/actions/resize-animation.json
 create mode 100644 test/tooltip-component.html
 create mode 100755 test/treemap-action.html

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