|
@@ -58,7 +58,7 @@ export const compSetting: CompSetting = {
|
|
|
isGroup: true,
|
|
|
children: [
|
|
|
{
|
|
|
- name: '柱状图',
|
|
|
+ name: '柱状图类',
|
|
|
children: [
|
|
|
{
|
|
|
name: '柱状图',
|
|
@@ -68,7 +68,7 @@ export const compSetting: CompSetting = {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- name: '折线图',
|
|
|
+ name: '折线图类',
|
|
|
children: [
|
|
|
{
|
|
|
name: '折线图',
|
|
@@ -76,6 +76,16 @@ export const compSetting: CompSetting = {
|
|
|
icon: compIcon['icon-2']
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '饼状图类',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ name: '饼状图',
|
|
|
+ componetName: 'BasicPie',
|
|
|
+ icon: compIcon['icon-4']
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -88,7 +98,7 @@ export const compSetting: CompSetting = {
|
|
|
{
|
|
|
name: '标题',
|
|
|
componetName: 'Title',
|
|
|
- icon: compIcon['icon-2']
|
|
|
+ icon: compIcon['icon-3']
|
|
|
},
|
|
|
]
|
|
|
},
|