Jump to content
We've recently updated our Privacy Statement, available here ×

yhhs09

Members
  • Posts

    8
  • Joined

  • Last visited

yhhs09's Achievements

  1. Hi, Any news on having the page headers and footers feature in docx export?
  2. Hi Alex Is it possible to attach the jrxml file for the table of content mention in this post, or a step by step procedure?
  3. Hi Can anyone help me concerning the html5 chart(highchart) in jasper ireport? The issues is that I managed to create multiple yAxis using just a column chart and using Groovy Language in the html5 chart by using the chart property and value as below: </hc:chartProperty> <hc:chartProperty name="yAxis"> <hc:propertyExpression><![CDATA[java.util.Arrays.asList( (""), ("") )]]></hc:propertyExpression> But I still don't know how to input the yAxis properties such as "yAxis.title", "yAxis.max", etc. I still think that it is possible to modify the yAxis using the above code.
  4. Hi I need someone to help me concerning the Widget pro- Gantt chart. I'm currently using the Jaspersoft Ireport 5.2, and I want to change the date format in the Gantt chart, for example from us date format '5/25/2013' to either '25 May 2013' or 25/05/2013. My original data is $F{startDate} in format " Sun May 25 00:00:00 WST 2013" for example. I tried using the "new SimpleDateFormat("dd MMM yyyy").format($F{startDate}) under Task - start expression as well as the end expression, but does not work. I also tried the dateformat property in Gantt Configuration - show advanced options - add - dateformat. I tried using the dte format "dd/mns/yyyy" which should give me "25/May/2013" but instead give a different date as "05/Dec/2013". So i figured out that it reading month as day and vice versa. So is there a way to change that??? Can anyone help me ASAP Please!
  5. I'm new to jaspersoft studio 5.5, and I want to use the new combination html5 chart (e.g. columnline, columnspline, multiAxis chart. My issue is that I want to change the Y-Axis to my liking, e.g. setting the min & max value on both sides of the yAxis and change the type to logarithmic. I have try changing it in the chart property ( with referencing to highchart API), but with no changes. so Is there a way to change it?
×
×
  • Create New...