Hi 1) The motionchart currently supports years starting at 1900. It is on our feature list to support a wider range of years. 2) The motionchart state is encoded in an object that is updated after every user interaction. You can observe the current state from the motionchart "settings > advanced" menu (bottom right corner of the chart). You can get the chart state using chart.getState and set the state as an option to the chart.draw method. For more information : http://code.google.com/apis/visualization/documentation/gallery/motionchart.html#Motion_Chart_initial_state
ChartMan On Fri, Jun 26, 2009 at 5:20 PM, Boris Trivic <[email protected]> wrote: > > Hi everyone. I`m new user of Google Visualization API. > I have few questions about Motion Chart visualization: > > - how I can set function: when user clicks on some dot, that API shows > some text? Is that possible? > - is possible that I show years from (exaple) -345 to 1500 on X axis? > Is possible shows negative numbers on X axis? > > Chers! > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
