Home Forums Report Bugs Bug in drawing bubble chart

Bug in drawing bubble chart

Viewing 2 posts - 1 through 2 (of 2 total)
  • #6399

    draw bubble chart for two same x,y,z and different name but only one name display and other one hide any one know how to fix this

    ex:dataPoints: [

    { x: 68.5, y: 2.36, z: 112.24, name: “Indonesia”},
    { x: 72.5, y: 1.86, z: 193.24, name: “Brazil”},
    { x: 68.6, y: 2.36, z:112.24, name: “Russia” }

    ]
    only Indonesia display

    #6404

    hasidilx,

    This is not a bug. If you give same x, y & z values bubbles are bound to overlap and only the second one would be visible.


    Sunil Urs

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

You must be logged in to reply to this topic.