Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Add an image above a graph
dader
Hi,<br />
<br />
I have some difficults to design a report with BIRT.<br />
<br />
Here the subject:<br />
I need to evaluate people on differents criteria. The people obtain a score with wich I have to draw a graph.<br />
The size of the graph depends on the score. The graph have to look like a thermometer.<br />
<br />
I succeeded to draw this graph but how can I do to 'transform' it in thermometer ?<br />
<br />
The solution I have found is to draw the graph and add the thermometer above it.<br />
To do that, I add a HTML field to include the image of the thermometer, and place it above the graph with CSS.<br />
<br />
Here the code :<br />
<br />
<text id="737"><br />
<property name="contentType">html</property><br />
<text-property name="content"><![CDATA[<DIV style="position:absolute; top: 110 px; left: 70 px; visibility : visible;z-index : 2;"><br />
thermo.png</DIV>]]></text-property><br />
</text><br />
<br />
This works fine when I preview it in Eclipse, but when I deploy the report on the Tomcat server that's not working anymore.<br />
I obtain a Java compiler error, wich disapear if I don't include the thermoter image.<br />
<br />
Do you have any idea of the problem, or a different way to do it ?<br />
<br />
Thanks.<br />
<br />
(I am french, so excuse my bad english)
Find more posts tagged with
Comments
There are no comments yet