nprapps / dailygraphics-templates

Graphic templates for the dailygraphics-next rig
11 stars 14 forks source link

console error on block histogram #10

Closed shmcminn closed 3 years ago

shmcminn commented 4 years ago

after creating one, nothing shows up

graphic.js:68 Uncaught ReferenceError: amt is not defined
    at VM331 graphic.js:62
    at Array.forEach (<anonymous>)
    at formatData (VM331 graphic.js:57)
    at onWindowLoaded (VM331 graphic.js:32)
shmcminn commented 4 years ago

looks like line 66 needs to say d.amt instead of amt

        if (amt >= COLOR_BINS[i] && amt < COLOR_BINS[i + 1]) {