Re: Best charting

2016-10-20 Thread Ken Anderson
Thank you all for your excellent suggestions!!  It is much appreciated.

> On Oct 19, 2016, at 11:31 PM, Stavros Panidis <stavros.pani...@gmail.com> 
> wrote:
> 
> Hi,
> 
> I use R project - Rserve.
> 
> Stavos
>> On 19 Oct 2016, at 22:00, webobjects-dev-requ...@lists.apple.com wrote:
>> 
>> Send Webobjects-dev mailing list submissions to
>>  webobjects-dev@lists.apple.com
>> 
>> To subscribe or unsubscribe via the World Wide Web, visit
>>  https://lists.apple.com/mailman/listinfo/webobjects-dev
>> or, via email, send a message with subject or body 'help' to
>>  webobjects-dev-requ...@lists.apple.com
>> 
>> You can reach the person managing the list at
>>  webobjects-dev-ow...@lists.apple.com
>> 
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Webobjects-dev digest..."
>> 
>> 
>> Today's Topics:
>> 
>>  1. Best charting? (Ken Anderson)
>>  2. Re: Best charting? (Morris, Mark)
>>  3. Re: Best charting? (Steve Peery)
>>  4. Re: Best charting? (Paul Hoadley)
>>  5. NPE in ERXObjectStoreCoordinatorSynchronizer (Paul Hoadley)
>> 
>> 
>> --
>> 
>> Message: 1
>> Date: Tue, 18 Oct 2016 15:37:51 -0400
>> From: Ken Anderson <kenli...@anderhome.com>
>> To: WebObjects-Dev <webobjects-dev@lists.apple.com>
>> Subject: Best charting?
>> Message-ID: <25eeeb59-53c8-4c99-8e17-75fbc5852...@anderhome.com>
>> Content-Type: text/plain; charset=utf-8
>> 
>> All,
>> 
>> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
>> there any decent tools for doing this with WO?
>> 
>> Thanks!
>> Ken
>> 
>> 
>> --
>> 
>> Message: 2
>> Date: Tue, 18 Oct 2016 19:43:46 +
>> From: "Morris, Mark" <mark.mor...@experian.com>
>> To: Ken Anderson <kenli...@anderhome.com>
>> Cc: WebObjects-Dev <webobjects-dev@lists.apple.com>
>> Subject: Re: Best charting?
>> Message-ID: <d2a74ce4-dfc1-4618-a732-6feb3434c...@experian.com>
>> Content-Type: text/plain; charset=utf-8
>> 
>> Hi Ken,
>> 
>> A few years ago I used jFreeChart, which was very easy to integrate. it has 
>> factory methods for each type of chart that you throw your data at, lots of 
>> customization options, and a variety of output formats. So for instance you 
>> can just include a method that returns the image data and use that right in 
>> your WOImage binding.
>> 
>> Good luck!
>> Mark
>> 
>>> On Oct 18, 2016, at 2:37 PM, Ken Anderson <kenli...@anderhome.com> wrote:
>>> 
>>> All,
>>> 
>>> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
>>> there any decent tools for doing this with WO?
>>> 
>>> Thanks!
>>> Ken
>>> _______
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/mark.morris%40experian.com
>>> 
>>> This email sent to mark.mor...@experian.com
>> 
>> 
>> 
>> 
>> --
>> 
>> Message: 3
>> Date: Tue, 18 Oct 2016 15:51:54 -0400
>> From: Steve Peery <spe...@me.com>
>> To: "Morris, Mark" <mark.mor...@experian.com>
>> Cc: WebObjects-Dev <webobjects-dev@lists.apple.com>
>> Subject: Re: Best charting?
>> Message-ID: <ecf424ef-8c5a-4045-95ce-769351505...@me.com>
>> Content-Type: text/plain; charset=utf-8
>> 
>> I have also used jFreeChart.  
>> 
>> If you want to try it, see ERPChart and its subclasses in Wonder.
>> 
>> https://jenkins.wocommunity.org/job/WonderIntegration/lastBuild/javadoc/er/plot/ERPChart.html
>> 
>> Wonder makes it easy!
>> 
>> Steve
>> 
>>> On Oct 18, 2016, at 3:43 PM, Morris, Mark <mark.mor...@experian.com> wrote:
>>> 
>>> Hi Ken,
>>> 
>>> A few years ago I used jFreeChart, which was very easy to integrate. it has 
>>> factory methods for each type of chart that you throw your data at, lots of 
>>> customization options, and a variety of output formats. So for instance you 
>>> can just include a method that re

Re: Best charting

2016-10-19 Thread Stavros Panidis
Hi,

I use R project - Rserve.

Stavos
> On 19 Oct 2016, at 22:00, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Send Webobjects-dev mailing list submissions to
>   webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>   webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>   webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Best charting? (Ken Anderson)
>   2. Re: Best charting? (Morris, Mark)
>   3. Re: Best charting? (Steve Peery)
>   4. Re: Best charting? (Paul Hoadley)
>   5. NPE in ERXObjectStoreCoordinatorSynchronizer (Paul Hoadley)
> 
> 
> --
> 
> Message: 1
> Date: Tue, 18 Oct 2016 15:37:51 -0400
> From: Ken Anderson <kenli...@anderhome.com>
> To: WebObjects-Dev <webobjects-dev@lists.apple.com>
> Subject: Best charting?
> Message-ID: <25eeeb59-53c8-4c99-8e17-75fbc5852...@anderhome.com>
> Content-Type: text/plain; charset=utf-8
> 
> All,
> 
> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
> there any decent tools for doing this with WO?
> 
> Thanks!
> Ken
> 
> 
> --
> 
> Message: 2
> Date: Tue, 18 Oct 2016 19:43:46 +
> From: "Morris, Mark" <mark.mor...@experian.com>
> To: Ken Anderson <kenli...@anderhome.com>
> Cc: WebObjects-Dev <webobjects-dev@lists.apple.com>
> Subject: Re: Best charting?
> Message-ID: <d2a74ce4-dfc1-4618-a732-6feb3434c...@experian.com>
> Content-Type: text/plain; charset=utf-8
> 
> Hi Ken,
> 
> A few years ago I used jFreeChart, which was very easy to integrate. it has 
> factory methods for each type of chart that you throw your data at, lots of 
> customization options, and a variety of output formats. So for instance you 
> can just include a method that returns the image data and use that right in 
> your WOImage binding.
> 
> Good luck!
> Mark
> 
>> On Oct 18, 2016, at 2:37 PM, Ken Anderson <kenli...@anderhome.com> wrote:
>> 
>> All,
>> 
>> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
>> there any decent tools for doing this with WO?
>> 
>> Thanks!
>> Ken
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/mark.morris%40experian.com
>> 
>> This email sent to mark.mor...@experian.com
> 
> 
> 
> 
> --
> 
> Message: 3
> Date: Tue, 18 Oct 2016 15:51:54 -0400
> From: Steve Peery <spe...@me.com>
> To: "Morris, Mark" <mark.mor...@experian.com>
> Cc: WebObjects-Dev <webobjects-dev@lists.apple.com>
> Subject: Re: Best charting?
> Message-ID: <ecf424ef-8c5a-4045-95ce-769351505...@me.com>
> Content-Type: text/plain; charset=utf-8
> 
> I have also used jFreeChart.  
> 
> If you want to try it, see ERPChart and its subclasses in Wonder.
> 
> https://jenkins.wocommunity.org/job/WonderIntegration/lastBuild/javadoc/er/plot/ERPChart.html
> 
> Wonder makes it easy!
> 
> Steve
> 
>> On Oct 18, 2016, at 3:43 PM, Morris, Mark <mark.mor...@experian.com> wrote:
>> 
>> Hi Ken,
>> 
>> A few years ago I used jFreeChart, which was very easy to integrate. it has 
>> factory methods for each type of chart that you throw your data at, lots of 
>> customization options, and a variety of output formats. So for instance you 
>> can just include a method that returns the image data and use that right in 
>> your WOImage binding.
>> 
>> Good luck!
>> Mark
>> 
>>> On Oct 18, 2016, at 2:37 PM, Ken Anderson <kenli...@anderhome.com> wrote:
>>> 
>>> All,
>>> 
>>> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
>>> there any decent tools for doing this with WO?
>>> 
>>> Thanks!
>>> Ken
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobj

Re: Best charting?

2016-10-19 Thread Samuel Pelletier
Ken,

You may want to look at d3, a javascript library for data visualisation with 
many widgets. It is like jQueryUI but specialized for data display. Search d3 
yourGraphType in google or explore the d3 sample page.

There are few very sharp commercial libraries I looked into but never used. 

I recommend you take the time to list your requirements because there are many 
options and it is sometime hard to find one that does everything...

Samuel


> Le 18 oct. 2016 à 15:37, Ken Anderson  a écrit :
> 
> All,
> 
> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
> there any decent tools for doing this with WO?
> 
> Thanks!
> Ken
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
> 
> This email sent to sam...@samkar.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Best charting?

2016-10-18 Thread Paul Hoadley
Hi Ken,

On 19 Oct 2016, at 6:07 AM, Ken Anderson  wrote:

> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
> there any decent tools for doing this with WO?

We’ve used Highcharts in a few projects:

http://www.highcharts.com/ 


-- 
Paul Hoadley
http://logicsquad.net/



 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Best charting?

2016-10-18 Thread Steve Peery
I have also used jFreeChart.  

If you want to try it, see ERPChart and its subclasses in Wonder.

https://jenkins.wocommunity.org/job/WonderIntegration/lastBuild/javadoc/er/plot/ERPChart.html

Wonder makes it easy!

Steve

> On Oct 18, 2016, at 3:43 PM, Morris, Mark  wrote:
> 
> Hi Ken,
> 
> A few years ago I used jFreeChart, which was very easy to integrate. it has 
> factory methods for each type of chart that you throw your data at, lots of 
> customization options, and a variety of output formats. So for instance you 
> can just include a method that returns the image data and use that right in 
> your WOImage binding.
> 
> Good luck!
> Mark
> 
>> On Oct 18, 2016, at 2:37 PM, Ken Anderson  wrote:
>> 
>> All,
>> 
>> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
>> there any decent tools for doing this with WO?
>> 
>> Thanks!
>> Ken
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/mark.morris%40experian.com
>> 
>> This email sent to mark.mor...@experian.com
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/speery%40me.com
> 
> This email sent to spe...@me.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Best charting?

2016-10-18 Thread Morris, Mark
Hi Ken,

A few years ago I used jFreeChart, which was very easy to integrate. it has 
factory methods for each type of chart that you throw your data at, lots of 
customization options, and a variety of output formats. So for instance you can 
just include a method that returns the image data and use that right in your 
WOImage binding.

Good luck!
Mark

> On Oct 18, 2016, at 2:37 PM, Ken Anderson  wrote:
> 
> All,
> 
> I have some data that I’d like to be able to make HTML 5 charts from.  Are 
> there any decent tools for doing this with WO?
> 
> Thanks!
> Ken
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/mark.morris%40experian.com
> 
> This email sent to mark.mor...@experian.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com