]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Split out data limits step of scales into it's own step. Wire up callbacks from the... 1794/head
authorEvert Timberg <evert.timberg@gmail.com>
Thu, 17 Dec 2015 14:21:04 +0000 (09:21 -0500)
committerEvert Timberg <evert.timberg@gmail.com>
Thu, 17 Dec 2015 14:21:04 +0000 (09:21 -0500)
commitc8d383115298468709704f6a05b1c5496032cccd
treed247f2122294a8031af7c619557db81c569c3e0e
parent3ccf3fd249797ba5a80ef6d0ae22d575b30b872c
Split out data limits step of scales into it's own step. Wire up callbacks from the options to those in the scale life-cycle. Updated the docs accordingly
docs/01-Scales.md
docs/07-Advanced.md
src/core/core.helpers.js
src/core/core.scale.js
src/scales/scale.linear.js
src/scales/scale.logarithmic.js
src/scales/scale.radialLinear.js
src/scales/scale.time.js
test/scale.linear.tests.js
test/scale.logarithmic.tests.js