Hi Daniel,
Thank you very much for the quick reply! Using the new loader did indeed
fix the issue.
It's great to have people like yourself actively help us out :)
Here's the updated code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!--
Old Google Chart Loading Method - hAxis ticks issue
<script type='text/javascript'
src='https://www.google.com/jsapi'></script>
-->
<script type="text/javascript" src=
"https://www.gstatic.com/charts/loader.js"></script>
<script type='text/javascript'>
/*
Old Google Chart Loading Method - hAxis ticks issue
google.load("visualization", "1", {packages:["corechart"],
'language': 'en'});
*/
google.charts.load('current', {packages: ['corechart'], 'language':
'en'});
</script>
</head>
<body>
<script type='text/javascript'>
/*
Old Google Chart Loading Method - hAxis ticks issue
google.setOnLoadCallback(monthlyline_B);
*/
google.charts.setOnLoadCallback(monthlyline_B);
// Rest of page....
Thanks again,
Marc
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/8f3769b7-ee3c-48cc-b90c-229b9193e0e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.