Jump to content
JasperReports Library 7.0 is now available ×

Enabling Highcharts Properties in Jaspersoft 6.3.0


dstevens_2

Recommended Posts

I am having trouble implementing a highchart property. Specifically i have implemented the following code, and the report will run but nothing happens when i click the data series:

                        <jrhc:chartProperty name="plotOptions.series.events.click">                            <jrhc:propertyExpression><![CDATA["function() { window.open('http://www.google.com');}"]]></jrhc:propertyExpression>                        </jrhc:chartProperty>[/code]

I also have this line in my jrxml:

    <property name="com.jaspersoft.jasperreports.highcharts.function.properties.allowed" value="true"/>[/code]

I have read in a couple forums that this line of code needs to be added to WEB-INFclassesjasperreports.properties.

Is this true for version 6.3.0? Do I need to get my admin to add "com.jaspersoft.jasperreports.highcharts.function.properties.allowed" value="true" to \WEB-INFclassesjasperreports.properties to access highchart event functions?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...