This Question is Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
6 Replies Last post: Nov 27, 2007 8:41 PM by Tatyana Matveyeva  
Harald Mueller   4 posts since
Nov 26, 2007
Currently Being Moderated

Nov 26, 2007 10:43 PM

use chart with time axis with more the one value per day

Hi,

 

I try to create a lineChart with more then on value per Day. Per default ther is only one value per Day allowed. Is there a Way to use more values per day?

 

My tests raise:

Caused by: org.jfree.data.general.SeriesException: You are attempting to add ....

Tatyana Matveyeva   873 posts since
Aug 16, 2006
Currently Being Moderated
1. Nov 27, 2007 1:16 PM in response to: Harald Mueller
Re: use chart with time axis with more the one value per day

Hello Harald,

 

I don't fully understand your problem. Are you trying to create LineChart with DateAxis and several series (lines) in one Chart? Please clarify your use case and also provide us with a code of your page and backing bean.

 

Regards,

Tatyana

Tatyana Matveyeva   873 posts since
Aug 16, 2006
Currently Being Moderated
4. Nov 27, 2007 4:19 PM in response to: Harald Mueller
Re: use chart with time axis with more the one value per day

Harald,

 

Unfortunately, there is no possibility to use several keys for one date in the current implementation of the Chart component. We will improve Chart so this use case is possible in one of the future versions of QuipuKit. You can use the String objects instead.

 

Can you please describe what the problem with gridlines is? It is possible to specify gridlines for any chart axis types.

 

Regards,

Tatyana

Tatyana Matveyeva   873 posts since
Aug 16, 2006
Currently Being Moderated
6. Nov 27, 2007 8:41 PM in response to: Harald Mueller
Re: use chart with time axis with more the one value per day

Yes, I've tried to specify gridlines for the non-date axis and it does not work. Thank you for reporting the issue. We will fix it in one of the future releases of QuipuKit.

 

Regards,

Tatyana

More Like This

  • Retrieving data ...