610d352f2937237fd3f2a5d1d07e87994554b79f
[dygraphs.git] / experimental / palette / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
5 <title>Palette Demo</title>
6 <!--[if IE]>
7 <script type="text/javascript" src="../../excanvas.js"></script>
8 <![endif]-->
9 <script type="text/javascript" src="../../dygraph-dev.js"></script>
10 <script type="text/javascript" src="options.js"></script>
11 <script type="text/javascript" src="palette.js"></script>
12 <script type="text/javascript" src="index.js"></script>
13 <link rel="stylesheet" type="text/css" href="palette.css" />
14 <style>
15 </style>
16 </head>
17 <body>
18 <h2>Palette</h2>
19 <div style="font-size:smaller;"><p>To configure this chart, tweak the values on the right.
20 Enter applies changes, and the filter bar on the top reduces selections</p></div>
21 <table>
22 <tr>
23 <td valign="top">
24 <div id="graph"></div>
25 <div id="status" style="width:200px; font-size:0.8em; padding-top:5px;"></div>
26 Other messages:
27 <div id="messages"></div>
28 </td>
29 <td valign="top"><div class="palette" id="optionsPalette"></div></td>
30 </tr>
31 </table>
32 </body>
33 <script type="text/javascript">start();</script>
34 </html>