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

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


    from 24a22eb  enhance: tweak transform name.
     add 2d1c701  fix: fix parallel smooth update. fix #13302 .
     add e8f22f2  fix: add registerPostInit for gl.
     add 71a590b  line: optimize memory cost and initialize time for the large 
line.
     add dee7886  fix(line): fix poly builder on some case
     add 9b991a4  time: return directly if parsing val is a timestamp.
     add 7b7a747  perf(line): optimize performance of time series data on line.
     add efafedc  fix(type): fix some type errors.
     add 6f0f9eb  perf: optimize storage access in List for large data.
     add 170f893  perf: optimize data access in points layout
     add 9f13c48  perf: clean code. fix stacked line
     add e106d64  fix(line): optimizing polyline smooth algorithm.
     add f2fa790  fix(list): fix some null access issues after perf refactor 
before.
     add ddec4f3  fix(cartesian): fix null pointer error in point to data
     add 76bf8f4  test: update case of large line
     add a40b939  Merge pull request #13314 from apache/line-optimize
     add 6c7802e  export necessary method for usage in gl.
     add be2e127  german translation added
     add 41780c2  added DE ts file
     add 76688aa  Merge pull request #13315 from 
TQsoft-GmbH/next-german-translation
     add e60e410  fix(createScale): make Model#getNeedCrossZero optional in 
createScale.
     add 3162fe3  expose helper.getECData for gl.
     add c887bca  refact: rename ecData module to innerStore for adding more 
storage def.
     add 91f4964  chore: migrate changes to next branch and fix a bug brought 
by a typo(apache/incubator-echarts#13213).
     add 7cd58c8  Merge pull request #13214 from plainheart/fix-bmap-typo
     add f656a13  feat(labelLine): add showAbove. fix #13130
     add 7c7db8d  fix: miss type def of labelLine.showAbove
     add 7dcce2c  feat(sample): support largest-triangle-three-buckets algo
     add e916453  feat(sample): add demo to compare samples
     add d6f6300  feat(sample): optimize performance of lttb sampling
     add c68ab09  fix(task): fix downSample wont change the task params end.
     add ec736db  fix(List): fix wrong indicesOfNearest when data is sampled
     add 255b019  fix(sample): fix lttb downsample with dataZoom
     add 67f5524  fix List#indicesOfNearest when there are multiple chunks
     add ab3e113  test(sample): update sampling case
     add 06973ad  Merge pull request #13337 from apache/pr/13317
     add 6b37266  fix(event): choose the top most element that will will be 
highlighted
     add 41988f2  refact: remove chunks in List.
     add 03bf01c  perf: optimize lttb downsample performance.
     add d4bf86c  fix(List): fix appendData
     add 2269a7e  fix(List): remove unnecessary chunk code
     add 76c413a  add comment to explain _storageArr
     add d29caa8  refact: better naming.
     add 529504b  Merge pull request #13339 from apache/list-remove-chunk
     add 14270b5  fix(type): fix coordinateSystem is not optional in radar
     new 9b1afaf  Merge branch 'next' into custom-morph2

The 1 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:
 .gitignore                                         |   7 +-
 build/build.js                                     |  10 +-
 extension-src/bmap/BMapCoordSys.ts                 |  22 +-
 extension-src/bmap/BMapModel.ts                    |   7 +-
 extension-src/bmap/BMapView.ts                     |  26 +-
 i18n/langDE-obj.js                                 | 172 +++++++
 i18n/langDE.js                                     | 168 +++++++
 src/chart/bar/BarView.ts                           |   2 +-
 src/chart/bar/PictorialBarView.ts                  |   2 +-
 src/chart/effectScatter/EffectScatterView.ts       |   2 +-
 src/chart/graph/GraphView.ts                       |   2 +-
 src/chart/helper/LargeLineDraw.ts                  |   2 +-
 src/chart/helper/LargeSymbolDraw.ts                |   8 +-
 src/chart/helper/Symbol.ts                         |   2 +-
 src/chart/helper/SymbolDraw.ts                     |  18 +-
 src/chart/helper/createRenderPlanner.ts            |  17 +-
 src/chart/line.ts                                  |   2 +-
 src/chart/line/LineSeries.ts                       |   2 +-
 src/chart/line/LineView.ts                         | 156 +++---
 src/chart/line/helper.ts                           |   2 +-
 src/chart/line/lineAnimationDiff.ts                | 126 +++--
 src/chart/line/poly.ts                             | 360 +++++---------
 src/chart/parallel/ParallelView.ts                 |  13 +-
 src/chart/radar/RadarSeries.ts                     |   2 +-
 src/chart/sankey/SankeyView.ts                     |   2 +-
 src/chart/scatter/ScatterView.ts                   |   2 +-
 src/chart/sunburst/SunburstPiece.ts                |   2 +-
 src/chart/themeRiver/ThemeRiverView.ts             |   8 +-
 src/chart/tree/TreeView.ts                         |   2 +-
 src/chart/treemap/Breadcrumb.ts                    |   2 +-
 src/chart/treemap/TreemapView.ts                   |   2 +-
 src/component/axis/AngleAxisView.ts                |   2 +-
 src/component/axis/AxisBuilder.ts                  |   2 +-
 src/component/geo/GeoView.ts                       |   2 +-
 src/component/helper/MapDraw.ts                    |   2 +-
 src/component/marker/MarkAreaView.ts               |   2 +-
 src/component/marker/MarkLineView.ts               |   2 +-
 src/component/marker/MarkPointView.ts              |   2 +-
 src/component/marker/MarkerView.ts                 |   2 +-
 src/component/timeline/SliderTimelineView.ts       |   2 +-
 src/component/title.ts                             |   2 +-
 src/component/tooltip/TooltipView.ts               |   2 +-
 src/component/visualMap/ContinuousView.ts          |   2 +-
 src/coord/calendar/Calendar.ts                     |   3 +-
 src/coord/cartesian/Cartesian2D.ts                 |  57 ++-
 src/coord/cartesian/Grid.ts                        |  10 +-
 src/coord/geo/geoJSONLoader.ts                     |   2 +-
 src/coord/scaleRawExtentInfo.ts                    |   2 +-
 src/data/List.ts                                   | 551 +++++++++++----------
 src/data/helper/dataProvider.ts                    |  49 +-
 src/echarts.ts                                     |  41 +-
 src/export.ts                                      |   3 +-
 src/helper.ts                                      |   9 +-
 src/i18n/langDE.ts                                 | 142 ++++++
 src/label/LabelManager.ts                          |   2 +-
 src/label/labelGuideHelper.ts                      |   7 +-
 src/layout/points.ts                               |  36 +-
 src/model/Series.ts                                |   9 +-
 src/processor/dataSample.ts                        |  14 +-
 src/scale/Scale.ts                                 |   2 +
 src/scale/Time.ts                                  |   2 +-
 src/util/graphic.ts                                |   2 +-
 src/util/{ecData.ts => innerStore.ts}              |   0
 src/util/layout.ts                                 |   2 +-
 src/util/model.ts                                  |   9 +-
 src/util/states.ts                                 |   2 +-
 src/util/types.ts                                  |   6 +-
 .../src/code.src.js => src/util/vendor.ts          |  40 +-
 test/{build/mktest-tpl.html => area-smooth.html}   |  58 ++-
 test/data/large-data.json                          |   1 +
 test/label-layout.html                             |   1 +
 test/largeLine.html                                |  40 +-
 test/parallel-feature.html                         | 139 ++++++
 test/sample-compare.html                           | 202 ++++++++
 74 files changed, 1818 insertions(+), 799 deletions(-)
 create mode 100644 i18n/langDE-obj.js
 create mode 100644 i18n/langDE.js
 create mode 100644 src/i18n/langDE.ts
 rename src/util/{ecData.ts => innerStore.ts} (100%)
 copy test/build/removeDEV/src/code.src.js => src/util/vendor.ts (61%)
 copy test/{build/mktest-tpl.html => area-smooth.html} (55%)
 create mode 100644 test/data/large-data.json
 create mode 100644 test/parallel-feature.html
 create mode 100644 test/sample-compare.html


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

Reply via email to