Skip to content

Commit

Permalink
feat: 新增 Facet & Violin 组件
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 committed Jun 15, 2021
1 parent 73b9911 commit 3087b0b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default defineConfig({
children: [
// 菜单子项(可选)
// '/demos/violin.zh-CN.md',
// '/demos/facet.zh-CN.md',
'/demos/facet.zh-CN.md',
'/demos/radar.zh-CN.md',
'/demos/treemap.zh-CN.md',
'/demos/funnel.zh-CN.md',
Expand Down Expand Up @@ -264,10 +264,10 @@ export default defineConfig({
// title: 'Violin',
// path: '/demos/violin',
// },
// {
// title: 'Facet',
// path: '/demos/facet',
// },
{
title: 'Facet',
path: '/demos/facet',
},
{
title: 'Radar',
path: '/demos/radar',
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.16

`2021-06-15`

- 🆕 新增 [Facet](https://charts.ant.design/demos/facet)
- 🆕 新增 Violin 组件,文档暂未透出。

## 1.1.15

`2021-06-14`
Expand Down
6 changes: 3 additions & 3 deletions docs/demos/facet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 分面图
title: Facet
order: 37
---

Expand Down Expand Up @@ -342,7 +342,7 @@ const DemoFacet: React.FC = () => {
export default DemoFacet;
```

### 多级树型分面
<!-- ### 多级树型分面
```tsx
import React, { useState, useEffect } from 'react';
Expand Down Expand Up @@ -432,7 +432,7 @@ const DemoFacet: React.FC = () => {
};
export default DemoFacet;
```
``` -->

### 树型分面

Expand Down
4 changes: 2 additions & 2 deletions docs/demos/facet.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const DemoFacet: React.FC = () => {
export default DemoFacet;
```

### 多级树型分面
<!-- ### 多级树型分面
```tsx
import React, { useState, useEffect } from 'react';
Expand Down Expand Up @@ -432,7 +432,7 @@ const DemoFacet: React.FC = () => {
};
export default DemoFacet;
```
``` -->

### 树型分面

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/charts",
"version": "1.1.15",
"version": "1.1.16",
"description": "React translate g2plot",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
Expand Down

0 comments on commit 3087b0b

Please sign in to comment.