2017 © Pedro Peláez
 

library fpdf-circle-charts

Library that extends FPDF with circle percentage charts

image

chuano/fpdf-circle-charts

Library that extends FPDF with circle percentage charts

  • Wednesday, November 30, 2016
  • by chuano
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

FPDFCircleCharts

Library that extends FPDF with circle percentage charts, (*1)

screenshot.jpg, (*2)

Installation

$ composer require chuano/fpdf-circle-charts ~1.0

Usage

$pdf = new FPDFCircleCharts();
$pdf->AddPage();

// Chart width and height
$width = 190;
// Padding inside chart box
$padding = 10;
// Percentage completed
$percentage = 75;
// Draw the chart
$pdf->CircleChart($width, $padding, $percentage);

// Output
$pdf->Output();

The Versions

30/11 2016

dev-master

9999999-dev

Library that extends FPDF with circle percentage charts

  Sources   Download

GPL-3.0+

The Requires

 

by Chuano Puchol

30/11 2016

1.0.1

1.0.1.0

Library that extends FPDF with circle percentage charts

  Sources   Download

GPL-3.0+

The Requires

 

by Chuano Puchol

23/11 2016

1.0.0

1.0.0.0

Library that extends FPDF with circle percentage charts

  Sources   Download

GPL-3.0+

The Requires

 

by Chuano Puchol