pmaji / crypto-whale-watching-app

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

Changing dark/ bright #27

Closed theimo1221 closed 6 years ago

theimo1221 commented 6 years ago

Hello,

what do you guys think about changing current dark/ bright to an algorithm based color.

This way you could see a difference between 1, 4, 6 and 100 unique Orders.

Currently 1=4 and 6=100.

Additionally if we touch this, we should think about making it readable for people with red-green issue

Thanks and Greets

Theimo

Edit: Needed Tasks

pmaji commented 6 years ago

Hmm I know you closed this but it's an interesting idea @theimo1221, although I would take it a bit differently. Here's what I think.

I want to have a slider of sorts (I think this would be a Plotly callback) with which the user can control the parameter that changes the coloring. I.e. the default is 5, but they can change it to 10 which would then make it so that only price points with 10 or more unique orders are colored with the bright red / bright green.

pmaji commented 6 years ago

@theimo1221 adding these next steps for this issue.

theimo1221 commented 6 years ago

It´s not closed, I just referenced this from a closed issue.

I partly disagree with the slider. We have to consider how much influence the visitor has on the Dash App, cause he changes data/ settings for other users as well, if it´s hosted from us.

theimo1221 commented 6 years ago

In #37 I added the color based on unique orders and inverted dark/ bright to highlight the "bad boys" If you are comfortable with changes in #37 you can close this issue after merge.

Some comparision (it´s not the exact same time) Previous: image

Currently: image

In my opinion the changes highly increases visibility and readability

theimo1221 commented 6 years ago

Closed cause of #41 was approved