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

serhii.dakhnii

Members
  • Posts

    3
  • Joined

  • Last visited

serhii.dakhnii's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  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...