Implementing the Chronoscope Plug-in for Pentaho Sample Data
By leveraging the Timepedia Chronoscope framework, BizCubed has developed a method of visualising time-based data in an interactive way using standard Web technologies.Acknowledgments
Ray Cromwell of Timepedia. He has built and maintains the Chronoscope project. Hats off to his great work. If you want some good information about AJAX and JavaScript check out his blog.Implementation Instructions
Start with a working installation of the Pentaho BI Server, with the Sample Data enabled. Download the zip file attached here. Unzip it and follow the instructions below."chronoscope" directory
Copy this directory to {pentaho}/pentaho-solutions/"widget" folder
Copy this directory to {pentaho}/jboss/server/default/deploy/pentaho.war"chronoscope.jsp" file
Place this file in {pentaho}/jboss/server/default/deploy/pentaho.war/ You will need to modify it to suit your deployment. First, find this section (line 197) and set the location of the JS file on your Pentaho server:<!-- content -->
<script type="text/javascript" src="http://localhost:8080/pentaho/widget/chronoscope.js"></script>// Run the action sequence try { runtime = ChartHelper.doAction( "chronoscope", "test", "date_amount.xaction", "chronoscope.jsp", parameters, userSession, messages, null );
Update Pentaho
Update the Pentaho Solutions repository — Go to the Admin page and click on "Update Solutions Repository".
on 16/05/2009 at 15:48