The JavaScript InfoVis Toolkit is a great library for rendering graphs in browsers but I find its example code unwieldly. The RGraph example has several HTML elements, two css stylesheets, a complex data set and a some optional RGraph settings in the JavaScript.

I’ve stripped it down to a much simpler example with one div, no css, a minimal data set and only the most crucial RGraph settings, put it all in one HTML file and made a jit-boilerplace project on GitHub for future reference. Perhaps you’ll find it useful too.
