can i generate bubble chart using these data

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
raj_jfree
Posts: 20
Joined: Tue Sep 29, 2009 8:32 am
antibot: No, of course not.

can i generate bubble chart using these data

Post by raj_jfree » Tue Oct 20, 2009 10:51 am

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

Locked