Search found 14 matches

by j
Thu Oct 23, 2003 9:25 am
Forum: JFreeChart
Topic: reduce cpu usage by jfreechart
Replies: 0
Views: 2179

reduce cpu usage by jfreechart

We have 6 charts in a web page , we are creating the charts through Jfreechart , save them as images and then load them in webpage and send it to browser. Our web page refreshes every 30 secs , what we have found is JFreeChart is taking lot of CPU usage and thus slowing the server ( JBoss) , there a...
by j
Thu Oct 23, 2003 9:24 am
Forum: JFreeChart
Topic: disable display of popup menu on right click of chart
Replies: 1
Views: 4998

disable display of popup menu on right click of chart

hi

Could you tell me How can I disable display of popup menu on right click of chart area


regards
j
by j
Fri Sep 05, 2003 5:29 am
Forum: JFreeChart
Topic: spaces between stackes in the stacked chart
Replies: 0
Views: 2014

spaces between stackes in the stacked chart

is it possible to have horizontal spaces in the stacks for the stacked chart?


thanks
j
by j
Thu Sep 04, 2003 5:50 am
Forum: JFreeChart
Topic: Help on creating graphs
Replies: 3
Views: 4651

Help on creating graphs

could u check this link

http://www.softwarefx.com/sfxgallery/ch ... entchart=4

this image is similar to chart i need. could you tell me how do i create this chart in jfreechart.

thanks
j
by j
Wed Sep 03, 2003 7:55 am
Forum: JFreeChart
Topic: Help on creating graphs
Replies: 3
Views: 4651

Help on creating graphs

I would like to create a step chart. is it possible with jfreechart. actually i wanted to send the bmp file of the kin dof chart. but i dont know how to send it.


also one more query - how can i get spaces between stacks in horizontal stacked chart


Thanks
j


[/list][/code]
by j
Mon Aug 18, 2003 10:21 am
Forum: JFreeChart
Topic: Changes in Release in 0.9.11?
Replies: 1
Views: 2797

Changes in Release in 0.9.11?

I am currently using 0.9.9 version. could u give me a list of the updates done in release 0.9.10 and 0.9.11. I just want to know how much those changes are going to affect my project. My project currently requires only bar charts and line charts. so incase there are not much changes i would like to ...
by j
Fri Aug 08, 2003 1:08 pm
Forum: JFreeChart
Topic: how to make datavalue labels visible
Replies: 2
Views: 3257

how to make datavalues visible

This should help.. just see what renderer u r using.. this code will set the data values on top of the bars in a bar chart.. BarRenderer renderer = (BarRenderer)plot.getRenderer(); renderer.setItemLabelsVisible(Boolean.TRUE); renderer.setItemLabelAnchor(ItemLabelAnchor.OUTSIDE12); renderer.setItemLa...
by j
Wed Aug 06, 2003 7:50 am
Forum: JFreeChart
Topic: Urgent please help-- change the values on y-axis
Replies: 0
Views: 2168

Urgent please help-- change the values on y-axis

hi
can y-axis have ranges like 0,1,4,10,15,20. this is what my y-axis should represent. not the standard like 0,5,10,15,20.. is it posssible???

thanks
by j
Mon Aug 04, 2003 11:59 am
Forum: JFreeChart
Topic: Bar width in verticalbar chart
Replies: 2
Views: 3631

seeting bar width is vertical bar chart

there is no direct method. coz it auto caluclates based on the foll values. so just manipulate these 3 values and set the bar width as u want.these values are currently based on what i have set for my chart my chart. CategoryAxis domainAxis=plot.getDomainAxis(); domainAxis.setCategoryMargin(0.3); do...
by j
Thu Jul 24, 2003 5:28 am
Forum: JFreeChart
Topic: Legend,bar chart using xml
Replies: 4
Views: 6723

barchart using xml

thank you. i got the solution. similar to what u said.
by j
Wed Jul 23, 2003 6:01 am
Forum: JFreeChart
Topic: legend probelm
Replies: 2
Views: 4415

legend probelm

u said u can override getLegendItems(). but this would return the existing legend items. i want to create new legend items and add it to the legend.
is this possible??




thanks
j
by j
Wed Jul 23, 2003 5:37 am
Forum: JFreeChart
Topic: y axis label can be made haorizontal???
Replies: 2
Views: 3787

y axis label can be made haorizontal???

is it possible to place the label on the y-axis horizontally???
by j
Wed Jul 23, 2003 5:35 am
Forum: JFreeChart
Topic: Legend,bar chart using xml
Replies: 4
Views: 6723

bar chart using xml

ya i know how a bar chart is craetd. have seen the demos. but incase of a stacked bar chart teh data is in the from of a 2-d array. in that case how do i mention it in xml file??


thanks and regards

j
by j
Tue Jul 22, 2003 1:00 pm
Forum: JFreeChart
Topic: Legend,bar chart using xml
Replies: 4
Views: 6723

Legend,bar chart using xml

1. Can u create a new legend ?? coz the legend class does not provide any methods for adding new items.
2. how can u create a stacked bar chart using xml?