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

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


    from bd16c82  Optimize auto category interval calculation.
     new 0944765  tweak.
     new 4892beb  tweak empty axis.
     new 3ebcdad  tweak axis tick when label not show.
     new ddab25f  support auto sampling in progressive, which makes the 
incremental graphic elements uniformly distributed.

The 4 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:
 src/chart/candlestick/CandlestickSeries.js |  1 +
 src/chart/candlestick/CandlestickView.js   |  4 +-
 src/chart/candlestick/candlestickLayout.js | 20 +++----
 src/chart/candlestick/candlestickVisual.js |  3 +-
 src/component/axisPointer/viewHelper.js    |  1 +
 src/coord/axisHelper.js                    | 10 ++--
 src/coord/axisTickLabelBuilder.js          | 45 ++++++++++------
 src/data/List.js                           |  4 +-
 src/scale/Ordinal.js                       |  9 +++-
 src/stream/Scheduler.js                    | 13 ++++-
 src/stream/task.js                         | 71 +++++++++++++++++++++++--
 test/axis-interval2.html                   | 79 ++++++++++++++++++++++++++++
 test/candlestick-large2.html               | 50 +++++++-----------
 test/candlestick-large3.html               | 84 ++++++++++++++++++++++--------
 14 files changed, 300 insertions(+), 94 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sushu...@apache.org.

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

Reply via email to