From: Nick Downie Date: Sun, 6 Jul 2014 21:59:57 +0000 (+0100) Subject: Community chart types / extensions list X-Git-Tag: v1.0.1-beta.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef5081184fb54b2b25365640eb3290e89b316fc4;p=thirdparty%2FChart.js.git Community chart types / extensions list --- diff --git a/docs/06-Advanced.md b/docs/06-Advanced.md index f1e0e0474..dd31f03ae 100644 --- a/docs/06-Advanced.md +++ b/docs/06-Advanced.md @@ -120,6 +120,10 @@ new Chart(ctx).LineAlt(data); // but this logs 'My Line chart extension' in the console. ``` +### Community extensions + +- Stacked Bar Chart by @Regaddi + ### Creating custom builds Chart.js uses gulp to build the library into a single JavaScript file. We can use this same build script with custom parameters in order to build a custom version.