]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Generate label strings using an option function. This allows new chart types to override
authorEvert Timberg <evert.timberg@gmail.com>
Sun, 6 Dec 2015 17:53:45 +0000 (12:53 -0500)
committerEvert Timberg <evert.timberg@gmail.com>
Sun, 6 Dec 2015 17:53:45 +0000 (12:53 -0500)
commitbffbaf6b377a18262fa04c93330d6dc27eea7148
treea5584a0d8b9def8ce3688e839f0d6bb74ea31b5c
parenteba2fce923df5237d2813398714cd5fde876c431
Generate label strings using an option function. This allows new chart types to override
samples/doughnut.html
src/charts/Chart.Doughnut.js
src/charts/Chart.PolarArea.js
src/controllers/controller.doughnut.js
src/controllers/controller.polarArea.js
src/core/core.legend.js