| DateTime Chart [message #730857] |
Thu, 29 September 2011 07:51  |
Eclipse User |
|
|
|
I am fairly new to birt. I want a plot with x axis as time and y axis as value.
So dataset will be sth like
CREATED_DATE VAL
Sep 27, 2011 11:33:00 PM 0.0000
Sep 27, 2011 11:33:05 PM 25.8800
Sep 27, 2011 11:33:10 PM 50.0000
Sep 27, 2011 11:33:15 PM 70.7100
Sep 27, 2011 11:33:20 PM 86.6000
Sep 27, 2011 11:33:25 PM 96.5900
Sep 27, 2011 11:34:00 PM 100.0000
Sep 27, 2011 11:34:05 PM 96.5900
i drop val column in y series aggregation, created_date in x series. What i get is one point!!! The chart added all the values as they are in year 2011!!! How can I get my chart?
|
|
|
| Re: DateTime Chart [message #730961 is a reply to message #730857] |
Thu, 29 September 2011 11:23   |
Eclipse User |
|
|
|
Select the grouping and sorting (Down arrow) on the x-axis from the
Select Data tab of the chart wizard. Un-check the Grouping checkbox.
Jason
On 9/29/2011 7:51 AM, pkj5ue wrote:
> I am fairly new to birt. I want a plot with x axis as time and y axis as
> value.
> So dataset will be sth like
>
> CREATED_DATE VAL
> Sep 27, 2011 11:33:00 PM 0.0000
> Sep 27, 2011 11:33:05 PM 25.8800
> Sep 27, 2011 11:33:10 PM 50.0000
> Sep 27, 2011 11:33:15 PM 70.7100
> Sep 27, 2011 11:33:20 PM 86.6000
> Sep 27, 2011 11:33:25 PM 96.5900
> Sep 27, 2011 11:34:00 PM 100.0000
> Sep 27, 2011 11:34:05 PM 96.5900
>
> i drop val column in y series aggregation, created_date in x series.
> What i get is one point!!! The chart added all the values as they are in
> year 2011!!! How can I get my chart?
|
|
|
|
Powered by
FUDForum. Page generated in 0.03774 seconds