Hi
@all!;
I try to show some kind of tree in one of my reports
(something like this f.e.:
http://thejit.org/static/v20/Jit/Examples/Spacetree/example1.html ).
Because BIRT itself doesn't have a tree chart, I use JavaScript and integrate my js-file into the report with a dynamic text.
When I deploy the report (and the .js file as resource) and try to view it in the actuate iServer, it tells me that the <canvas>-tag is not supported or needs to be activated.
In firefox (without a birt report and iServer, just html which loads the javascript and opened in the browser) my tree works.
Does the iServer use this BIRT-Viewer thing to whow the reports? (I use the iServer in firefox so I hoped it would work...)
Is there a way to avticate <canvas>-support (or html5 support maybe?)?
Or is there a way to deploy a html-page (instead of a birt-report) to the iServer?
Most dynamic tree-charts a.s.o. use the canvas-tag... =/
Sorry if this is not the right forum for this question, I wasn't sure where to post.
Greets,
Sabine