Charting: Dynamically show Data dependend on visible sections #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At the moment we only use
chartCache
which is the current day.This has to be combined with chartHistData further into the past.
Also don't display invalid data (i.e. 0 volume and negative price)
Will be fixed/implemented/subsumbed by #12 as that is basically a rewrite anyway.