Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Can you be a bit more descriptive about what style charts you're looking for? Simple charts like line, bar and pie graphs are understandably more widely implemented. If you're looking for more complex ones such as gantt, sparklines or real-time / data streaming charts it narrows your options substantially.</p> <p>As far as being cross browser compatible, flash and HTML canvas are both pretty well supported and most people will be able to view the charts if you use either method of delivery. </p> <p><strong>There are several free flash charting solutions that work superbly well.</strong></p> <ul> <li><p>I found it really easy to work with FusionCharts and they also have released plenty under a FREE licence. See : <em><a href="http://www.fusioncharts.com/free/Gallery.asp" rel="nofollow noreferrer">http://www.fusioncharts.com/free/Gallery.asp</a></em></p></li> <li><p>Also see PHP / SWF Charts : <em><a href="http://www.maani.us/charts/index.php" rel="nofollow noreferrer">http://www.maani.us/charts/index.php</a></em></p></li> </ul> <blockquote> <p>XML/SWF Charts is free to download and use. The free, unregistered version contains all the features except for:</p> <pre><code>- Clicking a chart takes the user to the XML/SWF Charts web site. - No displaying charts inside another flash file. - No technical support, and no product updates by e-mail. </code></pre> </blockquote> <p>« <em>The click redirect makes me prefer fusioncharts</em> <BR> <BR></p> <ul> <li>Google have released charts (<a href="http://code.google.com/apis/chart/" rel="nofollow noreferrer">http://code.google.com/apis/chart/</a>), as has Yahoo (<a href="http://developer.yahoo.com/yui/charts" rel="nofollow noreferrer">http://developer.yahoo.com/yui/charts</a>) but personally, I prefer to keep the swf source files together with my website. The additional bandwidth is not that large. <BR> <BR></li> </ul> <p>Then as Justin Niessner mentioned, there is also <em><a href="http://teethgrinder.co.uk/open-flash-chart/" rel="nofollow noreferrer">Open Flash Chart</a></em>.<BR><BR></p> <p>If you prefer to go the <strong>HTML Canvas</strong> route, try: - <em><a href="http://code.google.com/p/flot/" rel="nofollow noreferrer">http://code.google.com/p/flot/</a></em> (as mentioned by Andrejs Cainikovs) - <em><a href="http://www.liquidx.net/plotkit/" rel="nofollow noreferrer">http://www.liquidx.net/plotkit/</a></em><BR><BR></p> <p>If you're using <strong>PHP</strong>, here's one : <em><a href="http://naku.dohcrew.com/libchart/" rel="nofollow noreferrer">http://naku.dohcrew.com/libchart/</a></em><BR><BR></p> <p>If <strong>None of the Above</strong> are a viable option and you want a really simple chart (bar, line) then consider using CSS charts:<BR></p> <ul> <li><em><a href="http://grassegger.at/xperimente/charts-daten-semantik-css/" rel="nofollow noreferrer">http://grassegger.at/xperimente/charts-daten-semantik-css/</a></em></li> <li>oops, forgot to append the css line graph. Here it is : <em><a href="http://cssglobe.com/post/4175/pure-css-line-graph" rel="nofollow noreferrer">http://cssglobe.com/post/4175/pure-css-line-graph</a></em></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.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    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