Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JPro support for demo #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FlorianKirmaier
Copy link

Hi,

JPro-Version:
I've made the demo application run with JPro.
I also put the demo online: https://demos.jpro.one/jfree.html

MemoryLeak:
We found a memory leak with the default style.
It seems like listeners are added to the DefaultStyle. Afterwards the DefaultStyle references the old nodes forever.
As a workaround, I'm currently resetting the defaultStyle: Chart3DFactory.setDefaultChartStyle(new StandardChartStyle());

We've also noticed, that one of the demos only works sometimes (this is independent of JPro, it also happens in the pure JavaFX version.):
Screenshot 2023-08-16 at 14 11 46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant