Hello, I have this requirement where I want to show a trend of arrival of some sort of feeds over a period of days. On my X-axix I have plotted the dates in the format "MM/DD/YY" by using getLabels () method of the ChartModel. On the Y-axix I want to plot the time. But as you know to plot the Y axix i need to implement the getYValues method which returns a list of list of doubles. so basically i can just show doubles on the Y axix. But my requirement is to show the time in hh:mm format on the Y axix.
I would really appreciate any help on this. Thanks Parthiv
