Xml Support for chart types

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sarin
Posts: 10
Joined: Mon Dec 17, 2007 1:29 pm

Xml Support for chart types

Post by sarin » Mon Jan 07, 2008 9:36 am

This is regarding the input to the JFree chart.
I have done samples for drawing pie and bar using input as XML files and it seems working fine.
but i didn't find any such API support for Bubble, Gantt, HighLowchart which accepts XML as input.
I would appreciate if you can clarify this concern as soon as possible.

Looking forward to hear from you.
Thanks in Advance

Rajesh

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Mon Jan 07, 2008 12:48 pm

The XML formats for PieDataset and CategoryDataset were created several years ago. No equivalent has ever been developed for XYDataset or any of its extensions...it would be great to have, of course.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked