Quick Question - Is this normal

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sw3170
Posts: 3
Joined: Tue Dec 21, 2010 3:40 pm
antibot: No, of course not.

Quick Question - Is this normal

Post by sw3170 » Tue Dec 21, 2010 3:50 pm

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

skunk
Posts: 1087
Joined: Thu Jun 02, 2005 10:14 pm
Location: Brisbane, Australia

Re: Quick Question - Is this normal

Post by skunk » Tue Dec 21, 2010 3:53 pm

You didn't give us much info, but perhaps this bug is affecting you
http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=26926

sw3170
Posts: 3
Joined: Tue Dec 21, 2010 3:40 pm
antibot: No, of course not.

Re: Quick Question - Is this normal

Post by sw3170 » Tue Dec 21, 2010 4:21 pm

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

skunk
Posts: 1087
Joined: Thu Jun 02, 2005 10:14 pm
Location: Brisbane, Australia

Re: Quick Question - Is this normal

Post by skunk » Tue Dec 21, 2010 5:29 pm

Either roll back or patch the library source

Locked