文件名称:chart:画布上的基本图表:bar_chart:
文件大小:76KB
文件格式:ZIP
更新时间:2024-05-09 07:49:12
chart canvas js JavaScript
图表 画布上的图表。 用法 安装项目 git clone https://github.com/yurimikushov/chart.git cd chart npm i 在localhost:1234上以development模式运行应用程序 npm run start 用于构建应用程序production到build的文件夹 npm run build
【文件预览】:
chart-main
----package.json(617B)
----.prettierrc(99B)
----package-lock.json(265KB)
----src()
--------ColumnChart.js(6KB)
--------index.js(44B)
--------Canvas2D.js(2KB)
--------utils()
--------constants.js(227B)
----.gitignore(29B)
----public()
--------data()
--------index.html(331B)
--------app.js(721B)
--------index.css(432B)
----README.md(291B)