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:40 UTC

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

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