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

[Feature Request] Price graph of a coin #7

Open
BitcoinMitchell opened this issue Apr 11, 2019 · 1 comment
Open

[Feature Request] Price graph of a coin #7

BitcoinMitchell opened this issue Apr 11, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@BitcoinMitchell
Copy link
Contributor

It might be nice to have a graph that shows a coin's price.

How I envision it is being able to select the coin you want to watch (since switching between coins might be a bit too confusing) and just draw a graph by pulling the data from some API.

@AIFanatic
Copy link
Owner

It was in my plans to add something like this and after some digging I've found this: https://github.com/G6EJD/ESP32-e-Paper-Weather-Display/blob/master/ESP32_OWM_Current_Forecast_42_epaper_v11.ino#L1372

It seems that a simple graph would be easy enough to implement. Also by combining a candle chart with a volume bar below, there is no need to display the price nor the volume anymore thus simplifying the layout.
Only worry is the size of the screen/chart may become to small to be readable at a comfortable distance.

@AIFanatic AIFanatic added enhancement New feature or request and removed feature labels Apr 13, 2019
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

2 participants