Background Image
To help integrate your chart into an existing site layout or simply add a little more excitement, images can easily be added as a background for your charts.
This is accomplished by specifying the image as the background of your chart's div.
For example:
- <div id="myChart"
- style="width: 582px; height: 448px; background-image: url(../includes/tropical.jpg);"></div>