We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A subtask of #59: Implement a graph that shows LSK/BTC for past 24H.
The designs suggest using http://www.chartjs.org/, namely: http://www.chartjs.org/samples/latest/scales/linear/min-max-suggested.html http://www.chartjs.org/samples/latest/tooltips/positioning.html
https://drive.google.com/drive/u/2/folders/1B1wiyNp-ERR5ETVBpLhVEG7L5598oe7O
The data should be fetched directly from lisk explorer, once explorer api is fixed in LiskArchive/lisk-explorer#368 https://explorer.lisk.io/api/exchanges/getCandles?e=poloniex&d=hour
There is no currency graph
The text was updated successfully, but these errors were encountered:
c79be5a
slaweet
No branches or pull requests
Expected behaviour
A subtask of #59: Implement a graph that shows LSK/BTC for past 24H.
The designs suggest using http://www.chartjs.org/, namely:
http://www.chartjs.org/samples/latest/scales/linear/min-max-suggested.html
http://www.chartjs.org/samples/latest/tooltips/positioning.html
https://drive.google.com/drive/u/2/folders/1B1wiyNp-ERR5ETVBpLhVEG7L5598oe7O

The data should be fetched directly from lisk explorer, once explorer api is fixed in LiskArchive/lisk-explorer#368
https://explorer.lisk.io/api/exchanges/getCandles?e=poloniex&d=hour
Actual behaviour
There is no currency graph
The text was updated successfully, but these errors were encountered: