There is a guide for the Custom Visualization Component in JasperSoft 5.6 (http://community.jaspersoft.com/wiki/custom-visualization-component-jasp...).
The component was changed in Jaspersosft 6. Is there any new guide?
4 Answers:
You could look at the Visualize.js guide, which is available in HTML (http://community.jaspersoft.com/documentation/tibco-jasperreports-server...) or PDF (http://community.jaspersoft.com/system/files/restricted-docs/jasperrepor...). The topics under "Visualize.js Tools" contain some examples.
breport,
Here's a beginning: Custom Visualization Component v6.0.x, http://community.jaspersoft.com/wiki/custom-visualization-component-v60x
Take a look. We're in progress on it.
djohnson53,
thanks a lot. the component is working fine now. I had an problem with using jQuery in the component. It was not running on the JRS, because of the conflict with prototype.js.
After adding jQuery.noConflict() to the wrap end it was working fine.
new warp end:
end: "\n\njQuery.noConflict();\n}(typeof __visualize__ != 'undefined' ? __visualize__ : window));"
Thanks. Is it possible to get the source code of jasperreports-customvisualization. That would help a lot.