feat: 构建泡泡玛特相关图表
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "echart-demo",
|
||||
"version": "1.0.0",
|
||||
"description": "财报图表 · 基于 ECharts 和 CSV 数据",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "python3 -m http.server 8899",
|
||||
"dev": "python3 -m http.server 8899",
|
||||
"test": "node test/regress.mjs"
|
||||
},
|
||||
"keywords": [
|
||||
"echarts",
|
||||
"charts",
|
||||
"data-visualization",
|
||||
"财报"
|
||||
],
|
||||
"author": "Joey",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"echarts": "^5.5.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user