From: Ashutosh S. <ash...@al...> - 2003-09-05 11:47:49
|
A Line chart takes String[] for the xAxisLabels. Instead I want to pass = java.util.Date object for the x-Axis. So, I can address locale specific issue too. Basically I'm = looking for an API, which allows me to provide the Date. So, it should be able to interpret it = accordingly.=20 Are you planning to implement it in near future. Regards, Ashutosh. =20 --- Ashutosh Satyam <ash...@al...> wrote: > I recently downloaded jcharts0.7.4. > Found the included docs and the example war file quite useful in using = and understanding this > library. > I need to plot a Time Series chart, say like a chart depicting the = memory usage of the system > i.e. (Memory Usage v/s Time). Why can't you use a Line Chart for this? Did you take a look at the = Samples or User Guide? > I have an impression that it's not possible to render such a chart = using the existing API. > > What I see in the current available implementation, for the base class = Chart are - Axis Chart, > ScatterPlotAxisChart and PieChart2D. > > If in case it's possible to plot, Time Series Chart using these API's. = Kindly let me know. > > Thanks & Regards, > Ashutosh > |