Jump to content
Changes to the Jaspersoft community edition download ×

serhii.dakhnii

Members
  • Posts

    3
  • 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 serhii.dakhnii

  1. I've solved this using the bucket properties. In expressions for bucket properties you are able to use subdataset fields. Here is a good example: https://community.jaspersoft.com/wiki/dynamically-updating-bar-colors-html5-bar-charts
  2. I'm trying to render multipage report with HTML5 charts on the first and the second pages. this.report = this.v.report({ loadingOverlay: false, container: this.container, server: this.server, resource: this.props.resource, params: //some my params events: { beforeRender: this.handleSuccess, }, pages: '1-3', success: console.warn, error: this.props.addNotificationError, });[/code]The chart on the first page is rendering, but the chart on the second page is blank. I've found out that the API performs the only call to http://myserver/jasperserver-pro/getReportComponents.html with form data: jasperPrintName:2c52ae0e-7927-4b50-a456-5b7e829a2e23 (or any other id)pageIndex: 0[/code]As the result, only the first chart configuration is retrieved. Could anybody tell the reason of the only call for components or suggest the way to simulate the calls for the other pages? Thanks.
×
×
  • Create New...