Search found 15 matches

by skalluraya
Thu Jul 30, 2009 12:06 pm
Forum: JFreeChart
Topic: Legend size problem
Replies: 3
Views: 4111

Re: Legend size problem

Hi flipper203,

Can u tell me how did you put an image in Excel using poi. some brief method.
by skalluraya
Wed Jul 29, 2009 1:10 pm
Forum: JFreeChart
Topic: Image Map tag is inserted in middle of Input tag
Replies: 0
Views: 1892

Image Map tag is inserted in middle of Input tag

Hi I used JFree chart in many of my pages. But in one of my page, <map> tag generated by image map comes in middle of an input text box tag. if i have give a input text like this <input type="text" name="mytext" id="mytext"/> then after image map is generated the input tag becomes like this <input t...
by skalluraya
Thu Feb 19, 2009 12:50 pm
Forum: JFreeChart
Topic: Image Map generated when i create a image.
Replies: 1
Views: 2666

There is second question i would like to add to same post

I have a Bar chart which have Subtitles. If the length of subtitles increase then ellipses are shown. Can i give Tooltip to these subtitles.
by skalluraya
Thu Feb 19, 2009 6:17 am
Forum: JFreeChart
Topic: Image Map generated when i create a image.
Replies: 1
Views: 2666

Image Map generated when i create a image.

I tried to use Jfree chart in JSF, when i do that generated image tag is closed without the src and map tag is generated and the image is not at all displayed. For example: when i do this: <h:graphicImage value="#{someMbean.barchart}" usemap="#imgMap1" /> I get output: <img><map id="imgMap" name="im...
by skalluraya
Fri Feb 13, 2009 8:24 am
Forum: JFreeChart
Topic: Problem in ToolTip for PieChart
Replies: 1
Views: 2691

Sorry I had done a mistake in assigning the image map
by skalluraya
Fri Feb 13, 2009 7:42 am
Forum: JFreeChart
Topic: Problem in ToolTip for PieChart
Replies: 1
Views: 2691

Problem in ToolTip for PieChart

I have a piechart which has dynamic values for four datasets. If three datasets has values 0 and only one has some value then tooltip is not generated i.e its map is not generated. how can i generated the tool tip or where i am going wrong
by skalluraya
Sat Feb 07, 2009 2:03 pm
Forum: JFreeChart
Topic: FIXED: BarChart - Bars only have 1px width
Replies: 7
Views: 13530

I have a same problem. can we set the with of bars. I do not want change the size of image for less number of bar.

Is it possible
by skalluraya
Tue Feb 03, 2009 5:34 am
Forum: JFreeChart
Topic: How to get progress of a task in horizontal bar chart.
Replies: 3
Views: 6026

thank you,

About my second question. i want labels to all the bars in barchart in a same horizontal line and that to in middle of the x-axis interval(for horizontal bar chart), not in middle of each bar.

and Can i use JProgressBar in my jsp page or Web Application.
by skalluraya
Mon Feb 02, 2009 2:35 pm
Forum: JFreeChart
Topic: How to get progress of a task in horizontal bar chart.
Replies: 3
Views: 6026

How to get progress of a task in horizontal bar chart.

Hi, 1) I have some tasks and i want show its percentage of completion in vertical graph. It should be like, if 50% percent of the task is completed then half of the bar should be red and half should be white. Is it possible in jfree chart to do that if yes then how can i achieve it. 2) I want to sho...
by skalluraya
Sat Jan 24, 2009 12:12 pm
Forum: JFreeChart
Topic: Remove space between bars in a horizontal bar Graph
Replies: 2
Views: 9327

Thank u sir, it worked.
by skalluraya
Sat Jan 24, 2009 8:15 am
Forum: JFreeChart
Topic: Remove space between bars in a horizontal bar Graph
Replies: 2
Views: 9327

Remove space between bars in a horizontal bar Graph

Hi, I have a horizontal bar chart which compare match score details three Teams. I have Match Category in one category axis and score in value axis . Now i have got a bar chart But by default there is space between horizontal bars. I want a set of score of three teams for a match to come together i....
by skalluraya
Sat Jan 24, 2009 6:49 am
Forum: JFreeChart
Topic: Change colors in 3d Pie Chart
Replies: 3
Views: 5626

Thank you sir, It worked.
by skalluraya
Fri Jan 23, 2009 10:03 am
Forum: JFreeChart
Topic: Change colors in 3d Pie Chart
Replies: 3
Views: 5626

I got he answer setSectionPaint(Comparable key , Color). Thanks i found it in one of the post. I have another small question. Is it possible to give link to a section. I am using pie chart in a jsp page which shows the some some graphs. I want redirect to another page by clicking on a of pie chart s...
by skalluraya
Fri Jan 23, 2009 8:34 am
Forum: JFreeChart
Topic: help needed in piechart labels on the piescetion
Replies: 6
Views: 9142

Hi,
is there any way to remove the label or hide it.
by skalluraya
Fri Jan 23, 2009 5:39 am
Forum: JFreeChart
Topic: Change colors in 3d Pie Chart
Replies: 3
Views: 5626

Change colors in 3d Pie Chart

Hi,

I have just started using JFree chart. Can any one please tell me how to define different colors in 3dPieChart.