From: Evert Timberg Date: Sun, 15 Nov 2015 16:17:02 +0000 (-0500) Subject: Update samples X-Git-Tag: 2.0.0-beta1~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1653%2Fhead;p=thirdparty%2FChart.js.git Update samples --- 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 + + + + + + +
+ +
+
+
+ + + + + +
+

Legend

+
+
+
+ + + + 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 + + + + + +
+ +
+ + + + + +
+

Legend

+
+ +
+
+ + + + 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: {