Skip to content

LikeStarting/Chart-Canvas

Repository files navigation

Chart-Canvas

Chart-Canvas is a library, which can draw k-line chart, built with javascript and html5 canvas.

Directory

|-- Chart-Canvas

|-- .babelrc  
|-- .eslintignore   
|-- .eslintrc.js  
|-- .gitignore  
|-- LICENSE      
|-- package.json  
|-- README.md  
|-- webpack.config.js  
|-- yarn.lock  
|-- srceenshot  
|-- src    
    |-- index.js  
    |-- chart  
    |-- component  
    |-- config  
    |-- data  
    |-- demo  
    |-- public    
    |   |-- app.html    
    |-- scale  
    |-- utils

Run

Execute command in root directory. Node.js is required.

yarn install
yarn start

Screenshot

License

The MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published