Jump to content
JasperReports Library 7.0 is now available ×

iReport bug: chart timeseries support..


toolman

Recommended Posts

as I reported here: http://www.jasperforge.org/index.php?option=com_joomlaboard&Itemid=&func=view&catid=9&id=18902#18902

 

 

 

It seems that iReport is still muddling the "endDateExpression" for a timePeriodSeries set - it keeps setting it to the same value as "startDateExpression", causing each datapoints interval (width) to be 0. eg:

 

Code:

...
<startDateExpression><![CDATA[$F{startdate}]]></startDateExpression>
<endDateExpression><![CDATA[$F{enddate}]]></endDateExpression>
...

 

keeps changing to

 

Code:
[code]
...
<startDateExpression><![CDATA[$F{startdate}]]></startDateExpression>
<endDateExpression><![CDATA[$F{startdate}]]></endDateExpression>
...

 

every time iReport touches the jrxml.

 

Sorry to repost, but I figured that no-one saw my original post as it was a reply to someone else with the same problem!

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

A general note to all:

 

 

Developers don't have the time to trawl through every post on the forums, so it's understandable that some issues raised within the forums are not picked up.

 

 

If the developer community doesn't pick up on a bug outline in the forums then you should follow the instructions at

 

 

http://www.jasperforge.org/index.php?option=com_content&task=view&id=89&Itemid=242

 

 

to submit a Bug Tracker Item.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...