]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Time scales now support passing in data as points. Added this to the time scale sampl...
authoretimberg <evert.timberg@gmail.com>
Sun, 18 Oct 2015 22:00:46 +0000 (18:00 -0400)
committeretimberg <evert.timberg@gmail.com>
Sun, 18 Oct 2015 22:00:46 +0000 (18:00 -0400)
commit7603b3cc36f6c5ac172855ff4ec722c4442bf738
tree4aeda5ef34b501437f13f01b1028ea891b6aba1a
parentceaa4ff03f7bc53bbc19711a023ea9313fdfde7f
Time scales now support passing in data as points. Added this to the time scale sample file.
samples/line-time-scale.html
src/core/core.scale.js
src/scales/scale.category.js
src/scales/scale.linear.js
src/scales/scale.logarithmic.js
src/scales/scale.time.js