]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Community chart types / extensions list
authorNick Downie <hello@nickdownie.com>
Sun, 6 Jul 2014 21:59:57 +0000 (22:59 +0100)
committerNick Downie <hello@nickdownie.com>
Sun, 6 Jul 2014 21:59:57 +0000 (22:59 +0100)
docs/06-Advanced.md

index f1e0e04740b107b34ffbfd607760b35a99989e8b..dd31f03ae9ca73c638f13f8ef4949473198f3ec8 100644 (file)
@@ -120,6 +120,10 @@ new Chart(ctx).LineAlt(data);
 // but this logs 'My Line chart extension' in the console.
 ```
 
+### Community extensions
+
+- <a href="https://github.com/Regaddi/Chart.StackedBar.js" target"_blank">Stacked Bar Chart</a> by <a href="https://twitter.com/Regaddi" target="_blank">@Regaddi</a>
+
 ### Creating custom builds
 
 Chart.js uses <a href="http://gulpjs.com/" target="_blank">gulp</a> 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.