Search found 2 matches

by bkelemen
Mon Aug 25, 2003 12:42 am
Forum: JFreeChart - Stockmarket
Topic: misplaced domain tick labels using SegmentedTimeLine
Replies: 1
Views: 12089

Sample code?

Hi Diega,

Can you post some sample code that would reproduce the problem you are having?

Thanks,
Bill
by bkelemen
Mon Aug 25, 2003 12:05 am
Forum: JFreeChart
Topic: bad path
Replies: 1
Views: 2976

RE: bad path

I've seen this exception with datasets that contain null values. It seems to be generated inside Sun's code but the exception is not thrown back to JFreeChart (I added a try{..}catch{..} block in JFreeChart but the exception never got there :( ). In order to overcome this, I added some fixes to XYBa...