feat: 新增主题色选项

This commit is contained in:
MTrun
2022-02-06 01:04:05 +08:00
parent 27f416a46e
commit 483d1eb5e8
51 changed files with 698 additions and 174 deletions
@@ -26,6 +26,10 @@ export default class Config extends publicConfig implements CreateComponentType
{
data: [120, 200, 150, 80, 70, 110, 130],
type: 'bar'
},
{
data: [130, 130, 312, 268, 155, 117, 160],
type: 'bar'
}
]
})