Hi!
I'm using kibana to visualize forex data.
My problem is that as the forex market is closed during the weekend, I have "holes" in my timeseries:
Is there a way to ignore dates having no values in timelion?
Thanks in advance for your help!
Hi!
I'm using kibana to visualize forex data.
My problem is that as the forex market is closed during the weekend, I have "holes" in my timeseries:
Is there a way to ignore dates having no values in timelion?
Thanks in advance for your help!
Up! ^^
Try the .fit()
function. If you want to just draw a line between the two points then .fit(scale)
is probably what you want.
Thanks a lot!!
I finally used fit(average) to have the best result.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.