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/06/19 06:02:18 UTC

[incubator-echarts] 01/01: Merge pull request #10698 from apache/release-tmp

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

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

commit c5201e352ed7c2d8b5aac830ee8b3d78d32434ed
Merge: 010315e aa18fa0
Author: sushuang <su...@gmail.com>
AuthorDate: Wed Jun 19 14:01:52 2019 +0800

    Merge pull request #10698 from apache/release-tmp
    
    Release tmp

 .eslintrc.yaml                                     |   62 +-
 .github/CONTRIBUTING.md                            |   97 +-
 .github/ISSUE_TEMPLATE.md                          |   47 +-
 .github/stale.yml                                  |   59 +
 .travis.yml                                        |   16 +
 NOTICE                                             |    2 +-
 README.md                                          |   15 +-
 asset/contributing-inspect.png                     |  Bin 0 -> 241586 bytes
 build/amd2common.js                                |   89 +-
 echarts.all.js                                     |  222 +++-
 package-lock.json                                  | 1370 ++++++++++++++++++++
 package.json                                       |    6 +-
 src/action/createDataSelectAction.js               |    3 +-
 src/chart/bar.js                                   |    7 +-
 src/chart/custom.js                                |   53 +-
 src/chart/funnel/FunnelView.js                     |   25 +-
 src/chart/funnel/funnelLayout.js                   |   65 +-
 src/chart/gauge/GaugeView.js                       |    7 +-
 src/chart/graph.js                                 |    2 +-
 src/chart/graph/GraphView.js                       |   74 +-
 src/chart/graph/adjustEdge.js                      |    8 +-
 src/chart/graph/categoryVisual.js                  |   27 +-
 src/chart/graph/circularLayout.js                  |    2 +-
 src/chart/graph/circularLayoutHelper.js            |  115 +-
 src/chart/graph/forceLayout.js                     |    2 +-
 src/chart/{bar.js => graph/graphHelper.js}         |   37 +-
 src/chart/helper/Line.js                           |   17 +-
 src/chart/helper/LinePath.js                       |   16 +-
 src/chart/helper/Symbol.js                         |   70 +-
 src/chart/pie/PieSeries.js                         |    5 +
 src/chart/pie/PieView.js                           |   83 +-
 src/chart/pie/labelLayout.js                       |   21 +-
 src/chart/radar/RadarView.js                       |   23 +-
 src/chart/radar/radarLayout.js                     |   39 +-
 src/chart/sankey/SankeySeries.js                   |   58 +-
 src/chart/sankey/SankeyView.js                     |   23 +-
 src/chart/sankey/sankeyLayout.js                   |  290 ++---
 src/chart/sankey/sankeyVisual.js                   |   11 +-
 src/chart/sunburst/SunburstPiece.js                |    2 +-
 src/chart/themeRiver/ThemeRiverSeries.js           |    2 +-
 src/chart/treemap/TreemapSeries.js                 |    3 +-
 src/component/axis/AngleAxisView.js                |   14 +-
 src/component/axis/AxisBuilder.js                  |   46 +-
 src/component/axis/CartesianAxisView.js            |    5 +-
 src/component/axis/SingleAxisView.js               |   26 +-
 src/component/axisPointer/BaseAxisPointer.js       |    2 +-
 src/component/axisPointer/CartesianAxisPointer.js  |   12 +-
 src/component/axisPointer/SingleAxisPointer.js     |   12 +-
 src/component/axisPointer/viewHelper.js            |    3 +
 src/component/dataZoom.js                          |   20 +-
 src/component/dataZoom/AxisProxy.js                |  110 +-
 src/component/dataZoom/InsideZoomView.js           |    4 +-
 src/component/dataZoom/SliderZoomView.js           |    5 +-
 src/component/dataZoomInside.js                    |    4 -
 src/component/dataZoomSelect.js                    |    3 +-
 src/component/{dataZoom.js => dataZoomSlider.js}   |    7 -
 src/component/helper/MapDraw.js                    |   10 +-
 src/component/helper/sliderMove.js                 |   22 +-
 src/component/legend/ScrollableLegendView.js       |   20 +-
 src/component/marker/MarkLineView.js               |   10 +-
 src/component/marker/MarkPointView.js              |   24 +-
 src/component/title.js                             |   26 +-
 src/component/toolbox/ToolboxModel.js              |    6 +-
 src/component/toolbox/ToolboxView.js               |   30 +-
 src/component/toolbox/feature/SaveAsImage.js       |   12 +-
 src/component/tooltip/TooltipContent.js            |   16 +-
 src/component/tooltip/TooltipRichContent.js        |   10 +-
 src/component/tooltip/TooltipView.js               |    2 +-
 src/component/visualMap/ContinuousView.js          |    6 +-
 src/component/visualMap/PiecewiseModel.js          |    2 +-
 src/component/visualMap/PiecewiseView.js           |    5 +-
 src/component/visualMap/helper.js                  |    9 +-
 src/coord/axisTickLabelBuilder.js                  |    2 +-
 src/coord/cartesian/Grid.js                        |   12 +-
 src/coord/single/AxisModel.js                      |    4 +-
 src/data/Graph.js                                  |    2 +-
 src/data/List.js                                   |   52 +-
 src/data/helper/completeDimensions.js              |    2 +-
 src/data/helper/dimensionHelper.js                 |   32 +-
 src/echarts.js                                     |   55 +-
 src/langEN.js                                      |   32 +
 src/{langEN.js => langES.js}                       |   32 +-
 src/layout/barGrid.js                              |    3 +-
 src/layout/barPolar.js                             |   19 +-
 src/model/Global.js                                |    2 +-
 src/model/OptionManager.js                         |    2 +-
 src/model/mixin/dataFormat.js                      |    7 +-
 src/model/mixin/lineStyle.js                       |   17 +-
 src/preprocessor/backwardCompat.js                 |    2 +-
 src/preprocessor/helper/compatStyle.js             |    1 +
 src/util/graphic.js                                |  288 ++--
 src/util/number.js                                 |    7 +
 src/view/Chart.js                                  |   42 +-
 src/visual/symbol.js                               |   36 +-
 test/aria-pie.html                                 |    4 +-
 test/axis-name.html                                |  134 ++
 test/{line-large.html => bar-others.html}          |   60 +-
 test/bar-polar-basic.html                          |    5 +-
 test/bar-stack.html                                |  408 +++++-
 test/brush3.html                                   |   67 +
 test/css-transform.html                            |  394 +++---
 test/dataZoom-action.html                          |  536 +++++++-
 test/force.html                                    |    2 +-
 test/force3.html                                   |    2 +-
 test/funnel.html                                   |   22 +-
 test/graph-circular.html                           |  767 +++++++++++
 test/graph-label-rotate.html                       |  109 ++
 test/graph-symbol.html                             |  131 ++
 test/graph.html                                    |    1 +
 test/hoverStyle.html                               |  378 +++++-
 test/label-formatter.html                          |  137 ++
 test/legend.html                                   |  211 ++-
 test/lib/config.js                                 |  128 +-
 test/lib/facePrint.js                              |    2 +
 test/line-large.html                               |   14 +
 test/markLine-subPixel.html                        |  153 +++
 test/parallel-nutrients.html                       |    5 +
 test/pie-label.html                                |  316 +++++
 test/radar.html                                    |   10 +-
 test/richText-fontsize.html                        |    3 -
 test/sankey-depth.html                             |  138 ++
 test/sankey-horizontal.html                        |   73 +-
 ...nkey-vertical-energy.html => sankey-level.html} |   75 +-
 test/{sankey.html => sankey-nodeAlign-left.html}   |    6 +-
 test/{sankey.html => sankey-nodeAlign-right.html}  |    6 +-
 test/sankey-ringed.html                            |  136 ++
 test/sankey-vertical-energy.html                   |    1 -
 test/sankey-vertical.html                          |    1 -
 test/sankey.html                                   |    4 +-
 test/svg-gradient-opacity.html                     |  197 +++
 test/symbol2.html                                  |  162 +++
 test/toolbox-saveImage-background.html             |  168 +++
 test/toolbox-textStyle.html                        |  151 +++
 test/toolbox-tooltip.html                          |  130 ++
 test/tooltip-axisPointer.html                      |    8 +-
 test/tooltip-touch.html                            |    3 +
 test/ut/spec/component/helper/sliderMove.js        |   14 +-
 137 files changed, 7975 insertions(+), 1506 deletions(-)


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