Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Tomas Cohen Arazi
On Wed, Jan 19, 2011 at 1:58 PM, Chris Cormack wrote: > On 20 January 2011 05:45, Tomas Cohen Arazi wrote: >> On Wed, Jan 19, 2011 at 1:39 PM, Chris Nighswonger >> wrote: >>> >>> So what are the pros/cons for server-side/client-side processing of charts? >> >> If you used google chart API you wi

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Chris Cormack
On 20 January 2011 05:45, Tomas Cohen Arazi wrote: > On Wed, Jan 19, 2011 at 1:39 PM, Chris Nighswonger > wrote: >> >> So what are the pros/cons for server-side/client-side processing of charts? > > If you used google chart API you will see you can enjoy several > features like zooming, region se

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Tomas Cohen Arazi
On Wed, Jan 19, 2011 at 1:39 PM, Chris Nighswonger wrote: > > So what are the pros/cons for server-side/client-side processing of charts? If you used google chart API you will see you can enjoy several features like zooming, region selection, etc that are nice. The same for pie charts where you c

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Chris Nighswonger
On Wed, Jan 19, 2011 at 10:04 AM, Tomas Cohen Arazi wrote: > On Wed, Jan 19, 2011 at 11:34 AM, Colin Campbell > wrote: >> On 19/01/11 12:50, Chris Nighswonger wrote: >>> On Wed, Jan 19, 2011 at 1:15 AM, savitra sirohi >>> wrote: Folks, I am looking for suggestions on the best long term, >>>

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Tomas Cohen Arazi
2011/1/19 Salvador Zaragoza Rubio : > El 19/01/2011 16:34, Paul Poulain escribió: >> Le 19/01/2011 16:04, Tomas Cohen Arazi a écrit : >>> I'ts server-side. I'd prefer sending the client all the data inside a >>> json and a javacsript library to render everything ono the client >>> side. >> shouldn'

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Salvador Zaragoza Rubio
El 19/01/2011 16:34, Paul Poulain escribió: > Le 19/01/2011 16:04, Tomas Cohen Arazi a écrit : >> I'ts server-side. I'd prefer sending the client all the data inside a >> json and a javacsript library to render everything ono the client >> side. > shouldn't we just wait for html5 support then (isn'

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Paul Poulain
Le 19/01/2011 16:04, Tomas Cohen Arazi a écrit : > I'ts server-side. I'd prefer sending the client all the data inside a > json and a javacsript library to render everything ono the client > side. shouldn't we just wait for html5 support then (isn't this in html5. Not sure at all, if someone want t

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Tomas Cohen Arazi
On Wed, Jan 19, 2011 at 11:34 AM, Colin Campbell wrote: > On 19/01/11 12:50, Chris Nighswonger wrote: >> On Wed, Jan 19, 2011 at 1:15 AM, savitra sirohi >> wrote: >>> Folks, I am looking for suggestions on the best long term, >>> architectural solution to add charting for Koha reports. >>> >>> Do

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Colin Campbell
On 19/01/11 12:50, Chris Nighswonger wrote: > On Wed, Jan 19, 2011 at 1:15 AM, savitra sirohi > wrote: >> Folks, I am looking for suggestions on the best long term, >> architectural solution to add charting for Koha reports. >> >> Do we use: >> - Google visualization API >> - Perl module Chart >>

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Chris Nighswonger
On Wed, Jan 19, 2011 at 1:15 AM, savitra sirohi wrote: > Folks, I am looking for suggestions on the best long term, > architectural solution to add charting for Koha reports. > > Do we use: > - Google visualization API > - Perl module Chart > - Perl module GD GD is already a Koha dependency, so g

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread Tomas Cohen Arazi
On Wed, Jan 19, 2011 at 3:15 AM, savitra sirohi wrote: > Folks, I am looking for suggestions on the best long term, > architectural solution to add charting for Koha reports. > > Do we use: > - Google visualization API > - Perl module Chart > - Perl module GD > - something else? We used JQplot fo

Re: [Koha-devel] Charting/Analysis for Koha

2011-01-19 Thread MJ Ray
savitra sirohi wrote: > Folks, I am looking for suggestions on the best long term, > architectural solution to add charting for Koha reports. > > Do we use: > - Google visualization API > - Perl module Chart > - Perl module GD > - something else? I'd prefer a Perl module to a closed-source cloud

[Koha-devel] Charting/Analysis for Koha

2011-01-18 Thread savitra sirohi
Folks, I am looking for suggestions on the best long term, architectural solution to add charting for Koha reports. Do we use: - Google visualization API - Perl module Chart - Perl module GD - something else? Also any input on adding Business Intelligence capabilities? - Perl module Business::Int