]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Make animation options consistent for polar area and doughnut charts (#2342)
authorEvert Timberg <evert.timberg+github@gmail.com>
Wed, 27 Apr 2016 21:07:21 +0000 (17:07 -0400)
committerTanner Linsley <tannerlinsley@gmail.com>
Wed, 27 Apr 2016 21:07:21 +0000 (16:07 -0500)
commit03fb66751f25c727dfdc3abaf9e2de98232c18c7
treec6bdd7a89e0df8e3f912afeaa6ad4c92698befb6
parent450a08420ba2e08ec8c6ca4e0f29d58400b2a60b
Make animation options consistent for polar area and doughnut charts (#2342)

* Make animation options consistent and fix an issue when `animateRotate === false` in the polar area chart

* Update docs for moved options

* Fix typo
docs/05-Polar-Area-Chart.md
samples/doughnut.html
samples/polar-area.html
src/controllers/controller.doughnut.js
src/controllers/controller.polarArea.js
test/controller.doughnut.tests.js
test/scale.time.tests.js