diff --git a/samples/samples.js b/samples/samples.js index 17065997547..a750b196533 100644 --- a/samples/samples.js +++ b/samples/samples.js @@ -187,6 +187,9 @@ }, { title: 'Line Chart', path: 'scriptable/line.html' + }, { + title: 'Polar Area Chart', + path: 'scriptable/polar.html' }] }, { title: 'Advanced', 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 @@ + + +
+ + + +