From: Evert Timberg Date: Mon, 6 Jan 2020 20:04:41 +0000 (-0500) Subject: Add multi series pie example (#6919) X-Git-Tag: v3.0.0-alpha~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb116fa331d95ddb9a52b9fdbdf720217e1fd98b;p=thirdparty%2FChart.js.git Add multi series pie example (#6919) --- diff --git a/samples/charts/multi-series-pie.html b/samples/charts/multi-series-pie.html new file mode 100644 index 000000000..4a61c420b --- /dev/null +++ b/samples/charts/multi-series-pie.html @@ -0,0 +1,95 @@ + + + + + Multi Series Pie Chart + + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/samples/samples.js b/samples/samples.js index c85cac37a..c91d7cf14 100644 --- a/samples/samples.js +++ b/samples/samples.js @@ -79,6 +79,9 @@ }, { title: 'Pie', path: 'charts/pie.html' + }, { + title: 'Multi Series Pie', + path: 'charts/multi-series-pie.html' }, { title: 'Polar area', path: 'charts/polar-area.html'