diff --git a/samples/line-skip-points.html b/samples/line-skip-points.html
new file mode 100644
index 000000000..a0a9e6e11
--- /dev/null
+++ b/samples/line-skip-points.html
@@ -0,0 +1,175 @@
+
+
+
+
+ Line Chart
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/radar-skip-points.html b/samples/radar-skip-points.html
new file mode 100644
index 000000000..14c5072a5
--- /dev/null
+++ b/samples/radar-skip-points.html
@@ -0,0 +1,152 @@
+
+
+
+
+ Radar Chart
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/radar.html b/samples/radar.html
index da45b3e8f..eab9a8655 100644
--- a/samples/radar.html
+++ b/samples/radar.html
@@ -41,7 +41,7 @@
label: "My First dataset",
backgroundColor: "rgba(220,220,220,0.2)",
pointBackgroundColor: "rgba(220,220,220,1)",
- data: [null, randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
+ data: [randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
}, {
label: 'Hidden dataset',
hidden: true,
@@ -52,7 +52,7 @@
pointBackgroundColor: "rgba(151,187,205,1)",
hoverPointBackgroundColor: "#fff",
pointHighlightStroke: "rgba(151,187,205,1)",
- data: [null, randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
+ data: [randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
},]
},
options: {