]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Moved radial scale into Chat.Scale.js. Registered as "radialLinear" which will allow... 1132/head
authorEvert Timberg <evert.timberg@gmail.com>
Sun, 24 May 2015 18:33:12 +0000 (14:33 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Sun, 24 May 2015 18:33:12 +0000 (14:33 -0400)
commita2d477ac5ef8e1ffc6c41a8cbcfe158fa591c646
treeea5f891987c128ac24726b9767f62b6c8d6e7e35
parent1352dfeb0fbecde79e9ef0fc17f14026c90b878c
Moved radial scale into Chat.Scale.js. Registered as "radialLinear" which will allow radialLogarithmic, etc in the future. Updated the polar area and radar charts to use the new scale config. The scales draw, but the points do not. This is no different than the current v2.0 branch
src/Chart.Core.js
src/Chart.PolarArea.js
src/Chart.Radar.js
src/Chart.Scale.js