Hi Matthew, The behavior of the axis depends on the type of data you are charting. The main distinction is between continuous values (numbers, dates) and discrete values (strings). The showTextEvery option only applies to discrete values, while the ticks option only applies to continuous values. If you can provide a more complete example of what you are doing, it will be easier to help.
dan On Wed, Oct 30, 2013 at 2:21 PM, Matthew Clarkson < [email protected]> wrote: > So i have some 50 values on the haxis, and google line chart only labels > one of them, roughly the midpoint. > > how do I change that to display every value or every hour, or something > like that? > > hAxis: { > ticks: ??? > showTextEvery: 1 > > } > > showtextevery does nothing, it display only one label regardless of the > setting I give it. > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Google Chart 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 http://groups.google.com/group/google-chart-api. > For more options, visit https://groups.google.com/groups/opt_out. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Chart 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 http://groups.google.com/group/google-chart-api. For more options, visit https://groups.google.com/groups/opt_out.
