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/09/17 02:34:12 UTC

[echarts] branch release-dev updated (fd9bf4a -> 5ff6216)

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

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


    from fd9bf4a  release 5.2.0
     add 41b7769  Merge pull request #15619 from apache/release-dev
     add 43b0da2  Merge pull request #15647 from apache/release
     add 6b488a8  chore: add nightly publish for next branch
     add 93164d9  Merge pull request #15655 from apache/publish-nightly-next
     add cffa380  fix(line): fix line chart animation #15581
     add ce461a6  Merge pull request #15599 from apache/fix-line-animation
     add f4ac290  Fix: time axis overlapped labels
     add ec9b3fc  Use tick level to determine the priority
     add 7d33cfb  Add comment to describe the fix
     add 319ac07  Use z2 instead of zlevel for priority
     add 563fc01  Use map and have a fallback z2 value
     add f46b404  Merge pull request #15583 from svedova/master
     add 42d08f7  chore: update stale action
     add f82379c  chore: test and run now
     add eea9770  chore: update test time
     add dc275b5  Merge pull request #15665 from apache/fix-stale
     add 2c1a4fb  chore: fix stale config
     add 71ddcca  Merge pull request #15666 from apache/fix-stale
     add b87a5db  chore: update stale action period
     add ea06e74  chore: fix gramma
     add eb42349  Merge pull request #15669 from apache/fix-stale
     add ef1d850  fix: Fix MarkLine/MarkPoint/MarkArea do not work on time axis if input string time format. fix #15675
     add babc67d  Merge pull request #15686 from apache/fix/dataset-perf
     add 06b33ad  fix(type): improve some types
     add 754f676  fix(type): more precise axis types
     add fcb66e2  fix(type): fix other states types may be any.
     add 0779757  fix(type): fix callback type in itemStyle.color #14279
     add 179b20a  fix(type): fix some type errors in custom series
     add c789d3a  fix(type): fix some type errors
     add 3f52052  fix(type): expose more type from custom series
     add a7e1e7f  fix(type): optimize custom renderItem return type. expose renderItem type
     add 8e4fbc9  style: fix missing comma
     add b730055  Merge pull request #15696 from apache/improve-types
     add c5fcf82  fix(sunburst): radius in levels
     add dd1890b  fix(sunburst): improve code
     add 01bf5f1  Merge pull request #15706 from apache/fix-sunburst
     add 7dbf36c  fix(time): add `axisLabel.hideOverlap`
     add d88f7cb  Merge pull request #15712 from apache/axis-hide-overlap
     add 090efb2  fix(polar): wrong sector clockwise when previous data is 0 #15517
     add 29a1a27  test(polar): update test case
     add 75aac8c  fix(polar): fix when angleAxis is inverse
     add 061b500  Merge branch 'master' into fix-polar
     add 97358af  test(polar): update visual test
     add fc507c0  test(polar): update test case
     add fde66ec  Merge pull request #15589 from apache/fix-polar
     add 344b648  fix(line): soft clipping gradient.
     add bdafcbc  Merge pull request #15711 from apache/fix-line-gradient
     add 3bea75a  test: optimize test cases for visual regression test
     add 233d2a1  Merge pull request #15715 from apache/fix-test
     add eb6af35  fix(tooltip): tooltip(especially in connected chart) may be lagged and shake from side to side in Chrome(with the devtools open) and Firefox. see #14695.
     add d072593  Merge branch 'master' of https://github.com/apache/echarts into fix-tooltip
     add 2b46ae9  fix(test): use simpleRequire for tooltip-lag-glitch.html.
     add f4590f1  fix(test): fix typos in tooltip-lag-glitch.html.
     add 6641951  Merge pull request #15683 from apache/fix-tooltip
     add b98affc  Adding pt-BR lang file
     add add3f76  chaging double quotes for single quotes
     add 5d667ec  Merge pull request #15722 from williamorim/ptBRlang
     add 35e3511  fix(legend): add back symbolKeepAspect. optimize code logic.
     add 26e9a95  Merge pull request #15720 from apache/fix-legend-symbol-keep-aspect
     add 4824ada  fix(line): fix animation is not stopped when direct update points.
     add 6384acf  Merge pull request #15731 from apache/fix-line-animation
     add b29726d  Merge pull request #15732 from apache/master
     add a11d9af  feat(type): provide ability to extend series option
     add 5ff6216  Merge pull request #15735 from apache/series-type-register

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  33 ++++
 .github/stale.yml                                  |  60 --------
 .../workflows/{nightly.yml => nightly-next.yml}    |  11 +-
 .github/workflows/stale.yml                        |  28 ++++
 build/prepareNightly.js                            |  44 +++---
 index.d.ts                                         |   5 +-
 src/chart/bar/BarSeries.ts                         |  23 ++-
 src/chart/bar/BarView.ts                           |  14 +-
 src/chart/bar/BaseBarSeries.ts                     |   4 +-
 src/chart/boxplot/BoxplotSeries.ts                 |  12 +-
 src/chart/candlestick/CandlestickSeries.ts         |   6 +-
 src/chart/custom/CustomSeries.ts                   |  79 ++++++----
 src/chart/custom/CustomView.ts                     |  23 +--
 src/chart/effectScatter/EffectScatterSeries.ts     |  19 ++-
 src/chart/funnel/FunnelSeries.ts                   |  25 ++-
 src/chart/gauge/GaugeSeries.ts                     |  17 ++-
 src/chart/graph/GraphSeries.ts                     |  19 +--
 src/chart/heatmap/HeatmapSeries.ts                 |  26 +++-
 src/chart/helper/LineDraw.ts                       |   6 +-
 src/chart/line/LineSeries.ts                       |  14 +-
 src/chart/line/LineView.ts                         | 117 ++++++++++----
 src/chart/lines/LinesSeries.ts                     |  26 +++-
 src/chart/map/MapSeries.ts                         |  15 +-
 src/chart/parallel/ParallelSeries.ts               |  24 +--
 src/chart/parallel/ParallelView.ts                 |   4 +-
 src/chart/pie/PieSeries.ts                         |  18 ++-
 src/chart/radar/RadarSeries.ts                     |  17 ++-
 src/chart/sankey/SankeySeries.ts                   |  13 +-
 src/chart/scatter/ScatterSeries.ts                 |  12 +-
 src/chart/sunburst/SunburstSeries.ts               |  39 +++--
 src/chart/sunburst/sunburstLayout.ts               |  24 +--
 src/chart/themeRiver/ThemeRiverSeries.ts           |  15 +-
 src/chart/tree/TreeSeries.ts                       |  15 +-
 src/chart/treemap/TreemapSeries.ts                 |  13 +-
 src/component/axis/AxisBuilder.ts                  |  19 ++-
 src/component/legend/LegendModel.ts                |  32 ++--
 src/component/legend/LegendView.ts                 | 127 ++++++----------
 src/component/marker/MarkAreaModel.ts              |   8 +-
 src/component/marker/MarkAreaView.ts               |  42 +++--
 src/component/marker/MarkLineModel.ts              |   9 +-
 src/component/marker/MarkLineView.ts               |  10 +-
 src/component/marker/MarkPointModel.ts             |   7 +-
 src/component/marker/MarkPointView.ts              |  12 +-
 src/component/marker/markerHelper.ts               |  35 +++--
 src/component/tooltip/TooltipView.ts               |  16 +-
 src/coord/Axis.ts                                  |   4 +-
 src/coord/AxisBaseModel.ts                         |   6 +-
 src/coord/axisCommonTypes.ts                       | 169 ++++++++++++---------
 src/coord/axisHelper.ts                            |  18 ++-
 src/coord/axisModelCreator.ts                      |  14 +-
 src/coord/axisTickLabelBuilder.ts                  |   2 +
 src/coord/cartesian/AxisModel.ts                   |  14 +-
 src/coord/cartesian/Grid.ts                        |   4 +-
 src/coord/geo/GeoModel.ts                          |   9 +-
 src/coord/parallel/AxisModel.ts                    |   6 +-
 src/coord/parallel/Parallel.ts                     |   5 +-
 src/coord/polar/AxisModel.ts                       |  12 +-
 src/coord/polar/polarCreator.ts                    |   5 +-
 src/coord/radar/RadarModel.ts                      |  10 +-
 src/coord/scaleRawExtentInfo.ts                    |   4 +-
 src/coord/single/AxisModel.ts                      |   6 +-
 src/coord/single/Single.ts                         |   4 +-
 src/data/helper/transform.ts                       |   2 +-
 src/export/core.ts                                 |   2 +-
 src/export/option.ts                               |  78 +++++++---
 src/i18n/langPT-br.ts                              | 143 +++++++++++++++++
 src/label/labelGuideHelper.ts                      |   2 +-
 src/label/labelLayoutHelper.ts                     |   8 +-
 src/label/labelStyle.ts                            |   2 +-
 src/layout/barGrid.ts                              |  10 +-
 src/layout/barPolar.ts                             |  10 +-
 src/scale/Ordinal.ts                               |   4 +-
 src/util/format.ts                                 |   2 +-
 src/util/types.ts                                  |  53 ++++---
 test/bar-polar-basic.html                          |  81 ----------
 test/bar-polar-clockwise.html                      | 106 +++++++++++++
 ...-extraneous.html => line-animation-update.html} | 106 +++++++++++++
 test/line-animation.html                           |  38 +++++
 test/line-case.html                                |   3 -
 test/{linear-gradient.html => line-visual2.html}   | 131 +++++++++++++++-
 test/{emphasis-inherit.html => marker-case.html}   |  66 ++++----
 test/runTest/actions/__meta__.json                 |   4 +-
 test/runTest/actions/bar-polar-clockwise.json      |   1 +
 ...-extraneous.json => line-animation-update.json} |   2 +-
 test/runTest/actions/line-visual2.json             |   1 +
 test/runTest/server.js                             |   2 +-
 test/timeScale.html                                |   1 +
 test/{line-large.html => tooltip-lag-glitch.html}  |  96 ++++++------
 test/types/basic.ts                                |   7 +-
 89 files changed, 1587 insertions(+), 803 deletions(-)
 delete mode 100644 .github/stale.yml
 copy .github/workflows/{nightly.yml => nightly-next.yml} (80%)
 create mode 100644 .github/workflows/stale.yml
 create mode 100644 src/i18n/langPT-br.ts
 delete mode 100644 test/bar-polar-basic.html
 create mode 100644 test/bar-polar-clockwise.html
 rename test/{line-extraneous.html => line-animation-update.html} (97%)
 rename test/{linear-gradient.html => line-visual2.html} (55%)
 copy test/{emphasis-inherit.html => marker-case.html} (56%)
 create mode 100644 test/runTest/actions/bar-polar-clockwise.json
 rename test/runTest/actions/{line-extraneous.json => line-animation-update.json} (57%)
 create mode 100644 test/runTest/actions/line-visual2.json
 copy test/{line-large.html => tooltip-lag-glitch.html} (50%)

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