Search found 6 matches

by StealthVice7
Fri Jul 20, 2018 2:48 am
Forum: JFreeChart
Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
Replies: 8
Views: 10015

Re: JFreeChart for JavaFX - Moving Average takes VERY long time

Does anybody have any idea? Please?
by StealthVice7
Sat Jul 14, 2018 2:53 am
Forum: JFreeChart
Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
Replies: 8
Views: 10015

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.
by StealthVice7
Thu Jun 21, 2018 1:34 am
Forum: JFreeChart
Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
Replies: 8
Views: 10015

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 ...
by StealthVice7
Wed May 30, 2018 3:09 pm
Forum: JFreeChart
Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
Replies: 8
Views: 10015

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?
by StealthVice7
Wed May 30, 2018 12:16 am
Forum: JFreeChart
Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
Replies: 8
Views: 10015

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! :)
by StealthVice7
Sun May 27, 2018 2:37 pm
Forum: JFreeChart
Topic: JFreeChart for JavaFX - Moving Average takes VERY long time
Replies: 8
Views: 10015

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...