Hi I have these 3 datas ,is it possible to draw bubble chart using this data..
if i have only these three datas can i draw the bubble chart double ad1[] = { 10, 20, 30, 40 }; //--- y axis
double ad2[] = { 20, 25, 30, 39 }; // --- total (count inside bubble)
String as[] = {"one","two","three","four"}; ---- This should be my x-axis