2017 © Pedro Peláez
 

library linechart

Define and render line charts based on data sets

image

linechart/linechart

Define and render line charts based on data sets

  • Tuesday, May 10, 2016
  • by ckressibucher
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Line charts

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

Build Status Coverage Status, (*2)

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., (*3)

TODO

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

The Versions

10/05 2016

dev-master

9999999-dev

Define and render line charts based on data sets

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

svg charts line charts