Re: Q: How to show the ToolTip popup in Stacked Bars within Jenkins?

2017-08-22 Thread Victor Martinez
Same outcome using the latest version and the current one which it's used 
in 
Jenkins: https://github.com/jenkinsci/jenkins/blob/master/core/pom.xml#L243-L247

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/cbc960a2-48ed-4245-9eb4-842bfb2d6e36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Q: How to show the ToolTip popup in Stacked Bars within Jenkins?

2017-08-22 Thread Ullrich Hafner
I’m using a StackedBarGraph in the static analysis plugins and have the same 
problem. I think Kohsuke created a workaround for the other graphs and simply 
did not implement it for StackedBarGraphs (as these were not used in Jenkins so 
far).

Quite some time ago I tried to extract that piece of code that does the actual 
rendering from StackedAreaRenderer2 without success.

Interesting that it works when called stand alone. Is this the same version 
that is used in Jenkins?

> Am 22.08.2017 um 15:10 schrieb Victor Martinez 
> :
> 
> Hi there,
> 
> I'm using the JFreeChart in order to show some StackedBarGraphs but for some 
> reason the tooltips doesn't pop up when using Jenkins but it works when using 
> it outside of Jenkins, as you can see in the below screenshot, left screen is 
> the JenkinsUI while the right one is the AWT Frame:
> 
>  
> 
> 
> As far as I saw 
> https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/util/StackedAreaRenderer2.java#L77
>  overrides that functionality, but unfortunately I cannot use that particular 
> rendering class, and even if I use it it doesn't work, any ideas how I can 
> force the tooltip to be shown?
> 
> 
> Thanks
> 
> 
> 
> 
> --
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-dev+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/672e29d4-7754-4d03-a8d5-f16257446ac3%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/58BF71C1-FC07-4C5A-B51C-25C96582A659%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Message signed with OpenPGP


Q: How to show the ToolTip popup in Stacked Bars within Jenkins?

2017-08-22 Thread Victor Martinez
Hi there,

I'm using the JFreeChart in order to show some StackedBarGraphs but for 
some reason the tooltips doesn't pop up when using Jenkins but it works 
when using it outside of Jenkins, as you can see in the below screenshot, 
left screen is the JenkinsUI while the right one is the AWT Frame:



As far as I 
saw 
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/util/StackedAreaRenderer2.java#L77
 
overrides that functionality, but unfortunately I cannot use that 
particular rendering class, and even if I use it it doesn't work, any ideas 
how I can force the tooltip to be shown? 


Thanks



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/672e29d4-7754-4d03-a8d5-f16257446ac3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.