[Seaside] Graphing in Seaside

Boris Popov boris at deepcovelabs.com
Tue Oct 16 21:26:54 UTC 2007


http://www.fusioncharts.com/

(html chart)
  type: (Charts flash: 'Line');
  size: 730 @ 300;
  callback: [:xml | self recentChartOn: xml];
  with: []

recentChartOn: xml
 (xml line2D)
  lineThickness: 2;
  animation: false;
  adjustDiv: true;
  setAdaptiveYMin: true;
  drawAnchors: true;
  caption: 'Last Balances (30 days)';
  yAxisName: 'Balance';
  with: [xml trendLines: [(xml line)
					displayValue: 'Holdback';
					showOnTop: true;
					valueOnRight: true;
					thickness: 2;
					alpha: 50;
					color: 'ff0000';
					startValue: ....

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Robert Bruce Carleton
> Sent: Tuesday, October 16, 2007 2:18 PM
> To: seaside at lists.squeakfoundation.org
> Subject: [Seaside] Graphing in Seaside
> 
> I'm considering moving gnuplot generated 2D graphs to Seaside.  Can
> anyone suggest the kinds of Squeak/Seaside tools that could help me
> generate graphs in Seaside?  We're already using PlotMorph in squeak
to
> do this kind of thing in Squeak and I'd like to move that kind of
> functionality to the web.
> 
> Thanks,
> 
>           --Bruce
> 
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list