Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Horizontal Bar Graph using BarDiagram() in FPDF

Started 2 months, 2 weeks ago by rajasreekm
Generated Horizontal Bar Graph (mysql data) using BarDiagram()..Bar Diagram in first A4 page ok...but after the pagebreak each data appears at the bottom of the next page, then after that it becomes unpredictable to the extent that it can print multiple empty pages, or throw individual cells down the pages...How to solve this issue
Site: SitePoint : New Articles, Fresh Thinking for Web Developers and Designers  SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - site profile
Forum: PHP  PHP - forum profile
Total authors: 2 authors
Total thread posts: 3 posts
Thread activity: no new posts during last week
Domain info for: sitepointforums.com

Other posts in this thread:

priti replied 2 months, 2 weeks ago
Sharing link which may be helpful For Bar charts http://www.fpdf.org/en/script/script28.php

priti replied 2 months, 2 weeks ago
I just added more data in the main array and received the messed up output. But then I added the header columns i.e $pdf->Cell(30, 5, 'Number of men:'); $pdf->Cell(15, 5, $data['Men'], 0, 0, 'R'); $pdf->Ln(); I added above set of code for newly added array values. and then the graph and legends were all good.

 

Top contributing authors

Name
Posts
rajasreekm
2
user's latest post:
Horizontal Bar Graph using...
Published (2009-09-29 03:24:00)
Generated Horizontal Bar Graph (mysql data) using BarDiagram()..Bar Diagram in first A4 page ok...but after the pagebreak each data appears at the bottom of the next page, then after that it becomes unpredictable to the extent that it can print multiple empty pages, or throw individual cells down the pages...How to solve this issue
priti
2
user's latest post:
Horizontal Bar Graph using...
Published (2009-09-29 04:58:00)
I just added more data in the main array and received the messed up output. But then I added the header columns i.e $pdf->Cell(30, 5, 'Number of men:'); $pdf->Cell(15, 5, $data['Men'], 0, 0, 'R'); $pdf->Ln(); I added above set of code for newly added array values. and then the graph and legends were all good.

Related threads on "SitePoint : New Articles, Fresh Thinking for Web Developers and Designers":

Related threads on other sites:

Thread profile page for "Horizontal Bar Graph using BarDiagram() in FPDF" on http://www.sitepointforums.com. This report page is a snippet summary view from a single thread "Horizontal Bar Graph using BarDiagram() in FPDF", located on the Message Board at http://www.sitepointforums.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity