I think we have two threads about charting, two architecture: a. XML data -> XSLT -> SVG chart
b. something with classes (chart generator?) > On Friday 05 Apr 2002 18:58, Nicola Ken Barozzi wrote: > > From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> > > > > Ok, so I've managed to import the charting classes on sourceforge, under my > > krysalis.org project. can someone explain the second option? When I worked on John's xslt files I thought the best would be: 1. produce the data in XML 2. transform it to a standard line chart xml (not svg but contains all data to render the svg: axis, max value, labels, points, lines) 3. transform it to SVG (it's only a skin) my line.xsl I sent combines the step 2 and step 3 that's why it's very hard to change the design peter > -----Original Message----- > From: Morrison, John [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 1:05 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Charting > > > They were a contribution I made some time ago. They *all* > have some bugs in > them though... :( > > They (used) to work with C2, but I've not tried them for a > _long_ time :) > > If you want to fix them... please feel free to send the > patches to either me > or the batik groups. > (There weren't any comments in them when I wrote them, they > were proof of > concept stuff only) > > J. > > -----Original Message----- > From: Halácsy Péter [mailto:[EMAIL PROTECTED]] > Sent: 04 April 2002 15:36 > To: [EMAIL PROTECTED] > Subject: RE: Charting > > > hello, > attached bar.xsl origins from batik cvs. In that cvs you can > find somewhere > a bar.xsl, line.xsl and pie.xsl (I don't know where and I > have no time to > search it now; I had a local copy of it). > > I attached my line.xsl that transform data.xml to a line > chart. Unfortunatly > the comments are Hungarian. > > I hope this helps. > > > -----Original Message----- > > From: Sozonnik Andrew [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, April 04, 2002 3:25 PM > > To: [EMAIL PROTECTED] > > Subject: Charting > > > > > > Hello all ! > > > > Can anybody tell me, is it available some tools for C2 > > to generate complete charts (with axis, labels etc.) for example in > > SVG, based on data in XML ? > > > > With respect, > > Sozonnik Andrew. > > > > > > > --------------------------------------------------------------------- > > Please check that your question has not already been answered in the > > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > > > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > > For additional commands, e-mail: <[EMAIL PROTECTED]> > > > > > > > ============================================================== > ========= > Information in this email and any attachments are > confidential, and may > not be copied or used by anyone other than the addressee, nor > disclosed > to any third party without our permission. There is no intention to > create any legally binding contract or other commitment > through the use > of this email. > > Experian Limited (registration number 653331). > Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>
