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

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


    from 219d3f2  Merge pull request #16329 from apache/fix-polar-clip
     add 4c7d9a4  feat(tooltip): add valueFormatter
     add 6b33202  feat(valueFormatter): fix gap
     add cbdf73b  test(valueFormatter): add recorded user interaction
     new 60c0fdf  Merge pull request #16332 from apache/tooltip-value-formatter

The 1 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/component/tooltip/TooltipView.ts             |  24 +-
 src/component/tooltip/tooltipMarkup.ts           | 321 ++++++++++-------------
 src/model/mixin/dataFormat.ts                    |  13 +-
 src/util/types.ts                                |   7 +
 test/runTest/actions/__meta__.json               |   1 +
 test/runTest/actions/tooltip-valueFormatter.json |   1 +
 test/tooltip-valueFormatter.html                 | 273 +++++++++++++++++++
 7 files changed, 446 insertions(+), 194 deletions(-)
 create mode 100644 test/runTest/actions/tooltip-valueFormatter.json
 create mode 100644 test/tooltip-valueFormatter.html

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

Reply via email to