Since color is currently randomly generated by plot.ly, it could lead to some misinterpretation or annoyance by someone looking at the data. For example, one looking at multiple streams would need to look at the key everytime, and get used to the new color scheme per stream (LoL could be a red line on one stream but a blue on the next). Color should be the same across all graphs, depending on the game. A way this could be done is to generate a random color when we first see that game be played, a set a global variable to reflect this change. This variable could be used across all graphs. Just a thought.
This should be implemented in a way that colors can be set manually as well, in case we want that functionality later.
Since color is currently randomly generated by plot.ly, it could lead to some misinterpretation or annoyance by someone looking at the data. For example, one looking at multiple streams would need to look at the key everytime, and get used to the new color scheme per stream (LoL could be a red line on one stream but a blue on the next). Color should be the same across all graphs, depending on the game. A way this could be done is to generate a random color when we first see that game be played, a set a global variable to reflect this change. This variable could be used across all graphs. Just a thought.
This should be implemented in a way that colors can be set manually as well, in case we want that functionality later.