You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2019/02/25 15:31:31 UTC

[incubator-echarts] branch master updated (2b86ddd -> a7e75ba)

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

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


    from 2b86ddd  Tweak the symbol function and add test.
     new 4d1a226  Fix: Remove nest, which is not needed.
     new 36ce2a1  Fix/release license (#9938)
     new a7e75ba  Release 4.2.1-rc2

The 5151 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:
 LICENSE                                  |  15 +-
 dist/echarts-en.common.js                |  90 ++++---
 dist/echarts-en.common.min.js            |   2 +-
 dist/echarts-en.js                       | 439 +++++++++++++------------------
 dist/echarts-en.js.map                   |   2 +-
 dist/echarts-en.min.js                   |   2 +-
 dist/echarts-en.simple.js                |  80 +++---
 dist/echarts-en.simple.min.js            |   2 +-
 dist/echarts.common.js                   |  90 ++++---
 dist/echarts.common.min.js               |   2 +-
 dist/echarts.js                          | 439 +++++++++++++------------------
 dist/echarts.js.map                      |   2 +-
 dist/echarts.min.js                      |   2 +-
 dist/echarts.simple.js                   |  80 +++---
 dist/echarts.simple.min.js               |   2 +-
 dist/extension/dataTool.js               |  65 +++--
 dist/extension/dataTool.js.map           |   2 +-
 extension/dataTool/quantile.js           |  82 ------
 package.json                             |   4 +-
 src/chart/graph/forceHelper.js           |  41 ++-
 src/chart/sankey/sankeyLayout.js         |  36 ++-
 src/chart/themeRiver/ThemeRiverSeries.js |  45 ++--
 src/chart/tree/layoutHelper.js           |  66 ++++-
 src/chart/treemap/treemapLayout.js       |  20 +-
 src/scale/Time.js                        |  18 +-
 src/util/model.js                        |  25 ++
 src/util/nest.js                         | 127 ---------
 src/util/number.js                       |  45 +---
 28 files changed, 758 insertions(+), 1067 deletions(-)
 delete mode 100644 extension/dataTool/quantile.js
 delete mode 100644 src/util/nest.js


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