2017 © Pedro Peláez
 

library svglapchart

image

rickselby/svglapchart

  • Thursday, May 26, 2016
  • by rickselby
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Generate SVG lap charts in PHP., (*1)

Example

// Create the chart
$chart = new chart();

// Set information for each driver
foreach($drivers AS $driver) {
    $chart->setDriver($driver['name'], $driver['colour'], $driver['positions']);
}

// Set how many drivers were lapped on each lap
$chart->setLapped($lapped);

// Get the SVG
echo $chart->generate();

The Versions

26/05 2016

dev-master

9999999-dev https://github.com/rickselby/svglapchart

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

svg lapchart

26/05 2016

v0.4

0.4.0.0 https://github.com/rickselby/svglapchart

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

svg lapchart

10/05 2016

v0.3

0.3.0.0 https://github.com/rickselby/svglapchart

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

svg lapchart

06/05 2016

v0.2

0.2.0.0 https://github.com/rickselby/svglapchart

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

svg lapchart

06/05 2016

v0.1

0.1.0.0 https://github.com/rickselby/svglapchart

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

svg lapchart