So I am working on a personal project of visualizing the US
unemployment, employment, and work force #'s as compared to the US
unemployment rate % to show the unemployment % doesn't mean anything
when actually trying to understand the problems of unemployment in the
US.
http://chrisdblumberg.com/unemployment/
However, the colors array just doesn't work for visualizing dynamic
data.
Given that the data may be negative to negative, negative to positive,
or positive to positive is there a better tool to visualize this?
Or could I override the colors option with my own method such that it
could be:
options['colors']['negative'] = [ color, or array of colors ]
options['colors']['positive'] = [ color, or array of colors ]
so that if the numbers are negative the negative colors will be used,
and if the numbers are positive the positive will be used.