We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.

Failed to integrate the import file with the Google chart

Answered

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

WebDataRocks Team WebDataRocks December 11, 2019

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

zaihzhang December 12, 2019

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

WebDataRocks Team WebDataRocks December 16, 2019

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

zaihzhang December 18, 2019

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

Attachments:
error.png

WebDataRocks Team WebDataRocks December 18, 2019

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