My Second Visualization

This looks very similar to my first visualization, so visualization 1.5 would probably be a more appropriate name. That said, there are some key differences here that are not present in the first iteration! It is still the same data posted from the DataViz Context posted in August.
One key factor would be the interaction between user and the chart, where much less is hard coded. The background color, the text color, etc. are made up of variables that the user can update. Additionally, the feature of having the dots move from 0 on the X axis is a fun feature to learn about the transition elements of the D3 charts.

To create the color pickers, I used the Color Pickr API which can be found here. I found this API very easy to use and install, and got me up and running very quickly. All three of these use pretty basic configuration, but all I needed was an easy way for someone to pick a color and send that color value into my d3 chart.

Scatter Color:

Background Color:

Text/Axis Color:



As always, excited to hear compliments you have around this! Plus any more suggestions so I can get away from this dataset would be appreciated. Be on the lookout for a new chart soon!