AidaCharts first chart

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

AidaCharts first chart

Janko Mivšek
Yep, here it is, Nico just sent it to me, a first chart from forthcoming
AidaCharts.

Here is a code snippet for plotting a chart bellow:

        e := WebElement new.
        chart := WebChart new data: anArrayOfPoints.
        e add: chart.
        ^e

Best regards
Janko

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida

Capture.png (92K) Download Attachment
signature.asc (270 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: AidaCharts first chart

BrunoBB
Very good !!!

Regards,
Bruno
-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of
Janko Mivšek
Sent: Friday, November 14, 2008 4:37 PM
To: Aida/Web general discussion list
Subject: [aida] AidaCharts first chart

Yep, here it is, Nico just sent it to me, a first chart from forthcoming
AidaCharts.

Here is a code snippet for plotting a chart bellow:

        e := WebElement new.
        chart := WebChart new data: anArrayOfPoints.
        e add: chart.
        ^e

Best regards
Janko

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si

No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.175 / Virus Database: 270.9.3/1788 - Release Date: 11/14/2008
1:36 PM

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida