]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fixed a bug with calculating the canvas width and height 2220/head
authorTommy Graves <tommy@infinitry.net>
Tue, 5 Apr 2016 12:28:46 +0000 (08:28 -0400)
committerTommy Graves <tommy@infinitry.net>
Tue, 5 Apr 2016 12:28:46 +0000 (08:28 -0400)
commit75ce567d05f939ea8e5eced0d31534a0fe141381
tree8492a1bdb514e58cf7891ca5a81f94ff400f94a8
parentae103c3d0f69fe7a0c4d11509c7d6889c8c02f31
Fixed a bug with calculating the canvas width and height

A previous commit removing a workaround for an old Firefox bug left part
of that workaround in, and it was preventing the expected behavior of
the canvas size being equal to the offsetWidth and offsetHeight of the
canvas prior to instantiation of Chart.JS
src/Chart.Core.js