ChartChangeEvent.DONE_CHANGING

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Matt Jibson

ChartChangeEvent.DONE_CHANGING

Post by Matt Jibson » Fri Jan 10, 2003 2:42 am

I've been using JFreeChart for a year or so and appreciate the work that's been done on it.

I often have very large datasets (20 datasets of ~2000 points each), and it takes a while to render these. Would it be possible to add a DONE_CHANGING ChartChangeEvent? This would make it possible to popup a info box on the beginning of a change that the chart is changing, and that it may take a while, then to hide the popup when the chart is done changing. My thought is that some users will think the program has frozen, or some other horrible thing. Thanks so much.

David Gilbert

Re: ChartChangeEvent.DONE_CHANGING

Post by David Gilbert » Fri Jan 10, 2003 10:16 pm

Hi Matt,

Sounds reasonable...I'll add something along those lines for the next release.

Regards,

Dave Gilbert

Locked