mode / alamode

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

ERROR ReferenceError: nv is not defined at Object.bigNumberSparkline #60

Open mrdavidlaing opened 3 years ago

mrdavidlaing commented 3 years ago

My mode report that uses alamode.bigNumberSparkline() that has been working fine for the past few months stopped working in the last few days.

Looking at the Javascript console I noticed this error message: image

Any ideas what might have changed that causes this error?

mrdavidlaing commented 3 years ago

I was able to temporarily fix my report by manually including the nv.d3.js library to the HTML code of my report:

<script src="https://nvd3-community.github.io/nvd3/build/nv.d3.js"></script>
<link rel="stylesheet" href="https://nvd3-community.github.io/nvd3/build/nv.d3.css">