From 3a193e2117660271fd549ab63bdc0711d52d6462 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 15 Nov 2015 11:17:02 -0500 Subject: [PATCH] Update samples --- samples/line-skip-points.html | 175 +++++++++++++++++++++++++++++++++ samples/radar-skip-points.html | 152 ++++++++++++++++++++++++++++ samples/radar.html | 4 +- 3 files changed, 329 insertions(+), 2 deletions(-) create mode 100644 samples/line-skip-points.html create mode 100644 samples/radar-skip-points.html 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: { -- 2.47.2