We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My mode report that uses alamode.bigNumberSparkline() that has been working fine for the past few months stopped working in the last few days.
alamode.bigNumberSparkline()
Looking at the Javascript console I noticed this error message:
Any ideas what might have changed that causes this error?
The text was updated successfully, but these errors were encountered:
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">
Sorry, something went wrong.
Update usage instructions to address mode#60
c040004
which fixes `ERROR ReferenceError: nv is not defined at Object.bigNumberSparkline` mode#60
ERROR ReferenceError: nv is not defined at Object.bigNumberSparkline
No branches or pull requests
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:
Any ideas what might have changed that causes this error?
The text was updated successfully, but these errors were encountered: