You can use JQuery to actually render the graph itsself in the user&#39;s browser.<div>Look into JQPlot, although it might be overkill. SVG sounds better, with a PNG fallback.<br><br><div class="gmail_quote">On 29 November 2011 17:36, Mike Martin <span dir="ltr">&lt;<a href="mailto:mike@redtux.org.uk">mike@redtux.org.uk</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 29 November 2011 17:19, Paul Sladen &lt;<a href="mailto:notlug@paul.sladen.org">notlug@paul.sladen.org</a>&gt; wrote:<br>


&gt; On Tue, 29 Nov 2011, Martin wrote:<br>
&gt;&gt; Rather than posting a fixed-size fixed resolution jpg/png image of<br>
&gt;&gt; a graph plot, is there a way to display graphs/charts that scale<br>
&gt;<br>
&gt; Most browsers render SVG these days.  Or failing that:<br>
&gt;<br>
&gt;  &lt;a href=&quot;big-version.pdf&quot;&gt;&lt;img src=&quot;small-version.png&quot;/&gt;&lt;/a&gt;<br>
&gt;<br>
&gt;        -Paul<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div>you could also do some javascript detection of browser size and feed<br>
into php/perl and resize on the fly using GD<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Nottingham mailing list<br>
<a href="mailto:Nottingham@mailman.lug.org.uk">Nottingham@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/nottingham" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/nottingham</a><br>
</div></div></blockquote></div><br></div>