[Seaside] [ANN] PlotKit 0.8 for Seaside

Mart-Mari Breedt breedt_m at aircom.co.za
Tue Apr 25 13:50:37 UTC 2006


Hallo,

I really like the new charts, but am struggling a bit to figure out how
the labels for the PlotKit pie charts work. Seeing that there is not an
xTicks: accessor for the pie chart layout, one would assume that the
labels can be set in the dataset. But using a dataset like the one below
cause's nothing to be displayed, while passing numeric labels seems to
work fine.

dataset := PKDataset new
	name: 'data1';
	addX: 'A' y: 1;
	addX: 'B' y: 2;
	addX: 'C' y: 3;
	addX: 'D' y: 4;
	yourself

Kind regards,

Mart-Mari

-----Original Message-----
From: Philippe Marschall [mailto:philippe.marschall at gmail.com] 
Sent: 10 April 2006 10:42 nm
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: [Seaside] [ANN] PlotKit 0.8 for Seaside

Hi

Alastair Tse took the time and rewrote CanvasGraph.js from scratch and
called it PlotKit (http://www.liquidx.net/plotkit/). Now Seaise
bindings are available at: http://squeaksource.com/seachart/
So whats new:
- a new renderer that looks like Office 2007
- an experimental SVG backend
- IE emulation, yes it works in IE!

There is also a demo application available at:
http://seachart.seasidehosting.st/ that also displays some other
seachart components. It uses a free template by Andreas Viklund
(http://andreasviklund.com/)

Cheers
Philippe
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the Seaside mailing list