Google Charts link broken in VB Application
Hi All i have a VB VS2012 application that is using
Code:
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.charts.load('current', { 'packages': ['gauge'] });
google.charts.setOnLoadCallback(drawChart);
up until a week or so ago this was working but is now causing an error in script any one know of current issues with this
apollogies if poasted in wrong area.
Re: Google Charts link broken in VB Application
Is this a VB.Net winforms question? It doesn't look so...
You'll get better answers in the appropriate forum
Re: Google Charts link broken in VB Application
any suggestion as don't do a lot of programming, which forum would be best and how do I move the post?
Re: Google Charts link broken in VB Application
What type of app is it? A desktop app, an asp web app?
Re: Google Charts link broken in VB Application
Re: Google Charts link broken in VB Application
You're using a webbrowser control then?
Re: Google Charts link broken in VB Application
Correct and it is in a winforms, I did paste the gauge code into notepad and saved it as htm and it works but in my app when the code gets to the webbrowser.url it fails tried different locations for the htm file but no different.