]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Allow pattern hover state in all chart types
authorTom Loudon <tomloudon@gmail.com>
Tue, 10 May 2016 16:25:24 +0000 (17:25 +0100)
committerTom Loudon <tomloudon@gmail.com>
Tue, 10 May 2016 16:28:29 +0000 (17:28 +0100)
commit04d4adda05d0a923e4b320fd0a5ef62940693050
treedccc3d6de6111087ed1f16544e4b22b706223bdd
parent170fdab6a608b69594b60fa1fde3e3afc8b0ff2b
Allow pattern hover state in all chart types

Updated all chart types to use the helper.getHoverColor. Pattern fills can now be specified for both fill and line portions of a chart. Updates chartjs/Chart.js#1323
src/controllers/controller.bar.js
src/controllers/controller.bubble.js
src/controllers/controller.doughnut.js
src/controllers/controller.line.js
src/controllers/controller.polarArea.js
src/controllers/controller.radar.js