]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Issue #2252, added usePointStyle option to allow label boxes to match the shape(point...
authorunknown <slinhart@knights.ucf.edu>
Sun, 3 Jul 2016 19:55:43 +0000 (13:55 -0600)
committerunknown <slinhart@knights.ucf.edu>
Sun, 3 Jul 2016 19:55:43 +0000 (13:55 -0600)
commitd38111723676d51d6a2b49bd3eec71b675d508ca
tree7cad892b0f90f66faae16677bc37db5e3f6e70a7
parent07662b158d829f395b2c97d732e60599b8b5c4e4
Issue #2252, added usePointStyle option to allow label boxes to match the shape(pointStyle) of the corresponding data.
docs/01-Chart-Configuration.md
src/chart.js
src/core/core.canvasHelpers.js [new file with mode: 0644]
src/core/core.legend.js
src/elements/element.point.js
test/core.legend.tests.js
test/element.point.tests.js