more warnings on CSV parsing
[dygraphs.git] / tests / independent-series.html
index 37cf0e0..543f51f 100644 (file)
@@ -27,6 +27,7 @@
     </style>
   </head>
   <body>
+    <h3>Independent Series</h3>
     <p>By using the connectSeparated attribute, it's possible to display a chart of several time series with completely independent x-values.</p>
 
     <p>The trick is to specify values for the series at the union of the x-values of all series. For one series' x values, specify <code>null</code> for each of the other series.</p>