Skip to content

ckressibucher/linecharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Line charts

Build simple svg line charts based on an array of [x,y] points.

Build Status Coverage Status

Fetures

  • Define one or more data sets (as a list of (x,y) points)
  • Automatically scale diagram to the range defined by the data sets
  • Render data sets (as lines); render a grid (with a given number of horizontal/vertical lines)

Usage

See the example.php file.

TODO

  • Print legends for data sets
  • add labels to grid lines to indicate the values

About

build svg line charts based on data sets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages