Failed to integrate the import file with the Google chart
Hi, webdatarocks team!
I failed to request this js file during the integration with the Google diagram. The file path is as follows:
https://www.gstatic.com/charts/loader.js
Can you provide a valid request address?
Thanks,
zai
5 answers
Hello,
Thank you for your question.
It seems there is a copy-paste problem because the specified URL leads to the nonexistent page because of additional symbols after the actual address:
https://www.gstatic.com/charts/loader.js%C2%A0.
However the problem will resolve in case extra symbols (%C2%A0) are removed.
We hope it helps.
Regards,
WebDataRocks Team
I introduced the script tag in index.html without any extra characters.
And I access the address after removing (%C2%A0) in the browser:
https://www.gstatic.com/charts/loader.js
It can’t load the content
Hello,
Our team would like to kindly suggest creating the HTML page where the component will be placed, using the snippet from the following link: https://developers.google.com/chart/interactive/docs/quick_start.
Regards,
WebDataRocks Team
Thank you very much for your answer. The problem has been solved.
However, I have another problem that I would like to ask you to help. It is normal for me to introduce the file with the following address into the HTML page, but after downloading it to the local place, an error will be reported when I introduce it into the HTML page.
https://static.fusioncharts.com/code/latest/fusioncharts.js
The attached file is a screenshot of the error
Thanks again for your help
Hello,
Thank you for your feedback.
Our team would like to kindly recommend following the tutorial presented in our documentation in order to integrate WebDataRocks with third-party charting libraries.
Regards,
WebDataRocks Team