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

jdbruijn

Members
  • Posts

    5
  • 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 jdbruijn

  1. I've tried both options, but both give me the error "Invalid chart property name" I'm using Jaspersoft Studio Professional 6.0.1.final
  2. I have a question about the dataLabels in a barchart. I have a jsFiddle that demonstrates what I want: http://jsfiddle.net/bxavx406/ As you can see there I've disable the dataLabels for the first data serie. And now I want to know how to translate this to my jrxml file. I've managed to enable the dataLabels for all series using the following code: <hc:chartProperty name="plotOptions.series.dataLabels.enabled"> <hc:propertyExpression><![CDATA[boolean.TRUE]]></hc:propertyExpression> </hc:chartProperty>[/code]But I'm not sure how I can disable this dataLabel for a specific data serie. Or maybe only activate it for 1 specific data serie to begin with. Thanks
  3. We would like to define a (responsive) HTML template that has to be used when sending report from JasperServer. So for I can only sent the mail as a plaint text mailbody, i've even tried to include html code in the body, but it treads it as plain text. So is it possible to use a (responsive) HTML template for the report scheduler?
  4. I'm trying to use the webservice to automaticly upload a report to different organizations (and later to multiple production servers) I've found a weblink where this is explained: http://stackoverflow.com/questions/12596435/rest-web-service-api-upload-update-report-template But after that I still have to manually set the datasource for this report Can this be done with the same webservice call? Or is there another option I can use to upload a report to multiple organizations at once?
  5. I want to show the chart title ontop of the chart, but aligned to the left not centered. Is that possible?
×
×
  • Create New...