feat: 新增折线图,修改legend位置

This commit is contained in:
MTrun
2022-02-24 21:02:08 +08:00
parent 1b7ee5cb2e
commit 3923b49c9e
11 changed files with 171 additions and 19 deletions
+1
View File
@@ -32,6 +32,7 @@ const packagesInstall = (app: App): void => {
* @param dropData
*/
const createComponent = async (dropData: ConfigType) => {
console.log(dropData)
const { category } = dropData
const key = dropData.key.substring(1)
const chart = await import(`./components/${dropData.package}/${category}/${key}/config.ts`)