Here is an example http://savedbythegoog.appspot.com/?id=ag5zYXZlZGJ5dGhlZ29vZ3ISCxIJU2F2ZWRDb2RlGIPoxAEM
ChartMan On Sat, Aug 1, 2009 at 5:55 AM, Arun <[email protected]> wrote: > > > > On Jul 31, 2:52 am, ChartMan <[email protected]> wrote: > > Hi Arun > > > > See inline > > > > On Wed, Jul 29, 2009 at 7:04 PM, Arun <[email protected]> wrote: > > > > > Hi Everyone, > > > I am new to HTML and Google Visualization. I have few questions > > > regarding Line charts: > > > 1. I want to add a row to an existing line chart. i.e I want my line > > > chart to change dynamically based on user input. > > > > The chart is based on a dataTable object. You can add rows to the data > table > > and edit existing data. Once you are done editing called the chart.draw > > method to reflect the data changes in the chart. > http://code.google.com/apis/visualization/documentation/reference.htm... > > > > > > > > > 2. How to move to the chart to right side of the web page as it is > > > always present in the top of the page. > > > > the chart gets a container as a parameter to its constructor. You can > > position the container anywhere you like. > > > > > > > > > 3. How to remove the chart from the page(deleting the chart) > > > > you can delete the container the chart is in and delete all relevant java > > script objects you created for drawing the chart. > > > Hello ChartMan, > Can you provide me an example using a datatable object to change the > line chart after drawing it(change the line chart dynamically) > > thanks &Regards > Arun > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
