You need to create the chart, disable interactivity in the chart, set the background color to 'transparent', and use CSS to layer the chart over the image. Don't put the image in the chart div - it should be outside. See this is an example: http://jsfiddle.net/asgallant/zY2f6/
On Monday, July 1, 2013 4:10:24 PM UTC-4, Ray Julich wrote: > > I want to know if I can create a line graph with nothing but the line > being graphed. I created a web page that has a div with the background I > want for the graph > (*http://wa.water.usgs.gov/data/12439000_copy.html*<http://wa.water.usgs.gov/data/12439000_copy.html>). > > > > Two questions: > 1. How can I graph a line with with labels or axis? > 2. How do I put that graph onto a div that has a background image? Right > now, when I put a graph in the the same div as the background image, the > image disappears. > > The graph will plot water elevation. The x axis will be the date and the y > axis will be elevation (in feet). I will be adding a data point to graph > each day of the year. The range of the x-axis is January through December. > The range of the y axis is 909 to 915. > > Any help on this would be appreciated. Thank you. > > > -- You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
