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/10/15 08:31:47 UTC

[echarts] 01/01: Merge pull request #15880 from apache/svg-ssr

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

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

commit e5c8c15816416e4fd8433a5dddc16e15758771e3
Merge: 3484439 06d90a7
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Fri Oct 15 16:31:13 2021 +0800

    Merge pull request #15880 from apache/svg-ssr
    
    feat(ssr): add server-side rendering

 build/dev-fast.js                                  |  19 +--
 build/source-release/template/announce-release.tpl |   6 +-
 package-lock.json                                  |  12 +-
 package.json                                       |   4 +-
 src/chart/heatmap/HeatmapLayer.ts                  |   6 +-
 src/chart/pie/PieView.ts                           |  12 +-
 src/component/dataZoom/DataZoomModel.ts            |   4 -
 src/component/toolbox/feature/SaveAsImage.ts       |   6 +-
 src/component/tooltip/TooltipHTMLContent.ts        |  11 +-
 src/component/tooltip/TooltipView.ts               |   8 +-
 src/component/visualMap/VisualMapModel.ts          |   7 -
 src/core/ExtensionAPI.ts                           |   1 +
 src/core/echarts.ts                                | 157 ++++++++++++---------
 src/export/api.ts                                  |   2 +
 src/model/Global.ts                                |   3 +
 src/model/Series.ts                                |   5 +-
 src/util/clazz.ts                                  |  48 +++----
 src/util/decal.ts                                  |  22 ++-
 src/util/states.ts                                 |   2 +-
 src/view/Chart.ts                                  |   6 +-
 test/node/ssr.js                                   |  66 +++++++++
 test/runTest/actions/__meta__.json                 |   2 +-
 test/runTest/actions/dataZoom-rainfall.json        |   2 +-
 23 files changed, 258 insertions(+), 153 deletions(-)

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