Skip to content

Commit

Permalink
perf: 新增图表组件,暂存提交待开发
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 26, 2021
1 parent 57f9bb6 commit 0417a39
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/component/form-designer/src/componentsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,13 +481,13 @@ export const layoutComponents = [
];


// export const chartComponents = [
// {
// type: 'chart-pie',
// name: '饼图',
// icon: 'th',
// options: {
export const chartComponents = [
{
type: 'chart-pie',
name: '饼图',
icon: 'th',
options: {

// },
// },
// ];
},
},
];

0 comments on commit 0417a39

Please sign in to comment.