Search found 9 matches

by philanthrophic
Wed Apr 09, 2008 11:06 am
Forum: JFreeChart
Topic: MultiThreading support
Replies: 1
Views: 2551

MultiThreading support

Hi all,

I have one more concern.

Is JFreechart threadsafe?

I have a requirement wherein we will have different schedules running simultaneously and churning out charts more than 1000 charts of different types.

Will there be any issue with this use case.

Thank you
by philanthrophic
Tue Apr 08, 2008 10:12 am
Forum: JFreeChart
Topic: Empty image Map when using ChartUtilities.saveChartAsPNG
Replies: 2
Views: 4112

I am using simple stacked Area chart. I got it working by ChartRenderingInfo info = new ChartRenderingInfo( new StandardEntityCollection()); ChartRenderingInfo info1 = new ChartRenderingInfo( new StandardEntityCollection()); File file1 = new File("ImageMapDemo7.png"); ChartUtilities.saveChartAsPNG(f...
by philanthrophic
Tue Apr 08, 2008 6:51 am
Forum: JFreeChart
Topic: Empty image Map when using ChartUtilities.saveChartAsPNG
Replies: 2
Views: 4112

Empty image Map when using ChartUtilities.saveChartAsPNG

Hi all, I have issue here. I have created a JFreechart object. Now i want to save the chart as .png file and then want to have the corresponding image map from it. Like this: ChartUtilities.saveChartAsPNG(new File("temp/reports/chart1"+number+".png"), chart, 800,600); ChartRenderingInfo info = new C...
by philanthrophic
Mon Apr 07, 2008 7:24 am
Forum: JFreeChart
Topic: ServletUtilities.saveChartAsPNG:: Memory Issue
Replies: 2
Views: 4352

Any suggestions on this
by philanthrophic
Thu Apr 03, 2008 12:31 pm
Forum: JFreeChart
Topic: ServletUtilities.saveChartAsPNG:: Memory Issue
Replies: 2
Views: 4352

ServletUtilities.saveChartAsPNG:: Memory Issue

Hi all, When we use ServletUtilities.saveChartAsPNG() function, are holding the .png file created in the session or is it kept somewhere in temporary directory. How exactly it works in the WEB CONTEXT. I am actually woreried about the memory usage when i am using JFreecharts on the web page. Secondl...
by philanthrophic
Tue Apr 01, 2008 6:12 am
Forum: JFreeChart
Topic: Urgent::Evaluating JfreeCharts on Web ::Requirement Set
Replies: 2
Views: 2712

Still awaitng the reply

Can you please confirm whether the requirements mentioned be fullfilled by JFreeCharts
by philanthrophic
Mon Mar 31, 2008 11:40 am
Forum: JFreeChart
Topic: Urgent::Evaluating JfreeCharts on Web ::Requirement Set
Replies: 2
Views: 2712

Urgent::Evaluating JfreeCharts on Web ::Requirement Set

Hi all, I am evaluating Jfreecharts for an enterprise class product in my orginization. I came to know that CEWOLF is the answer as far as JFree on web is concerned. But I am facing a very fundamental issue. I cannot have a stacked bar on the XYPlot plot. Stacked Bar is only possible with Categoryse...
by philanthrophic
Thu Mar 27, 2008 11:21 am
Forum: JFreeChart
Topic: Issues with JFreeChart
Replies: 1
Views: 2232

Issues with JFreeChart

Hi all, I am new to the forum as well as JFreecharts. I am trying to replace my existing charting package from JFreecharts and have done a small POC to see whether JFreecharts fits in the requirement or not. As our application is a reporting application and charting is at the core of it we require p...
by philanthrophic
Wed Mar 26, 2008 6:23 am
Forum: JFreeChart
Topic: Web Application ChartsTooltips
Replies: 5
Views: 6525

CEWOLF

Hi all,
Just wanted to confirm if there is a way to render JFreechart on web without using CEWOLF tag library.
If yes then you suggest some pointers on that