]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Adds a better error message when the chart type is incorrect. Previously the user...
authoretimberg <evert.timberg@gmail.com>
Sat, 25 Mar 2017 23:34:55 +0000 (19:34 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Mon, 3 Apr 2017 21:39:09 +0000 (17:39 -0400)
commit06383669beb1092922cd162041910c331c7a6955
tree0be74380dd101c1a234386edfad1ccb671c30751
parent9ea18065add95d80a807e67f27018caadcfeb44c
Adds a better error message when the chart type is incorrect. Previously the user got a message about `type` being undefined.
This gives something that's easier to understand and debug.
src/core/core.controller.js
test/specs/core.controller.tests.js