diff --git a/samples/samples.js b/samples/samples.js
index b0f8005908c..bb0463f7e6e 100644
--- a/samples/samples.js
+++ b/samples/samples.js
@@ -184,6 +184,18 @@
}, {
title: 'Bubble Chart',
path: 'scriptable/bubble.html'
+ }, {
+ title: 'Pie Chart',
+ path: 'scriptable/pie.html'
+ }, {
+ title: 'Line Chart',
+ path: 'scriptable/line.html'
+ }, {
+ title: 'Polar Area Chart',
+ path: 'scriptable/polar.html'
+ }, {
+ title: 'Radar Chart',
+ path: 'scriptable/radar.html'
}]
}, {
title: 'Advanced',
diff --git a/samples/scriptable/line.html b/samples/scriptable/line.html
new file mode 100644
index 00000000000..eb5a940d79d
--- /dev/null
+++ b/samples/scriptable/line.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/scriptable/pie.html b/samples/scriptable/pie.html
new file mode 100644
index 00000000000..7ee105b7a2f
--- /dev/null
+++ b/samples/scriptable/pie.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/scriptable/polar.html b/samples/scriptable/polar.html
new file mode 100644
index 00000000000..3eb290b8b4e
--- /dev/null
+++ b/samples/scriptable/polar.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/scriptable/radar.html b/samples/scriptable/radar.html
new file mode 100644
index 00000000000..8b56c868245
--- /dev/null
+++ b/samples/scriptable/radar.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+