Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add PriceHistory support to the LinePlotChart #8

Open
scawful opened this issue May 5, 2022 · 0 comments
Open

Add PriceHistory support to the LinePlotChart #8

scawful opened this issue May 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@scawful
Copy link
Owner

scawful commented May 5, 2022

Implement the ability to load a PriceHistory's candle object into a LinePlotChart and provide options for controlling that chart akin to the CandleChart. This is a fairly straightforward task and has a good example (CandleChart and LinePlotChart) and a decent amount of wiggle room in terms of implementation. Currently the line plot chart just attempts to load and plot a csv file from the assets folder that represents some asset over time (I've been using it with my TDA daily portfolio balance csv file) but it would be better suited as a price chart, and maybe repurposed as a balance/performance chart elsewhere.

@scawful scawful added help wanted Extra attention is needed good first issue Good for newcomers enhancement New feature or request and removed help wanted Extra attention is needed good first issue Good for newcomers labels May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant