rmarkey
01-10-2008, 05:49 PM
Hi all,
I am prototyping Pentaho's capabilities for an upcoming project. So for I have been able to create a report and flat text file from a standalone application, but when I create a chart the generated chart.html page is empty.
Here is the code I am executing. I pulled the xaction and xml files from a pentaho demo.
ISolutionEngine solutionEngine = SolutionHelper.execute(
"Chart Example",
"Chart",
"getting-started/piechart_data.xaction",
new HashMap(),
new File( outputPath + File.separator + "chart.html"));
Thanks for your help!
I am prototyping Pentaho's capabilities for an upcoming project. So for I have been able to create a report and flat text file from a standalone application, but when I create a chart the generated chart.html page is empty.
Here is the code I am executing. I pulled the xaction and xml files from a pentaho demo.
ISolutionEngine solutionEngine = SolutionHelper.execute(
"Chart Example",
"Chart",
"getting-started/piechart_data.xaction",
new HashMap(),
new File( outputPath + File.separator + "chart.html"));
Thanks for your help!