Display a bubble in bubble chart like pie-chart

0 Answers 81 Views
Charts
Vedad
Top achievements
Rank 2
Bronze
Bronze
Veteran
Vedad asked on 21 Jan 2022, 02:02 PM

Hi,

I have one requirement from our manager who wants to display some data as part of bubble chart like pie chart. (basically he wants to see something in bubble chart, but then split bubble value based on proportion (for example: bubble is total amount of resources used, but then its split based on how much of each resource participated in this).

Is it possible to achieve this somehow?

Thanks a lot!

Regards,

Vedad

Georgi Denchev
Telerik team
commented on 26 Jan 2022, 08:46 AM

Hi, Verdad,

Unfortunately, the bubble chart does not allow for a custom series.visual so there's no way to change/modify the default rendering of the bubbles. If it works for you, my suggestion would be to create multiple pie charts instead.

Best Regards,

Georgi

Vedad
Top achievements
Rank 2
Bronze
Bronze
Veteran
commented on 26 Jan 2022, 10:05 AM

Hi Georgi,

thank you for your answer, but solution you proposed would only be possible if we can place multiple pie charts in same coordinate system like it is done with the bubbles.

Is there any workaround to inject pie chart in bubble's coordinate system?

Thank you

Regards,

Vedad

Georgi Denchev
Telerik team
commented on 31 Jan 2022, 09:39 AM

Hi, Vedad,

Unfortunately the Pie chart cannot be drawn on a pane as this is not how it's designed to work. What you could do is have a bubble and underneath the bubble char you have multiple smaller pie charts that provide a more detailed information about each point(you can bind them all to the same dataSource).

The idea is something similar to the Remote Data Binding demo of the Pie Chart however on top of it you'll also have a bubble chart.

Example:

https://dojo.telerik.com/@gdenchev/aneXUHEY 

Best Regards,

Georgi

Vedad
Top achievements
Rank 2
Bronze
Bronze
Veteran
commented on 31 Jan 2022, 09:48 AM

Hi Georgi,

Thank you for your suggestion.

This is something I also had in mind as an alternative.
I will try to talk to people and see if this is suitable. 

Thanks again.

Best regards,

Vedad

Georgi Denchev
Telerik team
commented on 31 Jan 2022, 03:43 PM

Hi, Vedad,

I just wanted to let you know that there's one more alternative, in case you don't want to have too many pie charts on the page. You can utilize the seriesClick event which is fired when you click on a bubble and open a Kendo Window with a pie chart inside.

Example:

https://dojo.telerik.com/@gdenchev/ASUMOqOP 

Best Regards,

Georgi

No answers yet. Maybe you can help?

Tags
Charts
Asked by
Vedad
Top achievements
Rank 2
Bronze
Bronze
Veteran
Share this question
or