
I’m using FPDF in my php project. I would like to have PDF version Double bar diagram like above image in my project. There’s a way that FPDF can create Pie chart and Bar diagram in http://www.fpdf.org/en/script/script28.php. But it’s not double bar diagram like what I want to get. Anyone have an idea how to create Double bar diagram using FPDF in PHP?
Many Thanks !!!
Probably you mean “COLUMN CHARTS”
It seems that there is no method to create column charts, so I tried to adapt the existing bar chart. Unfortunately I have no time to develop it further.
try this (making the necessary changes):