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.html#DataTable > > 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. > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
