]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Non numeric y (#2849)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 9 Jul 2016 15:22:25 +0000 (11:22 -0400)
committerTanner Linsley <tannerlinsley@gmail.com>
Sat, 9 Jul 2016 15:22:25 +0000 (09:22 -0600)
commitb6686f00f4670a03ed242db13a80a0d6f9399af2
treed6f62106951902e4a6db432b403df67ebc5ebe1e
parent72813d51122090984cb0ee8dc46cfdfacd778983
Non numeric y (#2849)

* Category scale can now read from the xLabels and yLabels properties.

* Update docs with section regarding the data object.

* Add sample file with non numeric Y and fix animations
docs/01-Chart-Configuration.md
docs/02-Scales.md
samples/line-non-numeric-y.html [new file with mode: 0644]
src/scales/scale.category.js
test/scale.category.tests.js