Search found 3 matches

by sw3170
Tue Dec 21, 2010 4:38 pm
Forum: JFreeChart
Topic: 1.0.12 Infinite loop in DateAxis.refreshTicksHorizontal(...)
Replies: 18
Views: 42258

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

I'm having this problem too. ....err.... However unlike some mentioned above, I'm running into this problem with date range of only 6 months. Here's where my problem is In skunk's original posted code, line 1623 tickDate = correctTickDateForPosition(tickDate, unit, this.tickMarkPosition); It keeps c...
by sw3170
Tue Dec 21, 2010 4:21 pm
Forum: JFreeChart
Topic: Quick Question - Is this normal
Replies: 3
Views: 7819

Re: Quick Question - Is this normal

Thanks skunk. That was quick. :)

Yes you are right. That was it! It freezes right there.

Will rolling back to a previous version solve this problem?

Sam
by sw3170
Tue Dec 21, 2010 3:50 pm
Forum: JFreeChart
Topic: Quick Question - Is this normal
Replies: 3
Views: 7819

Quick Question - Is this normal

I'm working on a candlestick chart. It works fine with 100 candlesticks, but freezes with a bigger number, say 300 .
Is this normal? or is there something wrong with my code?
Thanks,
Sam