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 7dd81e1  refact(data): add missing unit test update
     add edc4367  1) fix(tooltip): tooltip should show DOM content instead of 
the string [object HTMLSpanElement], resolves #15307.
     add 7e8884b  fix(tooltip): should clear the DOM content if user-specified 
content is null, resolves #14832.
     add 75a6925  bug(tooltip): tooltip arrow will follow borderWidth. close 
#14373
     add 5a8bb26  merged with master to resolve conflicts
     add cf94320  reset build files
     add a7df002  reset build files
     add 2e1270b  arrow position made dynamic based on borderWidth
     add f84df5b  declarations moved after if block
     add 2b39cb4  tooltip position fixed
     add 2f7eb1e  requested changes performed
     add 37c4037  Merge remote-tracking branch 'upstream/master' into fix-14373
     add 6d02c13  fix: calculations made more accurate
     add 607bf95  Update src/component/tooltip/TooltipHTMLContent.ts
     add 34847b4  Update src/component/tooltip/TooltipHTMLContent.ts
     add 71d2be3  Update src/component/tooltip/TooltipHTMLContent.ts
     add 37d9ab8  Update src/component/tooltip/TooltipHTMLContent.ts
     add 0d30818  Merge pull request #14393 from g7i/fix-14373
     add 86153c1  Merge branch 'master' into fix-tooltip-dom
     add 6e32f07  Merge pull request #15313 from apache/fix-tooltip-dom
     add 48044f0  Merge branch 'master' into dataset-perf
     add 48d8137  feat(gauge): Add data index and series index for indexing the 
data by element
     add 6fa436b  use anonymous function in setCommonECData to avoid wrong 
context
     add c262acb  use anonymous function in setCommonECData to avoid wrong 
context
     add d61ef0c  Merge pull request #14688 from apache/feat-14655
     add 8abf642  merge from master

No new revisions were added by this update.

Summary of changes:
 src/chart/gauge/GaugeView.ts                |  7 +++
 src/component/tooltip/TooltipHTMLContent.ts | 51 ++++++++++++-----
 src/component/tooltip/TooltipRichContent.ts |  2 +-
 src/component/tooltip/TooltipView.ts        | 63 +++++++++++----------
 src/data/SeriesData.ts                      | 27 +--------
 src/util/innerStore.ts                      | 22 ++++++++
 src/util/types.ts                           |  8 ++-
 test/scatter.html                           |  9 ++-
 test/tooltip-domnode.html                   | 88 +++++++++++++++++++++++++++++
 9 files changed, 200 insertions(+), 77 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to