[ANN] Rickshaw.js charting library for Seaside

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Rickshaw.js charting library for Seaside

Esteban A. Maringolo
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

Reply | Threaded
Open this post in threaded view
|

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

philippeback
Oooh, very cool.

I am in need of using some data from RRDs, this looks like pretty interesting to me.
Anyone doing just that?

Phil




On Wed, Mar 19, 2014 at 2:26 AM, Esteban A. Maringolo <[hidden email]> 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
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

Reply | Threaded
Open this post in threaded view
|

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

Esteban A. Maringolo
I started walking this road of looking for the holy grail of charting
libraries, and restricted my options to alternatives that are free and
open source (this leaves Highcharts out of the equation, sadly), and
based on D3.js.

For RRD like graphics, there are some alternatives like Cubism [1],
that I think are better suited.

This is certainly a first attempt to have something usable, I'll need
drilldown of my graphics, so probably I'll end up using something with
Crossfilter[2], most likely dc.js [3], but wrapping that is a whole
different story.

Maybe before I need that, there will be a Roassal.js available, based
on d3.js too :)

Regards!


[1] http://square.github.io/cubism/
[2] http://square.github.io/crossfilter/
[3] http://dc-js.github.io/dc.js/
Esteban A. Maringolo


2014-03-19 4:32 GMT-03:00 [hidden email] <[hidden email]>:

> Oooh, very cool.
>
> I am in need of using some data from RRDs, this looks like pretty
> interesting to me.
> Anyone doing just that?
>
> Phil
>
>
>
>
> On Wed, Mar 19, 2014 at 2:26 AM, Esteban A. Maringolo <[hidden email]>
> 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
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>