Search found 15 matches

by sayan_maity
Tue Jul 24, 2007 3:11 pm
Forum: JFreeChart
Topic: PRException: endPath: bad path
Replies: 2
Views: 3026

Hi,
The value is coming as 3670000.

Thanks and regards,
Sayan Maity
by sayan_maity
Tue Jul 24, 2007 8:20 am
Forum: JFreeChart
Topic: sun.dc.pr.PRException: endPath: bad path
Replies: 7
Views: 9046

How to set the primary data axis value > 1.
Please let me know as I need it urgently.
by sayan_maity
Tue Jul 24, 2007 7:42 am
Forum: JFreeChart
Topic: PRException: endPath: bad path
Replies: 2
Views: 3026

PRException: endPath: bad path

Hi, I am getting the following error. sun.dc.pr.PRException: endPath: bad path at sun.dc.pr.Rasterizer.endPath(Rasterizer.java:537) at sun.java2d.pipe.DuctusRenderer.createShapeRasterizer(DuctusRenderer.j ava:374) at sun.java2d.pipe.DuctusShapeRenderer.renderPath(DuctusShapeRenderer.ja va:57) at sun...
by sayan_maity
Thu Apr 19, 2007 12:09 pm
Forum: JFreeChart
Topic: Problems with gantt chart (Label alignment, bar width, gap)
Replies: 12
Views: 22269

USed drawTasks

Hi,
Now I am able to bring the subtask in the center using drawTasks instead of drawTask but the two sub-tasks getting joined.
How to handle this problem.

Sayan
by sayan_maity
Thu Apr 19, 2007 10:46 am
Forum: JFreeChart
Topic: Problems with gantt chart (Label alignment, bar width, gap)
Replies: 12
Views: 22269

Not working for subtask

Hi,
MYGranttRenderer is not working for subtask. It is only working for task.
Please let me know how to change the bar width for sub task.

Sayan
by sayan_maity
Thu Apr 19, 2007 10:01 am
Forum: JFreeChart
Topic: Problems with gantt chart (Label alignment, bar width, gap)
Replies: 12
Views: 22269

Multiple activity date of a single activity

Hi. I used the MyGanttRenderer and it alomost solved my problem. But another problem I facing. If in the row if there is different start and end date then the broken line is becoming little big thicker than the others and it is touching the rangeaxis line. It is not getting center aligned in the row...
by sayan_maity
Wed Apr 18, 2007 12:12 pm
Forum: JFreeChart
Topic: Gantt Chart Bar Width
Replies: 2
Views: 4418

Hi David,
I used rangeAxis.setUpperMargin(0.0f); and rangeAxis.setLowerMargin(0.0f); but without any effect.
Can you please let me know where to do the settings.

Thanks and regards,
Sayan Maity
by sayan_maity
Mon Apr 16, 2007 12:03 pm
Forum: JFreeChart
Topic: Gantt Chart Bar Width
Replies: 2
Views: 4418

Gantt Chart Bar Width

Hi,
How to increase the Gantt Chart bar width.
I tried the GanttRenderer.setMaximumBarWidth(1.0f) but this has no effect. It is always taking the default value.
Is there any way to increase the bar width.

Thanks and regards,
Sayan Maity
by sayan_maity
Wed Mar 21, 2007 3:04 pm
Forum: JFreeChart
Topic: Spider Web Chart Example Code
Replies: 1
Views: 3388

Able to draw a spider web chart

Hi,
I am able to draw the Spider Web Chart but I have some issues.
The first label is not visible. Partially it is hiding.
Moreover, I want to show the value in one axis but failed to do so.

Thanks and regards,
Sayan Maity[/img][/code]
by sayan_maity
Wed Mar 21, 2007 11:05 am
Forum: JFreeChart
Topic: Spider Web Chart Example Code
Replies: 1
Views: 3388

Spider Web Chart Example Code

Hi,
I need to draw a Spider Web Chart.
I searched the net but couldn't find an example of the Spider Web Chart.
Please let me know if anyone has a Spider Web Chart example.

Thanks and regards,
Sayan Maity
by sayan_maity
Wed Mar 07, 2007 5:22 am
Forum: JFreeChart
Topic: Decreasing gap for horizontal bar chart
Replies: 1
Views: 3736

Decreasing gap for horizontal bar chart

Hi,
I want to decrease the gap on the left hand side of the horizontal bar chart i.e. the gap between the outline and the label. I am using category axis.

Thanks,
Sayan
by sayan_maity
Wed Feb 28, 2007 4:14 am
Forum: JFreeChart
Topic: Custmizing Legends in table format
Replies: 3
Views: 8059

Thank you david for the help. I will try that one and let you know.
by sayan_maity
Tue Feb 27, 2007 3:32 pm
Forum: JFreeChart
Topic: Custmizing Legends in table format
Replies: 3
Views: 8059

Custmizing Legends in table format

I need to show the legend values in table formart.
Is there any way to to do this?
Thanks in advance.
by sayan_maity
Wed Feb 14, 2007 7:28 am
Forum: JFreeChart
Topic: Waterfall like bar chart
Replies: 2
Views: 4290

Thanks for the help. I used WarefallRenderer to draw the graph which I was looking for.
by sayan_maity
Tue Feb 13, 2007 12:10 pm
Forum: JFreeChart
Topic: Waterfall like bar chart
Replies: 2
Views: 4290

Waterfall like bar chart

I need to draw a vertical bar chart. The chart will be like a waterfall chart but the bars will not be connected with each other. Suppose the first bar ends at 2 of Y-Axis and 1 of X-Axis then the second bar will start from 2 of Y-Axis and 2 of X-Axis. Please let me know how to draw this kind of bar...