Home Forums Chart Support Bubble graph-Overlapping

Bubble graph-Overlapping

Viewing 6 posts - 1 through 6 (of 6 total)
  • #31515

    Sample value bubble graphs Overlapping Each other . How to resolve it.
    Example : http://jsfiddle.net/3dphxzsq/1/

    #31523

    @hannainstruments,

    Based on the JSFiddle that you have shared it seems multiple dataPoints have identical x, y, and z values because of which the dataPoints are overlapping.

    ___________
    Indranil Deo
    Team CanvasJS

    #31529

    @indranil deo ,

    Yes , i know we are provide identical values.Consider this scenario we have multiple company consider total revenue of particular month same(1000000) few company. how i will differentiate ? it will hide behind each other. how i will solve this issue. Thanks.

    #31533

    @hannainstruments,

    You can use multiseries bubble chart for dataPoints with identical values and use shared toolTip. This will show all the values of identical dataPoints on the same toolTip. Please take a look at this JSFiddle for an example.

    ___________
    Indranil Deo
    Team CanvasJS

    #32291

    Hi,

    I have two types of data: one year and two years data, If i clicked on one year button it showed a proper bubble chart with bubble size and when i clicked on two years button, the bubble size was the same as it is one year data. As per calculation two years bubble should be bigger than one year bubble, How to resolve this issue? 

    Reference Link https://jsfiddle.net/pgu97qzb/

    #32316

    @hannainstruments,

    z value sets the size of bubble which is used for visualizing the difference in value between the dataPoints. The size of the bubble depends on the difference in z value of dataPoints and has a max limit(which depends on multiple factors like minimum z value, maximum z value, etc.) on the size after which it won’t increase any further.

    ___________
    Indranil Deo
    Team CanvasJS

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.