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

ragopalakrishnan

Members
  • Posts

    6
  • Joined

  • Last visited

ragopalakrishnan's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I had the same issue with Stacked Bar Chart. Mine is Jasper Community Editionn 6.2.1. Able to fix the issue by using below property in <reportElement> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> my source code snippet <stackedBarChart> <chart evaluationTime="Report"> <reportElement x="3" y="4" width="547" height="310" uuid="437a72b9-4d07-40de-8497-358e8d904795"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> </reportElement> Hope this helps
  2. Decreasing chart width or height is not a dynamic solution. I had the same issue with Stacked Bar Chart. Mine is Jasper Community Editionn 6.2.1. Able to fix the issue by using below property in <reportElement> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> my source code snippet <stackedBarChart> <chart evaluationTime="Report"> <reportElement x="3" y="4" width="547" height="310" uuid="437a72b9-4d07-40de-8497-358e8d904795"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> </reportElement> Hope this helps
  3. I had the same issue with Stacked Bar Chart. Mine is Jasper Community Editionn 6.2.1. Able to fix the issue by using below property in <reportElement> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> my source code snippet <stackedBarChart> <chart evaluationTime="Report"> <reportElement x="3" y="4" width="547" height="310" uuid="437a72b9-4d07-40de-8497-358e8d904795"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> </reportElement> Hope this helps
  4. I had the same issue with Stacked Bar Chart. Mine is Jasper Community Editionn 6.2.1. Able to fix the issue by using below property in <reportElement> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> my source code snippet <stackedBarChart> <chart evaluationTime="Report"> <reportElement x="3" y="4" width="547" height="310" uuid="437a72b9-4d07-40de-8497-358e8d904795"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> </reportElement>
  5. I had the same issue with Stacked Bar Chart. Mine is Jasper Community Editionn 6.2.1. Able to fix the issue by using below property in <reportElement> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> my source code snippet <stackedBarChart> <chart evaluationTime="Report"> <reportElement x="3" y="4" width="547" height="310" uuid="437a72b9-4d07-40de-8497-358e8d904795"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> <property name="net.sf.jasperreports.chart.range.axis.tick.interval" value="1"/> </reportElement>
  6. Hi - I am using Jasper Studio 6.2.1 to create Stacked Area Charts. In the chart, i want to give name of Series as Label. When given it's not showing up in the chart. But the Tooltip text of Label says " By default, this labels are not visible, to have them visible set to True the element "Show Label" inside the section "Chart Plot" of the chart properties. But i don't find Show Label anywhere. Any help is much appreciated. Thanks, R
×
×
  • Create New...