antvis / S2

⚡️ A practical visualization library for tabular analysis.
https://s2.antv.antgroup.com
MIT License
1.49k stars 196 forks source link

fix: 修复自定义计算总计时, 复制的数据不正确 close #2928 #2937

Closed lijinke666 closed 4 weeks ago

lijinke666 commented 1 month ago

👀 PR includes

🐛 Bugfix

📝 Description

🖼️ Screenshot

Before After
image image

🔗 Related issue link

🔍 Self-Check before the merge

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
antvis-s2 ❌ Failed (Inspect) Oct 23, 2024 10:23am
github-actions[bot] commented 1 month ago

Size Change: +39 B (+0.01%)

Total Size: 330 kB

Filename Size Change
./packages/s2-core/dist/index.min.js 230 kB +39 B (+0.02%)
ℹ️ View Unchanged | Filename | Size | | :--- | :---: | | `./packages/s2-core/dist/style.min.css` | 388 B | | `./packages/s2-react/dist/index.min.js` | 70.8 kB | | `./packages/s2-react/dist/style.min.css` | 3.88 kB | | `./packages/s2-vue/dist/index.min.js` | 22.9 kB | | `./packages/s2-vue/dist/style.min.css` | 1.96 kB |

compressed-size-action

github-actions[bot] commented 1 month ago

你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。

Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 80.83%. Comparing base (ecdc9c8) to head (0e5f89b). Report is 453 commits behind head on next.

Files with missing lines Patch % Lines
...core/src/utils/export/copy/pivot-data-cell-copy.ts 71.42% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #2937 +/- ## ========================================== + Coverage 75.77% 80.83% +5.06% ========================================== Files 257 180 -77 Lines 11994 10429 -1565 Branches 2464 2366 -98 ========================================== - Hits 9088 8430 -658 + Misses 1398 554 -844 + Partials 1508 1445 -63 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lijinke666 commented 4 weeks ago

:tada: This PR is included in version @antv/s2-v2.0.0-next.30 :tada:

The release is available on:

Your semantic-release bot :package::rocket: