Skip to content
New issue

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

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

Already on GitHub? # to your account

Crosshair performance over a huge XYZDataset #15

Open
permiakover opened this issue Jun 25, 2020 · 1 comment
Open

Crosshair performance over a huge XYZDataset #15

permiakover opened this issue Jun 25, 2020 · 1 comment

Comments

@permiakover
Copy link

Hello, I'm using a spectrogram like plots that consists of XYZDataset with huge amount of processed data.
view for example:
изображение
x.lenght * y.length = 897 122 304‬ and each has z value (color intensity).

I need a tool like domain crosshair on chartMouseEventFX to highlight data. When the amount of data grows I got terrible time lags of the crosshair.
But when I apply this crosshair on empty dataset it works fine in the same ranges of AxisRange and DomainRange. I understand that the lag reason is a computations with java2DToValue over dataArea.
Is there a way to get "domain axis specific" value from chartMouseEventFX to avoid excessive computations of filled dataArea?

@permiakover
Copy link
Author

but most likely it is issue of ChartMouseEventFX performance

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

No branches or pull requests

1 participant