Skip to content

wukann/chartjs-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chart.js sample (html)

Chart.js's sample.

  • xAxis: Time Scale
  • yAxis: Linear Scale

image

Usage

  • Clone this repository.
  • cd to chartjs-html directory.
$ cd chartjs-html
  • Install modules.
    • npm
    npm install
    
    • yarn
    yarn install
    
  • Run server, and view sample chart.
    • npm
    npm run start
    
    • yarn
    yarn run start
    

About

Chart.js's sample.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages