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

ovilia pushed a change to branch feat-bar-race
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 7bb6f30  fix(bar-race): bar out of range going into view
     add fb97d91  Comment some code
     add 4b9b313  Merge pull request #13048 from susiwen8/simplify
     add 11e6626  fix type errors. styling tweak.
     add d9d27e2  fix(tooltip): optimize rich text display
     add e446e0a  fix(axis): optimize tick calculate in time axis
     add d001989  fix(axis): improve ticks calculation in time axis
     add fb5c77d  merge next
     add 50100c6  fix(bar-race): fix bar race with real example

No new revisions were added by this update.

Summary of changes:
 src/chart/bar/BarView.ts                    | 31 +++++++---
 src/component/tooltip/TooltipRichContent.ts |  1 +
 src/component/tooltip/TooltipView.ts        | 96 +++++++++++++++--------------
 src/coord/axisCommonTypes.ts                |  2 +-
 src/coord/axisDefault.ts                    |  1 -
 src/coord/axisHelper.ts                     |  7 ++-
 src/model/Series.ts                         |  2 +-
 src/scale/Time.ts                           | 92 +++++++++++++++++++--------
 src/util/graphic.ts                         |  3 +-
 src/util/log.ts                             | 22 ++++++-
 src/util/time.ts                            |  6 +-
 src/util/types.ts                           |  2 -
 test/bar-race.html                          | 76 +++++++++++++++--------
 13 files changed, 223 insertions(+), 118 deletions(-)


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

Reply via email to