7 Answers, 1 is accepted
0
Hello Aaron,
You can use the series.zIndex property to control the z-index of series.
Regards,
Danail Vasilev
Telerik
You can use the series.zIndex property to control the z-index of series.
Regards,
Danail Vasilev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Aaron
Top achievements
Rank 1
answered on 25 Feb 2015, 03:26 PM
That did not work. I've attached a screens shot, which you can see the Yellow bubble is still buried by the blue ones. I've set the zIndex for all bubles to "zIndex:1", and set the yellow one "zIndex:1000". I've also tried reserving here. Attached is the screen shot.
0
Aaron
Top achievements
Rank 1
answered on 25 Feb 2015, 03:41 PM
Hi Danail:
I noticed something, in your example, you didn't use the "data" but rather directly defined the "series". My script followed the demo as seen here: http://demos.telerik.com/kendo-ui/bubble-charts/index
What's the way to apply zIndex this way?
Aaron
I noticed something, in your example, you didn't use the "data" but rather directly defined the "series". My script followed the demo as seen here: http://demos.telerik.com/kendo-ui/bubble-charts/index
What's the way to apply zIndex this way?
Aaron
0
Aaron
Top achievements
Rank 1
answered on 25 Feb 2015, 04:25 PM
I did get zIndex to work for the bubble chart, but noticed a strange behavior. the zIndex appear to work for the highlighted bubble if it's the same size as the rest of the bubbles. But if I crease its size, it becomes transparent or overlapped by other bubbles. I've attached a screen shot. Both of the yellow dots are on a second series with a higher zIndex.
0
Hi Aaron,
I am not able to reproduce the mentioned issue - a short video is attached for your reference. Can you please try to reproduce the issue with this dojo example, so that I can make a local investigation?
Regards,
Danail Vasilev
Telerik
I am not able to reproduce the mentioned issue - a short video is attached for your reference. Can you please try to reproduce the issue with this dojo example, so that I can make a local investigation?
Regards,
Danail Vasilev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Aaron
Top achievements
Rank 1
answered on 26 Feb 2015, 02:39 PM
Hi Daniel:
I found the problem, in your Dojo sample, I noticed you use jQuery and Kendo.All.Min.JS from http://cdn.kendostatic.com/2014.3.1411. I'm currently using Kendo UI from October 2014. I looked at the changelog, it indicated as version "v2014.2.1008", so I guess you're using the newest version. So I swapped out my JS reference to yours, and the bubbles now display correctly.
I noticed the new Kendo release is available now, and I'm going to download it. I also noticed the following in the release notes, which makes sense: "Larger bubbles overlay smaller ones making them inaccessible "
Thanks for your help!
Aaron
I found the problem, in your Dojo sample, I noticed you use jQuery and Kendo.All.Min.JS from http://cdn.kendostatic.com/2014.3.1411. I'm currently using Kendo UI from October 2014. I looked at the changelog, it indicated as version "v2014.2.1008", so I guess you're using the newest version. So I swapped out my JS reference to yours, and the bubbles now display correctly.
I noticed the new Kendo release is available now, and I'm going to download it. I also noticed the following in the release notes, which makes sense: "Larger bubbles overlay smaller ones making them inaccessible "
Thanks for your help!
Aaron
0
Pat
Top achievements
Rank 1
answered on 25 Jan 2017, 03:32 AM
Hi Aaron.
This chart is amazing. Would you be willing to share the code?
Thanks