You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/07/01 08:42:39 UTC

[echarts] branch master updated (5580e68 -> d92da56)

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

shenyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from 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
     new d92da56  Merge pull request #15271 from apache/improve-type

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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/treemap/TreemapSeries.ts           |   2 +-
 src/component/legend/LegendModel.ts          |   4 +-
 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/model/Global.ts                          |   5 -
 src/model/Series.ts                          |   2 +-
 src/util/types.ts                            |   2 +-
 test/circle-packing-with-d3.html             |   2 +-
 test/universalTransition.html                |   6 +
 test/universalTransition3.html               | 159 +++++++++++++++++++++++++++
 20 files changed, 352 insertions(+), 104 deletions(-)

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


[echarts] 01/01: Merge pull request #15271 from apache/improve-type

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit d92da564d99acb7ee17d8723c6c9f5188a033f9f
Merge: 5580e68 cd540c1
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Thu Jul 1 16:42:28 2021 +0800

    Merge pull request #15271 from apache/improve-type
    
    fix: improve types in custom series and others.

 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/treemap/TreemapSeries.ts           |   2 +-
 src/component/legend/LegendModel.ts          |   4 +-
 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/model/Global.ts                          |   5 -
 src/model/Series.ts                          |   2 +-
 src/util/types.ts                            |   2 +-
 test/circle-packing-with-d3.html             |   2 +-
 test/universalTransition.html                |   6 +
 test/universalTransition3.html               | 159 +++++++++++++++++++++++++++
 20 files changed, 352 insertions(+), 104 deletions(-)

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