Re: Best charting

2016-10-19 Thread Stavros Panidis
ects-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
> 
> 
> 
> 
> --
> 
> Message: 4
> Date: Wed, 19 Oct 2016 13:00:34 +1030
> From: Paul Hoadley <pa...@logicsquad.net>
> To: Ken Anderson <kenli...@anderhome.com>
> Cc: WebObjects-Dev <webobjects-dev@lists.apple.com>
> Subject: Re: Best charting?
> Message-ID: <bd39d482-0b12-452d-905d-13c665c26...@logicsquad.net>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi Ken,
> 
> On 19 Oct 2016, at 6:07 AM, Ken Anderson <kenli...@anderhome.com> 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/ <http://www.highcharts.com/>
> 
> 
> -- 
> Paul Hoadley
> http://logicsquad.net/
> 
> 
> 
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.apple.com/archives/webobjects-dev/attachments/20161019/63742daf/attachment.html>
> 
> --
> 
> Message: 5
> Date: Wed, 19 Oct 2016 13:12:29 +1030
> From: Paul Hoadley <pa...@logicsquad.net>
> To: WebObjects Development <webobjects-dev@lists.apple.com>
> Subject: NPE in ERXObjectStoreCoordinatorSynchronizer
> Message-ID: <4729dd4d-8180-4fa0-b727-e577d200b...@logicsquad.net>
> Content-Type: text/plain; charset="utf-8"
> 
> Hello,
> 
> I seem to be starting a number of posts in this way, but… I’m seeing very 
> occasional stack traces from the wild that look like this:
> 
> Oct 17 23:10:57 Relief[2002] ERROR 
> er.extensions.eof.ERXObjectStoreCoordinatorSynchronizer  - 
> java.lang.NullPointerException
> NullPointerException
>  at 
> com.webobjects.eocontrol.EOCustomObject.willReadRelationship(EOCustomObject.java:1270)
>  at 
> er.extensions.eof.ERXGenericRecord.willReadRelationship(ERXGenericRecord.java:385)
>  at 
> com.webobjects.eocontrol._EOMutableKnownKeyDictionary$Initializer$_LazyGenericRecordBinding.valueInObject(_EOMutableKnownKeyDictionary.java:614)
>  at 
> er.extensions.eof.ERXGenericRecord$TouchingBinding.valueInObject(ERXGenericRecord.java:214)
>  at 
> com.webobjects.eocontrol.EOCustomObject.storedValueForKey(EOCustomObject.java:1634)
>  at net.logicsquad.relief.model._Job.classTeacher(_Job.java:192)
> ... skipped 6 stack elements
>  at 
> er.extensions.eof.ERXGenericRecord$InverseRelationshipUpdater.includeObjectIntoPropertyWithKey(ERXGenericRecord.java:1367)
>  at 
> er.extensions.eof.ERXGenericRecord.includeObjectIntoPropertyWithKey(ERXGenericRecord.java:1225)
>  at 
> net.logicsquad.relief.model._ClassTeacher.addToJobs(_ClassTeacher.java:212)
> ... skipped 5 stack elements
>  at 
> com.webobjects.eocontrol.EOCustomObject.addObjectToPropertyWithKey(EOCustomObject.java:940)
>  at 
> com.webobjects.eocontrol.EOEditingContext._mergeValueForKey(EOEditingContext.java:660)
>  at 
> com.webobjects.eocontrol.EOEditingContext._mergeObjectWithChanges(EOEditingContext.java:3457)
>  at 
> com.webobjects.eocontrol.EOEditingContext._processObjectStoreChanges(EOEditingContext.java:3546)
>  at er.extensions.eof.ERXEC._processObjectStoreChanges(ERXEC.java:1549)
> ... skipped 5 stack elements
>  at 
> com.webobjects.eocontrol.EOEditingContext._sendOrEnqueueNotification(EOEditingContext.java:4715)
>  at 
> com.webobjects.eocontrol.EOEditingContext._objectsChangedInStore(EOEditingContext.java:3562)
>  at er.extensions.eof.ERXEC._objectsChangedInStore(ERXEC.java:1489)
> ... skipped 7 stack elements
>  at 
> com.webobjects.eocontrol.EOObjectStoreCoordinator._objectsChangedInSubStore(EOObjectStoreCoordinator.java:693)
> ... skipped 7 stack elements
>  at 
> er.extensions.eof.ERXObjectStoreCoordinatorSynchronizer$ProcessChangesQueue$ToManyUpdateCacheChangeProcessor.processCacheChange(ERXObjectStoreCoordinatorSynchronizer.java:466)
>  at 
> er.extensions.eof.ERXObjectStoreCoordinatorSynchronize

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