# AJAX Example

1. Copy `../../flot.js`, `../background.png` and `../example.css` to this directory.
2. Run Python Simple HTTP server:
```
% python -m SimpleHTTPServer 8000
```
3. Open your browser and load `http://localhost:8000`
