A bubble chart is a type of chart that displays three dimensions of data. Here in this sample the third dimension is the market share of a product. To display a bubble chart, you need besides the data for the scatter chart also related data for the bubbles (parameter "bubbleData"). in Addition to this data for the bubble minimum (default "0"), the maximum (default - calculated from bubble data) and the bubble diametersize ("bubbleWidth" - default "70").

As the data has already scatter data format, parameter "scatter_data" needs to be set to "1" (true).

Parameter for creation of chart

{rgraph type="Bubble" bubbleData="15,33,42,20,20" scatter_data="1" bubbleWidth="90"
data="1,12200,red,12.200€<br>15% market share |2,50200,blue,50.200€<br>33% market share |3,32000,purple,32.000€<br>42% market share |4,24400,blue,24.400€<br>20% market share |5,40400,#ff0000,40.400€<br>20% market share" xaxisLabels="1,2,3,4,5" xaxisScaleMax="6" yaxisScaleMax="70000" tooltipsHotspot="15" xaxisTitle="Product Number" yaxisTitle="Revenue" title="Industry Market Share Study" yaxisScaleUnitsPost=" €" width="650" yaxisTitlePos="0.2" marginLeft="65" tooltipsEvent="onclick"}cvs{/rgraph}

 

[No canvas support]>

 

Important: If you want to test this sample via copy/paste, ensure that you paste with option "paste as plain text" otherwise imbedded html-codes may invalidate your input.
go back...