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 2021/07/06 08:40:49 UTC

[echarts] branch feat-sector-label updated (244a977 -> 733423f)

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

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


    from 244a977  fix(label): support outside and fix some logic
     add fc07eba  fix(tooltip): fix a typo `pointer-event` -> `pointer-events`.
     add ef626ad  Merge pull request #15244 from apache/fix/tooltip/pointer-events
     add 0e29b0d  fix(timeline): trigger timelineplaychange event when play to the end #14588
     add 11401db  test(timeline): add a test case
     add bfd545b  Merge pull request #14620 from apache/fix-timeline-event
     add 4a438dc4 fix(dts): Wrong type for svg handling in .d.ts. close #15262
     add 5580e68  Merge pull request #15263 from leosxie/fix-15262
     add 46120ff  test: fix some type issues. add test case
     add e6cdbb6  fix(type): color should be optional
     add 32dbe31  chore: update zrender to latest
     add 6972673  fix(type): provide more accurate type of custom series.
     add ed53dd0  fix(type): fix prop not optional in custom series
     add ce3c4d9  fix(type): fix text style type on custom series
     add 02f5e4a  chore: update ts version to latest
     add 8e5641b  fix(type): more permissive type
     add 87678c1  chore: update zrender version
     add cd540c1  fix(type): use unknown
     add d92da56  Merge pull request #15271 from apache/improve-type
     add 6ae7aa9  fix(pie/sunburst): fix `borderRadius` can't be reset in pie series and sunburst series through `chart.setOption({ series: { itemStyle: { borderRadius: null } } })`, resolves #15242.
     add 2d98a5c  chore: tweak comment.
     add 3ad3b5e  Merge pull request #15243 from apache/fix/corner-radius-reset
     add af34cf8  fix: hightlight multiple series not work as expected
     add 52adb46  refactor: move hightlight multiple series testcase to hoverFocus2.html
     add 4e671b6  fix: wrong blur status when dispatch hightlight multiple series action
     add e193f6a  feat: move blur multipe series logic into util/state.ts
     add 9c3a81c  fix: focus=self hightlight issue
     add e8a9a0f  feat: split highlight and blur step when handle hightlight action
     add a232adc  feat: add new visual testcases for hoverFocus.html
     add d14ccfc  Merge pull request #15207 from ssthouse/fix/multiple-series-highlight
     add 05186b5  fix(treemap): remove old nodes on disabled animation
     add 7cb58c2  refactor
     add 2cf55e9  Merge pull request #15283 from preset-io/villebro/treemap-animation
     add 43eb8ae  fix(coord): fix coord dimension undefined for 3rd libs
     add 9712087  Merge pull request #15286 from apache/fix-coord-dimensions
     add f7782d4  chore: test if stale bot works (#15300)
     add 733423f  merge

No new revisions were added by this update.

Summary of changes:
 .github/stale.yml                                  |   2 +-
 package-lock.json                                  |  20 +-
 package.json                                       |   6 +-
 src/chart/custom/CustomSeries.ts                   | 150 +++++++++----
 src/chart/custom/CustomView.ts                     |  77 ++++---
 src/chart/custom/prepare.ts                        |   3 +-
 src/chart/gauge/GaugeSeries.ts                     |   2 +-
 src/chart/helper/pieHelper.ts                      |   5 +-
 src/chart/pie/PieView.ts                           |   4 +-
 src/chart/sunburst/SunburstPiece.ts                |   4 +-
 src/chart/treemap/TreemapSeries.ts                 |   2 +-
 src/chart/treemap/TreemapView.ts                   |   7 +-
 src/component/legend/LegendModel.ts                |   4 +-
 src/component/timeline/timelineAction.ts           |  16 +-
 src/component/toolbox/feature/Brush.ts             |   2 +-
 src/component/toolbox/feature/DataView.ts          |   4 +-
 src/component/toolbox/feature/DataZoom.ts          |   2 +-
 src/component/toolbox/feature/MagicType.ts         |   2 +-
 src/component/toolbox/feature/Restore.ts           |   2 +-
 src/component/toolbox/feature/SaveAsImage.ts       |   4 +-
 src/component/tooltip/TooltipHTMLContent.ts        |   2 +-
 src/coord/geo/Geo.ts                               |   4 +-
 src/coord/geo/geoCreator.ts                        |   4 +-
 src/coord/geo/geoTypes.ts                          |   4 +-
 src/coord/polar/Polar.ts                           |   4 +-
 src/coord/polar/polarCreator.ts                    |   4 +-
 src/coord/single/Single.ts                         |   3 +-
 src/coord/single/singleCreator.ts                  |   4 +-
 src/core/echarts.ts                                |  78 ++++---
 src/model/Global.ts                                |   5 -
 src/model/Series.ts                                |   2 +-
 src/util/types.ts                                  |   2 +-
 test/circle-packing-with-d3.html                   |   2 +-
 test/hoverFocus.html                               | 248 ++++++++++++++++++++-
 test/hoverFocus2.html                              |   8 +
 test/runTest/actions/__meta__.json                 |   2 +-
 test/runTest/actions/hoverFocus.json               |   2 +-
 test/{gauge-case.html => timeline-event.html}      |  74 +++---
 ...ml => treemap-setOption-twice-noAnimation.html} |   4 +-
 test/universalTransition.html                      |   6 +
 test/universalTransition3.html                     | 159 +++++++++++++
 41 files changed, 741 insertions(+), 198 deletions(-)
 copy test/{gauge-case.html => timeline-event.html} (55%)
 copy test/{treemap-setOption-twice.html => treemap-setOption-twice-noAnimation.html} (97%)

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