]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Some improvements to the linear scale. Made the tick marks smaller (5px vs 10px)...
authorEvert Timberg <evert.timberg@gmail.com>
Sat, 6 Jun 2015 12:12:13 +0000 (08:12 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Sat, 6 Jun 2015 12:12:13 +0000 (08:12 -0400)
commit65ec618a48d1514f4354d9cf09b5de8aa7517493
treea99857036ad3e2878e1349232b406e5084440e73
parent5b5463b6f9712b2b52e14a924de62a78dd2c94ce
Some improvements to the linear scale. Made the tick marks smaller (5px vs 10px) and tightened up the drawing. Removed the use of maxWidth in ctx.fillText since that is not supported in Safari
src/Chart.Scale.js