Chanan Berler wrote, On 02/17/2013 12:27 PM: > I need to create a radar graph on my web site. I alreay tried using graphael > - but found it with lots of bugs and very little of documentation. I have > tried using jqplot but it has no radar kind of graph. Does anyone knows about > web base graphic library (open source) that can create radar graphes? > > P. S: radar graphes are also called splice graph or spider graphes >
The latest "hype" is client-side graphics, with frameworks such as d3js ( http://d3js.org/ ). A gallery of many types of graphs is available here: https://github.com/mbostock/d3/wiki/Gallery And Radar-chart example is here: http://www.larsko.org/v/euc/ -gordon _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
