Search found 4 matches

by gaea
Wed May 07, 2008 12:18 pm
Forum: JFreeChart
Topic: item label visible at 0,0
Replies: 0
Views: 1515

item label visible at 0,0

gilbert, i need a assist from you, in a buuble chart ,i am using item label as renderer.setBaseItemLabelGenerator(new BubbleXYItemLabelGenerator("{0}",NumberFormat.getCurrencyInstance(),NumberFormat.getCurrencyInstance(),NumberFormat.getCurrencyInstance())); m_plot.setRenderer(renderer); now the iss...
by gaea
Mon Apr 21, 2008 4:00 pm
Forum: JFreeChart
Topic: Bubble chart
Replies: 6
Views: 7892

dataset in clear

x ------------------ y ---------------------------------z 6.02------------------- 17.14------------------------------ 93.46 9.8 ---------------------43.8----------------------------- 118.928 18.53 ------------------0.1 ---------------------------------13.83 25.02 ---------------1.5------------------...
by gaea
Mon Apr 21, 2008 3:55 pm
Forum: JFreeChart
Topic: Bubble chart
Replies: 6
Views: 7892

much happy at ur reply. here s my dataset .though the variation are too much .still i m getting good bubbles in excel. but jfree does not. i have set my ranges dynamically from min and max values of the domain and range axis. my dataset x y z 6.02 17.14 93.46 9.8 43.8 118.928 18.53 0.1 13.83 25.02 1...
by gaea
Mon Apr 21, 2008 2:35 pm
Forum: JFreeChart
Topic: Bubble chart
Replies: 6
Views: 7892

how to scale the the z axis value . for the same dataset i m having perfect chart in excel .but in jfree bubble chart ,the size of the bubble doesnt fits perfect. i found that if the difference b/w the largest value and the smallest on either the domain or range axis is too large ,then my bubbles ar...