feat: create Graph Component with echarts

This commit is contained in:
Qiuxia Fan
2021-12-30 16:37:12 +08:00
parent 3f392c64f3
commit 1f4299291e
4 changed files with 106 additions and 0 deletions

15
package-lock.json generated
View File

@@ -2139,6 +2139,15 @@
"@types/node": "*"
}
},
"@types/echarts": {
"version": "4.9.12",
"resolved": "https://registry.npmjs.org/@types/echarts/-/echarts-4.9.12.tgz",
"integrity": "sha512-yi5yzCRQCZDXeMcTD0W1sRENILJ98PjwG0UH/gZwADU2wsGt523RmocXakbpUOch6FHJqWwwJijsoSGNhGp4kA==",
"dev": true,
"requires": {
"@types/zrender": "*"
}
},
"@types/express": {
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
@@ -2403,6 +2412,12 @@
"integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==",
"dev": true
},
"@types/zrender": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/zrender/-/zrender-4.0.1.tgz",
"integrity": "sha512-IyTRf30jPOXK1+1RChI/78U6aV9hyWYf/vhL96Vt66oDz9es/BDjeKpvbNZSOHVA7zAReOwJcmdZS5AGAqhygw==",
"dev": true
},
"@typescript-eslint/eslint-plugin": {
"version": "4.33.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz",