From: Jay F. <jay...@gm...> - 2006-10-18 20:40:22
|
I saw Scott's post http://www.hanselman.com/blog/OhlohOoLaLaOpenSourceProjectAnalysis.aspxtoday. He mentions Maani.us <http://www.maani.us/xml_charts/index.php?menu=Gallery>: > As an aside, the flash-based charts they are from Maani.us<http://www.maani.us/xml_charts/index.php?menu=Gallery>and they are slick slick slick. A very inexpensive and permissive license > and they consume a fairly intuitive XML format as their datasource. Hook > those babies up to an HttpHandler and you've got great looking charts for > your ASP.NET (or whatever) page. > I think they would provide great visuals for the Statistics package. -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com --------------------------------------------------------------------- |
From: Nicolas M. <nic...@ca...> - 2006-10-19 07:18:35
|
Seems like an interesting idea but it's flash... Have anyone tested it in a linux environment yet (or any other than windows) ? I began working on an internal statistic page for our company based on the PlotKit framework. It should be portable on any platform, not to mention that it's free and open source. ;) Jay Flowers wrote: > I saw Scott's post > http://www.hanselman.com/blog/OhlohOoLaLaOpenSourceProjectAnalysis.aspx > today. He mentions Maani.us > <http://www.maani.us/xml_charts/index.php?menu=Gallery>: > > As an aside, the flash-based charts they are from Maani.us > <http://www.maani.us/xml_charts/index.php?menu=Gallery> and they > are slick slick slick. A very inexpensive and permissive license > and they consume a fairly intuitive XML format as their > datasource. Hook those babies up to an HttpHandler and you've got > great looking charts for your ASP.NET <http://ASP.NET> (or > whatever) page. > > > I think they would provide great visuals for the Statistics package. > -- > Jay Flowers > ---------------------------------------------------------------------- > http://jayflowers.com > --------------------------------------------------------------------- This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. |
From: Nicolas M. <nic...@ca...> - 2006-10-25 12:20:43
|
After some considerations (mainly printing issues), I've finally decided to go on with a solution based on ZedGraph with static images. It's quite fast and easy to use. Have any of you tried to work on maani charts ? Nicolas MOREL wrote: > Seems like an interesting idea but it's flash... Have anyone tested it > in a linux environment yet (or any other than windows) ? > I began working on an internal statistic page for our company based on > the PlotKit framework. It should be portable on any platform, not to > mention that it's free and open source. ;) This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. |
From: Jay F. <jay...@gm...> - 2006-10-25 13:28:19
|
I did not look extensively, it looks like the graphs are created through coding. I was attracted to the Maani.us because it was xml based. This would allow for easy extension. If designed properly it would allow for nant scripts to produce additional charts/reports. That was the driving reason I would it attractive. On 10/25/06, Nicolas MOREL <nic...@ca...> wrote: > > > After some considerations (mainly printing issues), I've finally decided > to go on with a solution based on ZedGraph with static images. It's > quite fast and easy to use. Have any of you tried to work on maani charts > ? > > Nicolas MOREL wrote: > > Seems like an interesting idea but it's flash... Have anyone tested it > > in a linux environment yet (or any other than windows) ? > > I began working on an internal statistic page for our company based on > > the PlotKit framework. It should be portable on any platform, not to > > mention that it's free and open source. ;) > > This message contains information that may be privileged or confidential > and is the property of the Capgemini Group. It is intended only for the > person to whom it is addressed. If you are not the intended recipient, you > are not authorized to read, print, retain, copy, disseminate, distribute, > or use this message or any part thereof. If you receive this message in > error, please notify the sender immediately and delete all copies of this > message. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Ccnet-devel mailing list > Ccn...@li... > https://lists.sourceforge.net/lists/listinfo/ccnet-devel > -- Jay Flowers ---------------------------------------------------------------------- http://jayflowers.com --------------------------------------------------------------------- |