Skip to content

Library that extends FPDF with circle percentage charts

License

Notifications You must be signed in to change notification settings

chuano/FPDFCircleCharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPDFCircleCharts

Library that extends FPDF with circle percentage charts

screenshot.jpg

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();

About

Library that extends FPDF with circle percentage charts

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages