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 2022/07/25 08:23:29 UTC

[echarts] branch fix-17333 updated (44e650e3b -> d9d00b89b)

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

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


    from 44e650e3b fix(custom): fix the case for element after the null child
     add 8fc48c727 fix(custom): ignore element when renderItem returns a group with null elements
     add 09e0c801a test(custom): update test case for custom update
     add 131774302 fix(visualMap): fix the indicator doesn't show when hovering on map label.
     add 71bdec63c chore: fix some typos
     add 2f29323e1 fix(visualMap): fix wrong type of ecData.
     add add11459e Merge pull request #17346 from apache/fix/visualMap-label-indicator
     add 1822053ea fix(type): add missing type `number` to `emphasis.scale` of scatter/line/graph series.
     add 6e3efd8fb style: fix typo of `RoamPayload`.
     add 65d867e2e Merge pull request #17390 from apache/fix/symbol-scale-types
     add a214eda00 单轴反向失效问题修复
     add 8cdcc7daf Merge pull request #17411 from wind108369/bugfix-single-inverse
     add 28baad87b chore(deps-dev): bump terser from 5.3.8 to 5.14.2
     add 178ec6fbd Merge pull request #17407 from apache/dependabot/npm_and_yarn/terser-5.14.2
     add d08a58f35 style: spelling mistakes
     add c7a8547ba style: spelling mistakes
     add 6a261fb79 style: spelling mistakes
     add 800fccaae Merge pull request #17383 from ZXYT/style-spelling-mistakes
     add d5ee24d75 fix(pie): fix `labelLine` may not be hidden when `minShowLabelRadian` is specified, resolves #17013.
     add 67afcbd2c Merge pull request #17412 from apache/fix-pie-labelLine
     add d9d00b89b Merge branch 'master' into fix-17333

No new revisions were added by this update.

Summary of changes:
 package-lock.json                         | 174 ++++++++++++++++++++++++------
 src/action/roamHelper.ts                  |   4 +-
 src/chart/custom/CustomView.ts            |  22 ++--
 src/chart/graph/GraphSeries.ts            |   4 +-
 src/chart/graph/install.ts                |   4 +-
 src/chart/line/LineSeries.ts              |   2 +-
 src/chart/pie/labelLayout.ts              |   3 +-
 src/chart/scatter/ScatterSeries.ts        |   4 +-
 src/chart/tree/treeAction.ts              |   6 +-
 src/component/geo/install.ts              |   6 +-
 src/component/helper/MapDraw.ts           |   4 +-
 src/component/marker/MarkAreaView.ts      |  10 +-
 src/component/marker/MarkLineView.ts      |  10 +-
 src/component/marker/MarkPointView.ts     |   2 +-
 src/component/marker/markerHelper.ts      |   4 +-
 src/component/visualMap/ContinuousView.ts |  20 ++--
 src/coord/single/Single.ts                |   2 +-
 src/coord/single/SingleAxis.ts            |   2 -
 test/custom-update.html                   |  29 +++--
 test/pie-label.html                       | 120 ++++++++++++++++++++-
 test/runTest/actions/__meta__.json        |   5 +-
 test/runTest/actions/custom-update.json   |   2 +-
 test/runTest/actions/geo-map.json         |   2 +-
 test/runTest/actions/pie-label.json       |   1 +
 24 files changed, 343 insertions(+), 99 deletions(-)
 create mode 100644 test/runTest/actions/pie-label.json


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