Hi Marc,

         I am facing the same issue when using h-axis ticks option.The 
h-axis values are spread all at a time and the bars are looking almost like 
a straight lines when there are many.I am using the new charts loader and 
still facing the issue.Could you please help me resolve this issue ? Thanks 
in davance 
 
On Tuesday, May 31, 2016 at 2:43:02 PM UTC-4, Marc Simard wrote:
>
> 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/d58faf44-34b8-46db-b87d-57250837bdb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to