]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add the ability to add a title to the legend (#6906)
authorEvert Timberg <evert.timberg+github@gmail.com>
Fri, 10 Jan 2020 23:28:51 +0000 (18:28 -0500)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2020 23:28:51 +0000 (18:28 -0500)
commitd04cdfc21fdb15948184bfe3a6f242a0ceec2e08
tree3955f3c2c8c7a4c49e61e1b8ae3a965fec344705
parent5cca0bb866796b8bb4e5dbf6a79e8e966d340686
Add the ability to add a title to the legend (#6906)

* Add the ability to add a title to the legend

- Legend title can be specified
- Font & color options added
- Padding option added
- Positioning option added
- Legend title sample file added
docs/configuration/legend.md
samples/legend/title.html [new file with mode: 0644]
samples/samples.js
src/plugins/plugin.legend.js
test/specs/plugin.legend.tests.js