Basic Flotr Example

by cesutherland

HTML

<!DOCTYPE html>
<html>
  <head>
    <title>Flotr2 Issue #89 (Date: Sat, 19 May 2012 22:48:31 GMT)</title>
    <script src="http://requirejs.org/docs/release/1.0.8/comments/require.js"></script>
    <script src="https://raw.github.com/HumbleSoftware/Flotr2/master/flotr2.js"></script>
  </head>
  <body>
    <p>Look at your console.</p>
    <p>In Chrome, I get <code>Uncaught ReferenceError: bean is not defined</code> on line 1359.
  </body>
</html>

CSS

#example {
    width: 340px;
    height: 220px;
}