pmaji / crypto-whale-watching-app

Python Dash app that tracks whale activity in cryptocurrency markets.
MIT License
605 stars 137 forks source link

Callback creation in loop #18

Closed theimo1221 closed 6 years ago

theimo1221 commented 6 years ago

+less lines +usage of array GRAPH_IDS

pmaji commented 6 years ago

@theimo1221 I fixed this. It no longer uses an array but it's no longer broken. Using the array made it so that it only ever showed the ETH price. I don't think this can be done with Plotly callbacks, but feel free to let me know if you think I'm wrong.

theimo1221 commented 6 years ago

I found the problem and the solution.

BTW: I messaged in Reddit.

pmaji commented 6 years ago

@theimo1221 good deal. Add a new pull request for its solution because I already made changes to revert it back to an older style that fixed the problem momentarily.