Closed kevinahuber closed 6 years ago
If it's inline w/ converting the graphs to ReCharts, feel free to change. I like the PercentAreaCharts much more than the pie charts (which I've read somewhere are misleading). A couple other points
Kevin and I met in person to discuss. Among other things, Kevin had a great idea for a graph displaying one of the more interesting facets of the data - a stacked percentage area graph with income on the x-axis. Here's a (blurry, 😠) picture of the graph:
I'll try to make a run at this- I could get help on switching the scape to put data in the format of:
{
'incomeMin': <int of min income>,
'incomeMax': <int of max income>,
'American Indian/Alaskan Native': <# of employees>,
'Asian or Pacific Islanders': <# of employees>,
...etc
}
Closing this - going to create a new issue to encapsulate additional graphs/visualizations.
With #124 and #122 - I think it would behoove us to think through how the data is shown. As far as I understand, all of the data is a ratio- I would suggest for the main display we switch to percent area charts, with a metric of % change (and color- red if down and green if up) next to each ethnicity in the legend. This allows users to see the data over time in one graph.