Search found 6 matches
- Fri Jul 20, 2018 2:48 am
- Forum: JFreeChart
- Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
- Replies: 8
- Views: 18820
Re: JFreeChart for JavaFX - Moving Average takes VERY long time
Does anybody have any idea? Please?
- Sat Jul 14, 2018 2:53 am
- Forum: JFreeChart
- Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
- Replies: 8
- Views: 18820
Re: JFreeChart for JavaFX - Moving Average takes VERY long time
Anybody with any idea please respond, I have bumped and deleted for the past month and a half, anything or any form of help is very greatly appreciated.
- Thu Jun 21, 2018 1:34 am
- Forum: JFreeChart
- Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
- Replies: 8
- Views: 18820
Re: JFreeChart for JavaFX - Moving Average takes VERY long time
I am not familiar enough with JFreeChart to fully answer your question, but, my source series is a TimeSeries with each datapoint having a Millisecond from a timestamp and a value of a BigDecimal. This generated TimeSeries is then returned to my createDataset() method that creates the main line and ...
- Wed May 30, 2018 3:09 pm
- Forum: JFreeChart
- Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
- Replies: 8
- Views: 18820
Re: JFreeChart for JavaFX - Moving Average takes VERY long time
What do you mean? How? I'm fairly new to JFreeChart. Do you mean create the chart and display it, and THEN generate Moving Averages and add them to chart?
- Wed May 30, 2018 12:16 am
- Forum: JFreeChart
- Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
- Replies: 8
- Views: 18820
Re: JFreeChart for JavaFX - Moving Average takes VERY long time
If anybody has any idea how to fix this or if I should just do my own Moving Average calculations I would be very grateful for a reply! 

- Sun May 27, 2018 2:37 pm
- Forum: JFreeChart
- Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
- Replies: 8
- Views: 18820
JFreeChart for JavaFX - Moving Average takes VERY long time
I am working on a cryptocurrency analysis JavaFX project. One vital part of this program is the chart, which uses fetched data of up to 40,000 ticker points to display a graph with two moving averages. My program was taking an absurdly long time to display the chart after starting up, sometimes even...