dstevens_2 Posted October 19, 2017 Share Posted October 19, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now