Forum Discussion
Anonymous
5 years agoNot applicable
Cannot be displayed using "mathjs"
Hi Please forgive me for asking so many questions in this borad. I am making visual for custom visual . so cannot be displayed using "mathjs" https://www.npmjs.com/package/mathjs maybe...
Anonymous
5 years agoNot applicable
Hi Anonymous
This issue may be caused due to your tool couldn't find your js file.
Try to use absolute path of your "mathjs" file.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
Thank you so much for reply!
I tryed to use absolute path but it is not good for share visual.
I asked pbiviz support,he said
"You need to install regenerator-runtime - npm (npmjs.com) package and import it in the visual."
I install and import then I can use "mathjs"
thank you