Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Insertion as an image </p> <pre><code>// Insert a chart in the top-left corner at 300 dpi $pdf-&gt;Image('my-vertical-column-chart.php',10,10,-300); // Insert a chart as dynamic image from a URL $pdf-&gt;Image('http://www.myhost.com/mysite/my-vertical-column-chart.php?chartparam=value',60,30,90,0,'PNG'); </code></pre> <p>File <code>my-vertical-column-chart.php</code> might be any type of bar chart image generator, like:</p> <ul> <li><a href="https://docs.google.com/spreadsheet/oimg?key=0AlYEM-11PerqdDltWXllSGJ4QzVra2ZTeGdTeXFHWEE&amp;oid=3&amp;zx=3y0dpvwbqv97" rel="nofollow">https://docs.google.com/spreadsheet/oimg?key=0AlYEM-11PerqdDltWXllSGJ4QzVra2ZTeGdTeXFHWEE&amp;oid=3&amp;zx=3y0dpvwbqv97</a> <img src="https://docs.google.com/spreadsheet/oimg?key=0AlYEM-11PerqdDltWXllSGJ4QzVra2ZTeGdTeXFHWEE&amp;oid=3&amp;zx=3y0dpvwbqv97" /> </li> </ul> <p>I did it in Google Drive and shared as image. It is the fastest way to do the job;</p> <ul> <li><a href="http://graphpite.sourceforge.net/docs/" rel="nofollow">http://graphpite.sourceforge.net/docs/</a></li> <li><a href="http://www.fusioncharts.com/products/suite/?gclid=COanmpfQ7bECFQReTAod8yUA-w" rel="nofollow">http://www.fusioncharts.com/products/suite/?gclid=COanmpfQ7bECFQReTAod8yUA-w</a></li> <li><a href="http://phpchart.net/" rel="nofollow">http://phpchart.net/</a></li> <li><a href="http://pchart.sourceforge.net/" rel="nofollow">http://pchart.sourceforge.net/</a></li> <li><a href="https://developers.google.com/chart/" rel="nofollow">https://developers.google.com/chart/</a></li> <li>etc., even your personal php GD data representation, if you have enough graphic design talent ;)</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload