Jump to content
Changes to the Jaspersoft community edition download ×

kshah_1

Members
  • Posts

    6
  • Joined

  • Last visited

kshah_1'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. How do I create a filter for a HTML5 chart and then deployed to JS server so that if the filter is left blank it is not used in the query?
  2. We have a multiaxiscolumn type chart and need to change the font specification for the yAxis titles and labels. We are able to change this for xAxis without any issues, but it doesn't seem to work for the multi axis charts. What is being used is: <hc:chartProperty name="yAxis.title.style.color"><hc:propertyExpression><![CDATA["#ff0000"]]></hc:propertyExpression></hc:chartProperty><hc:chartProperty name="yAxis.labels.style.color"><hc:propertyExpression><![CDATA["#ff0000"]]></hc:propertyExpression></hc:chartProperty> But the chart always uses the default (whatever that is set to). Any ideas?
  3. I tried that out. In the Highcharts samples, it shows that pie slice has to be set to "sliced" = true. I am not sure how that can be accomplished within JS, especially since our data comes from the DB? I tried setting an hcproperty to series.data.sliced = true but that didn't work. Thanks
  4. We want to use Google based Open Sans font for our reports in JS. I added them suing the Preferences->JS->Fonts menu and it seems to work fine when previewing in Studio. Then I put the export jar file for the font family in C:Jaspersoftjasperreports-server-5.5apache-tomcatwebappsjasperserver-proWEB-INFlib directory But within JS Reports Server, the font doesn't appear (it shows Times New Roman instead). I have attached a zip file with the font jar file, screenshot from JS Studio and screenshot in JS Reports Server. Any ideas? Thank You
  5. We are developing a HTML 5 Pie Chart. In the default one, issue we are having is that if from the 5 values plotted, if 2 are large and 3 are really small the smaller values occupy so little space its difficult for anybody to see them. So, I think a break apart pie chart might work in such a case. Basically, there would be some space between each slice making the smaller slices more clear. How can we achieve this in Jaspersoft Studio? Thanks
  6. See screenshot above. How can I fix this? I can't get columns to add to the query in this scenario.
×
×
  • Create New...