-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(scatter): 散点图支持color和shape同时映射图例字段 & 添加单测 (#2406)
* feat(scatter): 散点图支持color和shape同时映射图例字段 & 添加单测 * feat(scatter): 散点图支持配置 shapeLegend & sizeLegend * test(scatter-legend): 增加散点图图例用例(shapeLegend、sizeLegend) (#2446) * feat(scatter): 散点图支持配置 shapeLegend & sizeLegend * test(scatter-legend): 增加散点图图例用例(shapeLegend、sizeLegend) Co-authored-by: visiky <736929286@qq.com> Co-authored-by: elvira.zy <elvira.zy@alibaba-inc.com> * fix(scatter): 优化散点图图例逻辑 默认配置 legend 时,展示 color 图例和 shape 图例 当 shapeLegend 为 false,强制关闭 shape 图例 shape 为 undefined 时,默认不会展示 shape 图例 * docs(scatter-legend): 散点图图例文档 * fix: 修改 cr 建议 * fix: cr 建议 Co-authored-by: elvira1112 <ranxi1112@gmail.com> Co-authored-by: elvira.zy <elvira.zy@alibaba-inc.com>
- Loading branch information
1 parent
bfd9e24
commit c7b7724
Showing
9 changed files
with
415 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.