feat: 初始 echarts 图表

This commit is contained in:
@changcode
2022-07-08 09:34:09 +08:00
parent aa1cddb746
commit 9f86c16d05
12 changed files with 457 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
.line {
height: 100%;
width: 100%;
#chart {
width: 1288px;
height: 340px;
}
}