There's no way for the user to modify what the axis ticks should be (like step=2 or something like that). What can be specified is * whether to use logarithmic scale or linear scale * minimum and maximum value on the axis (we call this zoom).
In the motionchart this is specified by changing properties of the 'state' string passed to the chart. The way to create such a state string is to use the zoom functionality in the chart and by changing the scale between 'lin' and 'log' by clicking the corresponding buttons on the axes. To get the serialized state as a string click the wrench icon at the bottom left of the chart, click advanced and copy the string from the text field. On Thu, Sep 8, 2011 at 3:07 PM, Karen <[email protected]> wrote: > I forgot to include the in last post, if there is not a way to change > the scale (such as by 1's versus by 2's) is there a way to set the > minimum scale and the maximum scale for the x axis and y axis. For > example, we'd like to set both axes at zero but currently both axes > defaults to the minimum value found in the data. > > On Sep 8, 7:54 am, Karen <[email protected]> wrote: > > Currently, the x axis has a scale by one's (such as 1-2-3-4....10). > > We are not sure if there is a way to change the x axis scale so that > > the scale is by two's (such as 2-4-6-8-10). Is there a way to > > manually change the scale of the x axis or y axis in the API? > > > > On Sep 7, 9:08 am, EZChart <[email protected]> wrote: > > > > > > > > > Depends on what you mean by changing the scale. The scale can be > toggled > > > between lin and log, and there's also a zoom tool (click and > > > drag on the chart area). > > > > > EZChart > > > > > On Tue, Sep 6, 2011 at 6:37 PM, Karen <[email protected]> wrote: > > > > For motion charts, is it true that the scale of the x axis or y axis > > > > cannot be changed? > > > > > > -- > > > > You received this message because you are subscribed to the Google > Groups > > > > "Google Visualization API" group. > > > > To post to this group, send email to > > > > [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]. > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-visualization-api?hl=en.-Hidequoted > > > > text - > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text - > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
