NullPointerException on chart with mouseover tooltip [message #1028072] |
Wed, 27 March 2013 20:02  |
Eric Daly Messages: 11 Registered: January 2013 |
Junior Member |
|
|
Hi,
I'm getting a NullPointerException on a chart whenever I add anything to the mouseover tooltip text to the Value Series. It works fine on other reports, but for some reason this particular report doesn't like it.
This is BIRT 3.7.2, and I verified the only change to the report XML was the single line change from
<Triggers>
<Condition>onmouseover</Condition>
<Action>
<Type>Show_Tooltip</Type>
<Value xsi:type="attribute:TooltipValue">
<Text></Text>
<Delay>200</Delay>
</Value>
</Action>
</Triggers>
to
line change from
<Triggers>
<Condition>onmouseover</Condition>
<Action>
<Type>Show_Tooltip</Type>
<Value xsi:type="attribute:TooltipValue">
<Text>"Example";</Text>
<Delay>200</Delay>
</Value>
</Action>
</Triggers>
Also it seemed odd to me that onmouseover was in its own <Triggers></Triggers> block, although there's a separate block above it for onclick which works fine. I tried manually moving the contents to the first <Triggers> block with no luck.
[Updated on: Wed, 27 March 2013 20:03] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.01613 seconds