library fpdf-circle-charts
Library that extends FPDF with circle percentage charts
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
FPDFCircleCharts
Library that extends FPDF with circle percentage charts, (*1)
, (*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();
dev-master
9999999-dev
Library that extends FPDF with circle percentage charts
Sources
Download
GPL-3.0+
The Requires
by
Chuano Puchol
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
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