Search found 7 matches

by FourW Support
Mon Mar 25, 2019 11:03 am
Forum: JFreeChart
Topic: Graph Time and Point label distorted
Replies: 8
Views: 13763

Re: Graph Time and Point label distorted

Can you please give some sample code snippet to hide the Time labels ?
by FourW Support
Wed Mar 20, 2019 12:16 pm
Forum: JFreeChart
Topic: Graph Time and Point label distorted
Replies: 8
Views: 13763

Re: Graph Time and Point label distorted

Currently We are using DefaultCategoryDataset.
by FourW Support
Fri Mar 08, 2019 11:50 am
Forum: JFreeChart
Topic: Graph Time and Point label distorted
Replies: 8
Views: 13763

Re: Graph Time and Point label distorted

The actual problem is when we tried to increase bar count more than 100 then the time labels are overwriting(refer the image below). https://i.postimg.cc/NjFPqytk/graph-screen2.png We changed time label color as white except 5. So the overwritten white lines appeared on the visible 5 time labels, It...
by FourW Support
Wed Feb 27, 2019 3:48 pm
Forum: JFreeChart
Topic: Graph Time and Point label distorted
Replies: 8
Views: 13763

Re: Graph Time and Point label distorted

We found a site which will work. Please refer the image below.

Image
by FourW Support
Fri Feb 22, 2019 4:13 pm
Forum: JFreeChart
Topic: Graph Time and Point label distorted
Replies: 8
Views: 13763

Graph Time and Point label distorted

Hi, We faced one weird problem in graphs. when we tried to increase no.of bars in graph more than 100, The Time and value labels are disorted. We attached the screenshot with is post, which shows some white lines appears in Time and value labels. Help us to avoid this problem. Thanks, 4W Technologie...
by FourW Support
Tue Jan 22, 2019 11:01 am
Forum: JFreeChart
Topic: Memory Leak issue
Replies: 3
Views: 6723

Re: Memory Leak issue

Thanks For your response... The Link you referred is not related to our scenario. Here we attach a code snippet which explain our exact scenario. In this scenario the Heap memory is linearly increases up-to 1 GB and so on , without the renderer call heap memory is stable at 20MB. can you please advi...
by FourW Support
Fri Jan 18, 2019 4:05 pm
Forum: JFreeChart
Topic: Memory Leak issue
Replies: 3
Views: 6723

Memory Leak issue

Hi we are new to JFreeChart, We are using JFreeChart for showing bar chart inside Table cell using chartPanel in TableCell Renderer class in our Java swing application. Our requirement is to update the chart for every four seconds for minimum of 100 rows. Here we are facing memory leackage issue. Th...