YANG QIA
YANG QIA
# Description (需求描述) # Motivation (需求背景) # Key changes (关键改动) - Frontend (前端) - Backend (后端) # Test plan (测试计划) ## Suggestions (测试建议) ## Underlying risk (潜在风险) # Showcase (结果展示)
# Description (需求描述) 界面配置的collections接口按用户权限返回表和字段。 # Motivation (需求背景) 当前界面配置时 `collections:list` 接口会返回所有表和字段,不符合安全要求。 # Key changes (关键改动) - Backend (后端) 增加 `collections:listByRole` 接口,按用户权限获取可查看的表和字段。 # Test plan (测试计划) ## Suggestions (测试建议) 对角色单独配置表和字段权限,验证配置界面时可用的表和字段。 ## Underlying...
### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 在新版双轴图中设置 `legend: true` 同时,自定义 `tooltip`,无法正常工作。 ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] 设置 `legend: true`, `tooltip` 的 `name` 不生效 不设置 `legend`, `tooltip` 可以正常工作 ### 🏞 期望结果 [描述你原本期望看到的结果]...
### 🧐 问题描述 [详细地描述问题,让大家都能理解] 原来的 `meta` 配置在统一处理数据别名和格式化很方便,现在需要分别处理 tooltip, legend, axis 等等地方的数据显示,很麻烦。 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]
### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 配置 `stack: true` 的同时配置 `percent: false`, 会导致无法正常堆叠 ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ### 🏞 期望结果 [描述你原本期望看到的结果] 设置 `percent: true` 默认开启堆叠是合理的。 但是设置 `percent: false` 不应该影响堆叠效果。 ###...
In exercise 4-3,need some extra code to handle the negative numbers.
Could you pls write a d.ts file for this module so that it can support for typescript? I have tried to write one by myself but some variables' types are...
### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ### 🏞 期望结果 [描述你原本期望看到的结果] https://ant-design-charts-next.antgroup.com/zh/examples/statistics/column/#column ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] ### © 版本信息 - ant-design-charts 版本: [e.g. 0.9.0] - 浏览器环境 -...
Hi, When attempting to run tests under `describe('group')` by pressing `r` on `group`, all tests are skipped automatically. However, run tests under `describe('api')` by pressing `r` on `api`, it works...