-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 调整维值生成规则, 修复导出格式化数据时空数据占位符未生效 close #2808 #2810
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +83 B (+0.03%) Total Size: 326 kB
ℹ️ View Unchanged
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
🎉 This PR is included in version @antv/s2-v2.0.0-next.26 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.25 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
🐛 Bugfix
📝 Description
维值为空时, null 会转换成 字符串的
"null"
, 转换前增加标识, 避免原始值丢失, 解决两个问题null
的问题🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge