mode / alamode

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

Update addLinkToBigNumber #45

Closed shekinah-smith closed 4 years ago

shekinah-smith commented 4 years ago

Updated the addLinkToBigNumber function to allow us to manipulate the DOM from within the Angular component lifecycle versus attempting to it outside of the lifecycle which was producing inconsistent results.

This change also corresponds with this change to the BigValueRenderer component inside of Webapp.

Mode Isse: https://github.com/mode/issues/issues/1990