Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mrdavidlaing opened this issue Aug 10, 2021 · 1 comment

Comments

@mrdavidlaing
Copy link

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
Copy link
Author

mrdavidlaing commented Aug 10, 2021

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">

mrdavidlaing added a commit to mrdavidlaing/alamode that referenced this issue Aug 23, 2021
which fixes `ERROR ReferenceError: nv is not defined at Object.bigNumberSparkline` mode#60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant