3 <title>Custom grid and Dot
</title>
5 <script type=
"text/javascript" src=
"excanvas.js"></script>
7 <script type=
"text/javascript" src=
"../dygraph-combined.js"></script>
8 <script type=
"text/javascript" src=
"../plotkit_v091/PlotKit/Layout.js"></script>
9 <script type=
"text/javascript" src=
"../dygraph-canvas.js"></script>
10 <script type=
"text/javascript" src=
"../dygraph.js"></script>
11 <script type=
"text/javascript" src=
"data.js"></script>
14 <p>Dot and lines should be extra large. Grid is red.
</p>
15 <div id=
"g14" style=
"width:600px; height:300px;"></div>
17 <script type=
"text/javascript">
19 document.getElementById(
"g14"),
23 gridLineColor: MochiKit.Color.Color.redColor(),
24 highlightCircleSize:
10,