]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Added usePointStyle option to label boxes
authorShayne Linhart <shayne.linhart@gmail.com>
Wed, 6 Jul 2016 02:08:29 +0000 (20:08 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Wed, 6 Jul 2016 02:08:29 +0000 (20:08 -0600)
commit0dccc85e3a0f6a9e2fa2cb6e4c39533dcbc653d5
tree066800e02bf77742a429ba1525e70fd1e78cc15b
parent3cdd66ca581ee11233c2f40984a84eea540856e1
Added usePointStyle option to label boxes

- Closes #2252
- Allows label boxes to match the shape(pointStyle) of the corresponding data.
* Removed unused varaible from legend's draw()
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