[Seaside] [ANN] Rickshaw.js charting library for Seaside

Esteban A. Maringolo emaringolo at gmail.com
Fri Mar 21 15:50:14 UTC 2014


Johan,

I plan to do some d3.js work, particularly to use it with dc.js [1]
(I'm interested in crossfilter[2] based charting until Roassal gets to
the web :) ).
After porting Rickshaw I read enough material amount of d3 as to make
me want to build a binding/wrapper for it too.

So, I'm open to help you wrapping it in Smalltalk if you want. I don't
have much experience with Seaside but I'm a fast learner o.O

Regards,

[1] http://dc-js.github.io/dc.js/
[2] http://square.github.io/crossfilter/


Esteban A. Maringolo


2014-03-21 12:18 GMT-03:00 Johan Brichau <johan at inceptive.be>:
> Thanks for sharing this.
> I had been using Rickshaw from Javascript directly but I'm looking forward to use it from Seaside code.
>
> Btw, I am working on a binding for d3js, but it's advancing slow because I work application-driven on it.
>
> Johan
>
>> On 19 Mar 2014, at 02:26, "Esteban A. Maringolo" <emaringolo at gmail.com> wrote:
>>
>> I just uploaded to SmalltalkHub an initial wrapper for the Rickshaw.js
>> charting library (http://code.shutterstock.com/rickshaw/).
>>
>> As usual, you can load it with the following expression:
>>
>> Gofer it
>>  smalltalkhubUser: 'emaringolo' project: 'rickshaw';
>>  package: 'ConfigurationOfRickshaw';
>>  load.
>>
>> (Smalltalk at: #ConfigurationOfRickshaw) project development load: 'All'
>>
>> This will load all the packages, including a Seaside component
>> installed at '/rickshaw' containing various examples.
>>
>> It is an initial version and my first package uploaded to
>> SmalltalkHub, so bugs and and mistakes are expected :)
>>
>> Questions are welcome too.
>>
>> Regards,
>>
>> Esteban A. Maringolo
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list