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/08/04 05:42:22 UTC

[echarts] branch dataset-perf updated (ae9226e -> 7819423)

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

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


    from ae9226e  refact(data): compatibility with exists echarts-gl code.
     add 2f8a67e  fix(radar): fix radar symbol border is scaled
     add a98b77f  Merge pull request #15396 from apache/radar-fix-border2
     add b63e899  tooltip: fix probably null access (#15399)
     add 4db2f1e  fix(line): normalize the infinite value when calculating the visual gradient, resolves #15407.
     add e5f4a00  Merge pull request #15416 from apache/fix/line-visual-gradient
     add 648ee38  fix(memory): reduce memory when chart instance is still hold after dispose
     add 2364f55  Merge pull request #15417 from apache/optimize-dispose
     add 04877c3  Apply original fix for #13195 based on latest master
     add 8265d32  Update way of get ms in number.ts per code review's comment.
     add 1bbeff5  Merge pull request #15410 from quillblue/fix-13195
     add 753686c  fix(xAxis): fix hour format at millisecond unit. close #15426
     add 956347d  Merge pull request #15434 from zhiyuc123/fixTimeLabelFormatter
     add 56ca64a  support 'convertFromEC4CompatibleStyle' to convert font related attributes
     add 997f839  Merge pull request #15454 from AmosChenYQ/fix-custom-series-label
     add 7819423  Merge branch 'master' into dataset-perf

No new revisions were added by this update.

Summary of changes:
 src/chart/line/LineView.ts           |  19 ++--
 src/chart/radar/RadarView.ts         |   1 +
 src/component/tooltip/TooltipView.ts |   6 +-
 src/core/echarts.ts                  |  31 ++++--
 src/util/number.ts                   |   4 +-
 src/util/styleCompat.ts              |   4 +
 src/util/time.ts                     |   4 +-
 test/linear-gradient.html            | 177 +++++++++++++++++++++++++++++++----
 test/radar.html                      |   4 +
 test/ut/spec/util/number.test.ts     |   1 +
 10 files changed, 214 insertions(+), 37 deletions(-)

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