mattparrilla / mansfield-stake

Visualize the snow depth at the Mt. Mansfield stake
1 stars 1 forks source link

Slider and selector #2

Closed mattparrilla closed 9 years ago

mattparrilla commented 9 years ago

Make a slider for the background years and a selector for the comparison (bold) year.

Consider whether a line representing the average of the selected years is valuable. Perhaps make it toggleable? Maybe not though... such a thing as too much configuration. Simplify!

mattparrilla commented 9 years ago

Possible slider: http://bl.ocks.org/mbostock/6452972

Or possible graph/slider hybrid thing: http://bl.ocks.org/mbostock/1667367

mattparrilla commented 9 years ago

To use slider, can't use ordinal scale (no string based domain), must use either time scale or linear scale mapped to string representation of season (less elegant)

Ordinal scales (by definition) are non-sequential and therefore you can't skip any of them image