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

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


    from 69ad6bf  refact: Model#option can only be object. rename StageHandler
     new bfa6649  fix: rollback previous commit about Model only support object 
becuase of performance drops
     new ca899c9  ts: add more types, pie, part of processor, visual

The 2 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:
 src/.eslintrc.yaml           |  2 +-
 src/chart/pie.ts             |  4 +--
 src/chart/pie/PieSeries.ts   |  2 +-
 src/chart/pie/labelLayout.ts | 78 ++++++++++++++++++++++++++++++++++++--------
 src/chart/pie/pieLayout.ts   | 23 ++++++++-----
 src/data/List.ts             |  4 ---
 src/echarts.ts               |  2 +-
 src/model/Component.ts       | 17 ++++++++--
 src/model/Global.ts          |  4 +--
 src/model/Model.ts           | 60 ++++++++++++++++++++--------------
 src/model/Series.ts          |  4 +--
 src/model/mixin/boxLayout.ts | 33 -------------------
 src/model/mixin/itemStyle.ts |  8 ++---
 src/model/mixin/textStyle.ts | 28 ++++++++--------
 src/processor/dataFilter.ts  |  7 ++--
 src/processor/dataSample.ts  | 10 ++++--
 src/stream/Scheduler.ts      | 34 +++++++++----------
 src/util/layout.ts           |  2 +-
 src/util/model.ts            |  2 +-
 src/util/types.ts            | 15 +++++----
 src/visual/dataColor.ts      | 20 +++++++-----
 src/visual/seriesColor.ts    |  4 ++-
 22 files changed, 211 insertions(+), 152 deletions(-)
 delete mode 100644 src/model/mixin/boxLayout.ts


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to