Rich Donohue

Results 4 issues of Rich Donohue

I'm using v0.9.2 and trying to implement this example using error bars (hacking it a bit to show lower and upper confidence intervals): http://cedar-v0.surge.sh/examples/errorbars.html I have a rendered chart, though...

I'm using v0.9.2 and dynamically building the datasets and charts within the JS code. Within a loop, this code produces an acceptable chart: ``` var attr = { "attributes": {...

Looks like `layers` isn't declared within the storymap.2.5.js script. Can be fixed by passing layers as a setting to the map: ``` $('#storymap').storymap({ layers: layers, scenes: scenes, ``` And then...