<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Am 07.06.2013 um 05:20 schrieb Ramiro Diaz Trepat &lt;<a href="mailto:ramiro@diaztrepat.name">ramiro@diaztrepat.name</a>&gt;:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi there,<div style="">Any recommendations of JS Charting libraries to use with Seaside?</div><div style="">I think I like Google Chart best, has anyone used it?</div></div></blockquote><br></div><div>It really depends on what you want to do. What are the priorities you have in mind? Should be open source? You need an easy tool that supports basic charts? I tested something between 10 and 15 charting libs. One thing they have all in common. If you need to do more elaborate stuff the configuration of the charts becomes huge and complicated. I didn't see any good abstraction for the problem.</div><div><br></div><div>When using google charts you should see if it matches your intention. Using it might send your data to google in order to generate charts. AFAIK it is dependent on the chart type and complexity you need to tackle. Well, it is google and it is hard to find decent information about things google does. I'm far from being confident about how it works.</div><div><br></div><div>If you are look for a simple and good looking chart lib you might have a look at morris.js (<a href="http://www.oesmith.co.uk/morris.js/">http://www.oesmith.co.uk/morris.js/</a>). I use it in production but I only do real basic stuff.</div><div><br></div><div>If you are creating a product that generates money and you want a hassle free integration I would recommend highcharts (<a href="http://www.highcharts.com/">http://www.highcharts.com/</a>). It is not free and I never used it myself. From what I heard is that it is very good and powerful.</div><div><br></div><div>Norbert</div><br></body></html>