Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Problem with Tooltips display on SVG Charts
Problem with Tooltips display on SVG Charts [message #243118] Mon, 18 June 2007 15:18 Go to next message
Henry Wilson is currently offline Henry WilsonFriend
Messages: 20
Registered: July 2009
Junior Member
I've got a piece of code to generate bar charts in SVG format. The code adds
a tooltip to each bar in the chart to display the bars value when the mouse
is hovered over it. However, when I actually run it, the tooltip for each
bar is the same - they all display the value of the last bar on the chart.

I've verified that the data present in the list of triggers (obtained with
BarSeries.getTriggers() ) is correct, yet it won't display correctly. Any
ideas?
Re: Problem with Tooltips display on SVG Charts [message #243297 is a reply to message #243118] Tue, 19 June 2007 13:25 Go to previous messageGo to next message
David Michonneau is currently offline David MichonneauFriend
Messages: 1145
Registered: July 2009
Senior Member
I believe this should be fixed. Can you try with the lastet 2.1.3 release or
2.2 RC4?

Thanks,

David

"Henry Wilson" <hfwilson@uk.ibm.com> wrote in message
news:f567r9$7j5$1@build.eclipse.org...
> I've got a piece of code to generate bar charts in SVG format. The code
> adds a tooltip to each bar in the chart to display the bars value when the
> mouse is hovered over it. However, when I actually run it, the tooltip for
> each bar is the same - they all display the value of the last bar on the
> chart.
>
> I've verified that the data present in the list of triggers (obtained with
> BarSeries.getTriggers() ) is correct, yet it won't display correctly. Any
> ideas?
>
Re: Problem with Tooltips display on SVG Charts [message #243468 is a reply to message #243297] Wed, 20 June 2007 10:08 Go to previous messageGo to next message
Henry Wilson is currently offline Henry WilsonFriend
Messages: 20
Registered: July 2009
Junior Member
Just recompiled with 2.1.3, then with 2.2 RC3 (RC4 doesn't seem to be
available). I still get the same problem with both of the newer versions. Is
this a known bug?

"David Michonneau" <dmichonneau@actuate.com> wrote in message
news:f58lfq$qgq$1@build.eclipse.org...
>I believe this should be fixed. Can you try with the lastet 2.1.3 release
>or 2.2 RC4?
>
> Thanks,
>
> David
>
> "Henry Wilson" <hfwilson@uk.ibm.com> wrote in message
> news:f567r9$7j5$1@build.eclipse.org...
>> I've got a piece of code to generate bar charts in SVG format. The code
>> adds a tooltip to each bar in the chart to display the bars value when
>> the mouse is hovered over it. However, when I actually run it, the
>> tooltip for each bar is the same - they all display the value of the last
>> bar on the chart.
>>
>> I've verified that the data present in the list of triggers (obtained
>> with BarSeries.getTriggers() ) is correct, yet it won't display
>> correctly. Any ideas?
>>
>
>
Re: Problem with Tooltips display on SVG Charts [message #243863 is a reply to message #243468] Thu, 21 June 2007 12:14 Go to previous messageGo to next message
David Michonneau is currently offline David MichonneauFriend
Messages: 1145
Registered: July 2009
Senior Member
It's not a known bug, can you please file one in bugzilla?

Thanks,

David

"Henry Wilson" <hfwilson@uk.ibm.com> wrote in message
news:f5aue4$94s$1@build.eclipse.org...
> Just recompiled with 2.1.3, then with 2.2 RC3 (RC4 doesn't seem to be
> available). I still get the same problem with both of the newer versions.
> Is this a known bug?
>
> "David Michonneau" <dmichonneau@actuate.com> wrote in message
> news:f58lfq$qgq$1@build.eclipse.org...
>>I believe this should be fixed. Can you try with the lastet 2.1.3 release
>>or 2.2 RC4?
>>
>> Thanks,
>>
>> David
>>
>> "Henry Wilson" <hfwilson@uk.ibm.com> wrote in message
>> news:f567r9$7j5$1@build.eclipse.org...
>>> I've got a piece of code to generate bar charts in SVG format. The code
>>> adds a tooltip to each bar in the chart to display the bars value when
>>> the mouse is hovered over it. However, when I actually run it, the
>>> tooltip for each bar is the same - they all display the value of the
>>> last bar on the chart.
>>>
>>> I've verified that the data present in the list of triggers (obtained
>>> with BarSeries.getTriggers() ) is correct, yet it won't display
>>> correctly. Any ideas?
>>>
>>
>>
>
>
Re: Problem with Tooltips display on SVG Charts [message #243889 is a reply to message #243863] Thu, 21 June 2007 13:11 Go to previous messageGo to next message
Henry Wilson is currently offline Henry WilsonFriend
Messages: 20
Registered: July 2009
Junior Member
I have filed a bugzilla report (#193708). Incidentally the problem seems to
be to do with Triggers as a whole rather than just tooltips, I tried using
triggers both for tooltip display and for Script invocation and both result
in all triggers performing the action relating to the last plot on the
chart. Any idea if/when this will be fixed? The chart engine is essentially
useless to me until such time as this is sorted out :-(


"David Michonneau" <dmichonneau@actuate.com> wrote in message
news:f5dq3s$a44$1@build.eclipse.org...
> It's not a known bug, can you please file one in bugzilla?
>
> Thanks,
>
> David
>
> "Henry Wilson" <hfwilson@uk.ibm.com> wrote in message
> news:f5aue4$94s$1@build.eclipse.org...
>> Just recompiled with 2.1.3, then with 2.2 RC3 (RC4 doesn't seem to be
>> available). I still get the same problem with both of the newer versions.
>> Is this a known bug?
>>
>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>> news:f58lfq$qgq$1@build.eclipse.org...
>>>I believe this should be fixed. Can you try with the lastet 2.1.3 release
>>>or 2.2 RC4?
>>>
>>> Thanks,
>>>
>>> David
>>>
>>> "Henry Wilson" <hfwilson@uk.ibm.com> wrote in message
>>> news:f567r9$7j5$1@build.eclipse.org...
>>>> I've got a piece of code to generate bar charts in SVG format. The code
>>>> adds a tooltip to each bar in the chart to display the bars value when
>>>> the mouse is hovered over it. However, when I actually run it, the
>>>> tooltip for each bar is the same - they all display the value of the
>>>> last bar on the chart.
>>>>
>>>> I've verified that the data present in the list of triggers (obtained
>>>> with BarSeries.getTriggers() ) is correct, yet it won't display
>>>> correctly. Any ideas?
>>>>
>>>
>>>
>>
>>
>
>
Re: Problem with Tooltips display on SVG Charts [message #243978 is a reply to message #243889] Thu, 21 June 2007 15:41 Go to previous message
David Michonneau is currently offline David MichonneauFriend
Messages: 1145
Registered: July 2009
Senior Member
Henry,

I have set this bug as P1. I am not sure if we can fix it for 2.2 as the
final release is in one week, but it looks like a serious issue. I believe
we can fix it for 2.1.3 though.

Thanks,

David

"Henry Wilson" <hfwilson@uk.ibm.com> wrote in message
news:f5dtg6$huf$1@build.eclipse.org...
>I have filed a bugzilla report (#193708). Incidentally the problem seems to
>be to do with Triggers as a whole rather than just tooltips, I tried using
>triggers both for tooltip display and for Script invocation and both result
>in all triggers performing the action relating to the last plot on the
>chart. Any idea if/when this will be fixed? The chart engine is essentially
>useless to me until such time as this is sorted out :-(
>
>
> "David Michonneau" <dmichonneau@actuate.com> wrote in message
> news:f5dq3s$a44$1@build.eclipse.org...
>> It's not a known bug, can you please file one in bugzilla?
>>
>> Thanks,
>>
>> David
>>
>> "Henry Wilson" <hfwilson@uk.ibm.com> wrote in message
>> news:f5aue4$94s$1@build.eclipse.org...
>>> Just recompiled with 2.1.3, then with 2.2 RC3 (RC4 doesn't seem to be
>>> available). I still get the same problem with both of the newer
>>> versions. Is this a known bug?
>>>
>>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>>> news:f58lfq$qgq$1@build.eclipse.org...
>>>>I believe this should be fixed. Can you try with the lastet 2.1.3
>>>>release or 2.2 RC4?
>>>>
>>>> Thanks,
>>>>
>>>> David
>>>>
>>>> "Henry Wilson" <hfwilson@uk.ibm.com> wrote in message
>>>> news:f567r9$7j5$1@build.eclipse.org...
>>>>> I've got a piece of code to generate bar charts in SVG format. The
>>>>> code adds a tooltip to each bar in the chart to display the bars value
>>>>> when the mouse is hovered over it. However, when I actually run it,
>>>>> the tooltip for each bar is the same - they all display the value of
>>>>> the last bar on the chart.
>>>>>
>>>>> I've verified that the data present in the list of triggers (obtained
>>>>> with BarSeries.getTriggers() ) is correct, yet it won't display
>>>>> correctly. Any ideas?
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Previous Topic:Using a Javascript function of a Library and display the result in a report
Next Topic:basic chart and XML data
Goto Forum:
  


Current Time: Tue Oct 01 10:33:47 GMT 2024

Powered by FUDForum. Page generated in 0.03658 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top