Search found 2 matches

by ssingh
Mon Sep 07, 2009 6:12 pm
Forum: JFreeChart
Topic: 1.0.12 Infinite loop in DateAxis.refreshTicksHorizontal(...)
Replies: 18
Views: 28352

Re: 1.0.12 Infinite loop in DateAxis.refreshTicksHorizontal(...)

Hi, I am facing the same problem, I am using the current version 1.0.13 The chart hungs up for dataset around one year or more, but works fine for lesser data. Please let me know if there is a solution in place already for this. Also, I used this workaround " dateAxis.setAutoTickUnitSelection(false)...
by ssingh
Sun Sep 06, 2009 2:09 pm
Forum: JFreeChart - Stockmarket
Topic: Profiling SegmentedTimeline
Replies: 2
Views: 10098

Re: Profiling SegmentedTimeline

Hi, I tried to use the NumberAxis in place of DateAxis but still it shows the weekend spaces. Am I missing something ? Can you please add a demo code to help. This is what I do : final CombinedDomainXYPlot plot = new CombinedDomainXYPlot(dateAxis); MyNumberFormat chartFormat = new MyNumberFormat(); ...