Fixed trailing comma that broke IE
authoradam-p <Adam@TITAN.(none)>
Fri, 8 Oct 2010 02:01:14 +0000 (22:01 -0400)
committeradam-p <Adam@TITAN.(none)>
Fri, 8 Oct 2010 02:01:14 +0000 (22:01 -0400)
tests/connect-separated.html

index 31ebc24..24b87a8 100644 (file)
@@ -28,7 +28,7 @@
       ],
       {
         connectSeparatedPoints: true,
-        labels: ["Date","Series1","Series2","Series3"],
+        labels: ["Date","Series1","Series2","Series3"]
       });
     </script>
   </body>