harshdand Report post Posted August 28, 2014 (edited) Hi, This is the bubble chart in older version And the same chart in 3.4 version Quadrants are not visible On hover of the bubble makes the color of the bubble black Json : { "categories": [{ "category": [{ "label": "9.3K", "x": 9250 }, { "label": "18.5K", "x": 18500 }, { "label": "27.8K", "x": 27750 }, { "label": "37.0K", "x": 37000 }, { "label": "46.3K", "x": 46250 }], "verticalLineThickness": 1 }], "dataset": [{ "data": [{ "x": 46221.68, "y": 551390, "name": "Michelle Green", "z": "2" }, { "x": 29706.75, "y": 468440, "name": "Joanne Ralston", "z": "2" }], "showValues": "1", "seriesName": "Sales Rep" }], "chart": { "xAxisName": "Earnings", "yAxisName": "Actual Revenue", "drawQuadrant": "1", "quadrantLineColor": "c4c4c4", "showLegend": "1", "legendPosition": "BOTTOM", "legendCaption": "", "legendBgColor": "F7F7F7", "legendBorderColor": "bcb8b8", "legendIconScale": "1", "showCanvasBg": "1", "canvasBgColor": "F6F6F6", "showCanvasBase": "1", "canvasBaseColor": "F6F6F6", "bubbleScale": 0.4, "quadrantXVal": 23100, "quadrantYVal": 275650, "chartWidth": "100%", "chartHeight": "100%", "animation": "1", "caption": "", "subCaption": "", "bgColor": "fdfdfd", "showLabels": "1", "showValues": "1", "baseFont": "sans-serif", "baseFontSize": "12", "baseFontColor": "888888", "labelColumn": "", "valueColumn": "", "showBorder": "1", "borderColor": "bcb8b8", "borderThickness": "", "borderAlpha": "0", "canvasBgAlpha": "0", "canvasBorderAlpha": "0", "alternateHGridAlpha": "0", "showVLineLabelBorder": "0", "showPlotBorder": "0", "divLineAlpha": "10", "anchorRadius": "5", "plotBorderColor": "", "plotFillRatio": "100", "alternateVGridAlpha": "10", "zeroPlaneAlpha": "10", "showAlternateVGridColor": "0", "legendBgAlpha": "70", "legendShadow": "0", "legendBorderAlpha": "0", "paletteColors": "2E64FE", "use3DLighting": "0", "theme": "zune", "yAxisValuesPadding": 5, "showHoverEffect": "1", "numberPrefix": "", "toolTipBgColor": "EBEBEB", "toolTipColor": "727272" } } Edited August 28, 2014 by harshdand Share this post Link to post Share on other sites
Sanjukta Report post Posted August 28, 2014 Hi, This is the bubble chart in older version And the same chart in 3.4 version Quadrants are not visible On hover of the bubble makes the color of the bubble black Json : { "categories": [{ "category": [{ "label": "9.3K", "x": 9250 }, { "label": "18.5K", "x": 18500 }, { "label": "27.8K", "x": 27750 }, { "label": "37.0K", "x": 37000 }, { "label": "46.3K", "x": 46250 }], "verticalLineThickness": 1 }], "dataset": [{ "data": [{ "x": 46221.68, "y": 551390, "name": "Michelle Green", "z": "2" }, { "x": 29706.75, "y": 468440, "name": "Joanne Ralston", "z": "2" }], "showValues": "1", "seriesName": "Sales Rep" }], "chart": { "xAxisName": "Earnings", "yAxisName": "Actual Revenue", "drawQuadrant": "1", "quadrantLineColor": "c4c4c4", "showLegend": "1", "legendPosition": "BOTTOM", "legendCaption": "", "legendBgColor": "F7F7F7", "legendBorderColor": "bcb8b8", "legendIconScale": "1", "showCanvasBg": "1", "canvasBgColor": "F6F6F6", "showCanvasBase": "1", "canvasBaseColor": "F6F6F6", "bubbleScale": 0.4, "quadrantXVal": 23100, "quadrantYVal": 275650, "chartWidth": "100%", "chartHeight": "100%", "animation": "1", "caption": "", "subCaption": "", "bgColor": "fdfdfd", "showLabels": "1", "showValues": "1", "baseFont": "sans-serif", "baseFontSize": "12", "baseFontColor": "888888", "labelColumn": "", "valueColumn": "", "showBorder": "1", "borderColor": "bcb8b8", "borderThickness": "", "borderAlpha": "0", "canvasBgAlpha": "0", "canvasBorderAlpha": "0", "alternateHGridAlpha": "0", "showVLineLabelBorder": "0", "showPlotBorder": "0", "divLineAlpha": "10", "anchorRadius": "5", "plotBorderColor": "", "plotFillRatio": "100", "alternateVGridAlpha": "10", "zeroPlaneAlpha": "10", "showAlternateVGridColor": "0", "legendBgAlpha": "70", "legendShadow": "0", "legendBorderAlpha": "0", "paletteColors": "2E64FE", "use3DLighting": "0", "theme": "zune", "yAxisValuesPadding": 5, "showHoverEffect": "1", "numberPrefix": "", "toolTipBgColor": "EBEBEB", "toolTipColor": "727272" } } Hi, We are unable to replicate the issue you have mentioned as the Bubble chart is displayed perfectly with your JSON data. Please check with the following JSFiddle for your reference. Ref.- http://jsfiddle.net/sanjuktamukherjee/eZjjT/344/ Hope this helps. Share this post Link to post Share on other sites