Sha256: 0fc2391195efa3ec190de6e3f23a7106b86f0b27e54b863f24059723b20b285f

Contents?: true

Size: 1.1 KB

Versions: 4

Compression:

Stored size: 1.1 KB

Contents

<html>
<head>
  <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]-->
    <script language="javascript" type="text/javascript" src="../excanvas.js"></script>
    <script language="javascript" type="text/javascript" src="../jquery-1.4.2.min.js"></script>
    <script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
    <link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
  <link rel="stylesheet" type="text/css" href="examples.css" />

<script language="javascript" type="text/javascript">
$(document).ready(function(){
      $.jqplot.config.enablePlugins = true;
  $.jqplot('chartdiv',  [[[1, 2],[3,5.12],[5,13.1],[7,33.6],[9,85.9],[11,219.9]]],
  { title:'Chart within Table Cell',
    axes:{yaxis:{min:-10, max:240}},
    series:[{color:'#5FAB78'}]
  });
});
</script>
</head>
<body>
<?php include "nav.inc"; ?>
    <table>
        <tr>
            <td>
                <div id="chartdiv" style="height: 400px; width: 300px;">
                </div>

            </td>
        </tr>
    </table>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reportbuilder-1.4.2 data/jqplot/examples/chartInTable.html
reportbuilder-1.4.1 data/jqplot/examples/chartInTable.html
reportbuilder-1.4.0 data/jqplot/examples/chartInTable.html
reportbuilder-1.3.0 data/jqplot/examples/chartInTable.html