Flotr: Basic Example Modified by Vinnie

Example

This example shows the ease of using Flotr. With just one line of javascript you can draw a nice looking graph.

Finished? Go to the example index page or the Flotr Documentation Pages.

The Code

var f = Flotr.draw($('container'), [ d1, d2 ]);