mode / alamode

A community-maintained library of visualizations for Mode reports
MIT License
70 stars 67 forks source link

Bugfix/add link to big number #47

Closed shekinah-smith closed 4 years ago

shekinah-smith commented 4 years ago

Added a self-invoking function to attach ALAMODE_CHARTS to the window when Alamode is called. The other way, was creating a new object every time which meant if there were multiple big number values that needed to have a link added, they weren't getting attached properly.

Corresponds with: https://github.com/mode/webapp/pull/9885