Jump to content

Recommended Posts

  • 1 month later...
Posted
162 / 5.000
 

Resultados de tradução

 
star_border
 
 
Good morning everyone. Would need the component for Alexandria (delphi 11) Does anyone have the package for delphi 11? If you can share it with me I would appreciate it.
  • 7 months later...
Posted
1 hour ago, MVakili said:

Yes, I have read this text that it is not possible to work offline due to Google rules
But nowhere in the source, I found no reference to any site or CDN

Well, yes, it's a service...

Posted
1 hour ago, MVakili said:

But nowhere in the source, I found no reference to any site or CDN

 

cfs.GCharts.uniGUI.pas (Line 115):

const
  JS_RESOURCE_GCHARTS_LOADER : string = '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>';

 

  • Thanks 1
Posted
1 hour ago, Pep said:
const
  JS_RESOURCE_GCHARTS_LOADER : string = '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>';

This is prohibited by Google policy.

Posted

Hello Sherzod,

According to the guidelines stated in the FAQ section of the Google Charts documentation (https://developers.google.com/chart/interactive/faq#using-the-api), it is required that your users' computers have access to the "https://www.gstatic.com/charts/loader.js" file in order to utilize the interactive features of Google Charts.

const
  JS_RESOURCE_GCHARTS_LOADER : string = '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>';

The reason I provided that specific answer was to ensure compliance with Google's terms of service. It is important to note that the source code of the components directly references "https://www.gstatic.com/charts/loader.js" in order to adhere to these terms.

 

  • 2 months later...
  • 3 weeks later...
Posted
20 hours ago, Stemon63 said:

Hi Pep,

Great work. Really Congratulations!
Thank you

Thank you for your kind words and congratulations—I really appreciate it!

  • 2 weeks later...
Posted

const
  JS_RESOURCE_GCHARTS_LOADER : string = '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>';
  JS_RESOURCE_JQUERY: string = '<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" integrity="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI=" crossorigin="anonymous"></script>';

It appears to be these const here.

Posted
1 minute ago, picyka said:

I'm sorry I think I didn't understand you

I don't know, maybe you store some files locally. And in this case, some Google service files could have been changed.

On the other hand, also study the Google Documentation on this subject.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...