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

elliot0416

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by elliot0416

  1. Hi All, Can someone tell me why the iamge produced by ireport with the HTML format only contains the chart without the static text? You can see the screenshot as follows. Thanks, Nathan Yang
  2. After I install the Jaspersoft Ireport Designer 5.0.1, why I can't see the HTML5 Chart in my Palete? Please see the attachment in detail.
  3. Actually there are just 2 categories. I just can't figure out why there exist space between the 2 categories. Is there any posiible that there is just too little data?
  4. Hi All, I am using the Ireport 4.7.0. I use the customizer class to define the ItemMargin( which controls the space length between two bars) and the MaximumBarWidth( which controls the max bar width). The code is as follows: if (categoryPlot.getRenderer() instanceof BarRenderer) { BarRenderer barRenderer = (BarRenderer)categoryPlot.getRenderer(); if (itemMargin >= 0 && itemMargin <= 1) { barRenderer.setItemMargin(itemMargin); } if(maximumBarWidth >=0 && maximumBarWidth <= 1){ barRenderer.setMaximumBarWidth(maximumBarWidth); } } Now the question is that I set the value of itemMargin 0.0f and the value of maximumBarWidth 0.05f. There still exists space between two different color bars when there are just 2 or 3 or 4 bars in the chart despite I set the itemMargin 0. You can see the attachment in detail. Who can help me with this question? Thanks&Best Regards Nathan Yang
×
×
  • Create New...