You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/07/30 11:55:28 UTC

[incubator-echarts] branch feat-bar-race updated (03fee21 -> 7bb6f30)

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 03fee21  fix(bar-race): fix label animation #12484
     add 2a909d9  fix(time): tooltip formatter for time axis #12859
     add 5170b52  Merge pull request #13039 from apache/time-formatter
     add 353fee9  fix(axis): fix axisType null pointer access bug.
     add 70fa023  fix(axis): fix axisType null pointer access bug.
     add ca10b34  fix(legend): fix logic issue caused null pointer access.
     add 9f53004  fix(axis): pass tick value to the formatter instead of object to avoid breaking change.
     add d395b4b  fix(util/number): the `parseDate` function can not parse a date string like `2020-07-29 09:2:5`.
     add b45a188  Merge pull request #13044 from plainheart/chore-fix
     add 41656cf  fix(time): fix time format precision in dataZoom label and tooltip
     add 6eca9ac  style(time): improve code style
     add 785c6e2  Feat: new default tooltip
     add 60c5897  Fix typo and change layout for tooltip content
     add c5fcc79  Remove chinese comments
     add 0bc34e4  tooltip new layout update
     add bcf3258  Find nearset series
     add 5232cad  tooltip arrow style and box shadow
     add 3ab2274  New tooltip for pie
     add ebadfd2  Tooltip margin
     add 4706928  Radar tooltip layout
     add 48dc408  save
     add 76c645b  Merge branch 'next' into tooltip
     add 11d3a50  tooltip unified function
     add 5f65d97  code simplification
     add 050ad8c  Sankey tooltip border
     add 29cad06  Set sankey item visual
     add 8809320  Find cartesian2d base axis
     add c5ae307  Add tooltip order value
     add 078f89f  Markline tooltip border color
     add dccaa3a  Map tooltip series name condition
     add 664386d  Tooltip border color works with gradient
     add 0a7b426  Merge branch 'next' into tooltip
     add 48fa1a7  Fix markpoint on stacked chart are incorrect
     add 05338c8  Encode html for markpoint
     add f2bfddf  Merge branch 'next' into tooltip
     add 00a7dac  Tweak typo
     add ecd7aac  Tooltip border work with stacked line chart
     add b53ca68  Tooltip arrow position
     add 9461341  Add test case
     add a0b2039  Remove useless return
     add bb80c7a  Change option value
     add 27428a9  Merge branch 'next' into tooltip
     add 93dc85f  Tooltip order works in Radar
     add 0899808  remove console
     add 3ddb125  Fix tooltip content is null or undefined, tooltip still show
     add f8bc64f  Fix tooltip was not centered
     add 732f0f2  Fix multiple chart margin was to small
     add b8a19a4  Partial correction base on CR
     add 8e1f581  Delete unused params for tooltip cb
     add f173743  Add default border color
     add ad1e885  test: new-tooltip.html style
     add 0132df7  Use data params coordinateSystem not first series
     add 666e775  Tooltip order
     add f295eca  Add test case for tooltip order
     add 4802ea2  Hold tooltip arrow
     add 3bd954e  Revert "Hold tooltip arrow"
     add 2888c74  Calc tooltip position when 'position' is 'top'
     add c202e85  Tooltip confine is true, don't show arrow
     add c988039  Correction
     add f6d321a  Remove unnecessary if statement
     add c2eaa34  Merge branch 'next' into tooltip
     add 23d44a8  Fix tooltip richtext and tooltip position
     add aa850c5  Fix tooltip rich text format
     add 805a9f7  Tooltip rich text border color
     add 96be2b7  Tooltip rich text white space
     add 747eaa3  Tooltip rich text alignment
     add 09f54fd  Tooltiop rich text left alignment
     add 587e3fc  Merge branch 'next' into tooltip
     add 67e0b98  Merge remote-tracking branch 'upstream/next' into tooltip
     add eeb81e0  Merge branch 'next' into tooltip
     add 7e7564b  Remove useless import
     add 0936253  Remove duplicate import
     add 65e04af  Add test case
     add 9425323  Revert type
     add 0a9d0bd  Correction base on CR
     add 05909e7  Tooltip style change
     add 4399d1f  Merge branch 'next' into tooltip
     add aee0b1a  Tooltip style
     add a04682b  Fix multi sub tooltip
     add abe451b  Merge branch 'next' into tooltip
     add 7abfd73  Merge remote-tracking branch 'upstream/next' into tooltip
     add d1cf86c  Merge branch 'tooltip' of https://github.com/susiwen8/incubator-echarts into tooltip
     add acc31ad  Merge remote-tracking branch 'upstream/next' into tooltip
     add 02bfd5a  Tooltip arrow box-shadow
     add 8662a79  Tooltip style
     add 275343f  Merge remote-tracking branch 'upstream/next' into tooltip
     add 1c8c057  test case
     add 3771d44  Fix tooltip 'fly' with arrow
     add 0fe7eed  Add condition for transition
     add 4ea092b  Arrow style
     add 95534a4  Merge pull request #12947 from susiwen8/tooltip
     add 4acb689  feat(axis): not show axisLine,axisTick for value axis if other is cateory or time.
     add 12e56f3  style: tweak color of axisPointer and title
     add 295ed0e  style: remove shadow in axis pointer label.
     add a76a728  Merge branch 'next' into axis-style-optimize
     add 925f451  Merge branch 'next' into axis-style-optimize
     add 8228226  style: change splitArea, shadow pointer color. remove shadow in breadcrumb
     add 4384418  Merge branch 'next' into axis-style-optimize
     add 07cd6d1  Merge branch 'next' into axis-style-optimize
     add 1f0d56d  fix(axis): not override default axis label color
     add 99ff752  Merge pull request #13046 from apache/axis-style-optimize
     add d86e591  feat(aria): add space for English separators (#13047)
     add 868b434  Merge branch 'next' into feat-bar-race
     add 7bb6f30  fix(bar-race): bar out of range going into view

No new revisions were added by this update.

Summary of changes:
 src/action/changeAxisOrder.ts                    |    2 -
 src/chart/bar/BarView.ts                         |   63 +-
 src/chart/graph/GraphSeries.ts                   |   10 +-
 src/chart/lines/LinesSeries.ts                   |   10 +-
 src/chart/map/MapSeries.ts                       |   21 +-
 src/chart/radar/RadarSeries.ts                   |   58 +-
 src/chart/sankey/SankeySeries.ts                 |   31 +-
 src/chart/sankey/sankeyVisual.ts                 |   11 +-
 src/chart/themeRiver/ThemeRiverSeries.ts         |   20 +-
 src/chart/tree/TreeSeries.ts                     |   23 +-
 src/chart/treemap/TreemapSeries.ts               |   28 +-
 src/component/axis/AxisBuilder.ts                |   25 +-
 src/component/axis/CartesianAxisView.ts          |   17 +-
 src/component/axisPointer/AxisPointerModel.ts    |   13 +-
 src/component/axisPointer/findPointFromSeries.ts |   29 +-
 src/component/dataZoom/SliderZoomModel.ts        |    2 +-
 src/component/geo/GeoView.ts                     |    2 +-
 src/component/legend/LegendView.ts               |    2 +-
 src/component/marker/MarkPointView.ts            |    2 +-
 src/component/marker/MarkerModel.ts              |   30 +-
 src/component/title.ts                           |    7 +-
 src/component/tooltip/TooltipHTMLContent.ts      |  102 +-
 src/component/tooltip/TooltipModel.ts            |   50 +-
 src/component/tooltip/TooltipRichContent.ts      |   20 +-
 src/component/tooltip/TooltipView.ts             |  186 +-
 src/coord/axisCommonTypes.ts                     |    6 +-
 src/coord/axisDefault.ts                         |   15 +-
 src/coord/radar/IndicatorAxis.ts                 |    2 +
 src/data/List.ts                                 |    2 +-
 src/label/LabelManager.ts                        |    2 +-
 src/lang.ts                                      |    4 +-
 src/langEN.ts                                    |    4 +-
 src/model/Series.ts                              |   70 +-
 src/model/mixin/dataFormat.ts                    |    6 +-
 src/scale/Time.ts                                |  173 +-
 src/util/format.ts                               |   43 +-
 src/util/graphic.ts                              |    5 +-
 src/util/number.ts                               |    2 +-
 src/util/time.ts                                 |  104 +-
 src/util/types.ts                                |    8 +
 test/new-tooltip.html                            | 3280 ++++++++++++++++++++++
 test/timeZone.html                               |   17 +-
 42 files changed, 4154 insertions(+), 353 deletions(-)
 create mode 100644 test/new-tooltip.html


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