Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 578 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 578 Bytes

M-Charts

基于Canvas的Charts实现的技术预研

Preview

在线预览

Demo

下载

git clone https://github.com/bojue/M-Charts.git

cd M-Charts

npm i

运行

npm run dev

已经实现Chart类型

组件code

TODO List

  • 实现基础Chart Demo展示(Doing)
  • 事件交互
  • 完善chart
  • 动画
  • 变量封装
  • 框架封装