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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to