]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Unit tests for logarithmic scale. Fixed some issues in stacked mode since it's not...
authorEvert Timberg <evert.timberg@gmail.com>
Fri, 18 Sep 2015 00:29:41 +0000 (20:29 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Fri, 18 Sep 2015 00:29:41 +0000 (20:29 -0400)
commit723c85320ff2d3045e33a518eca5ba3ae45e7b72
tree82e4f46a6ea8f2b242b29d90c65feb55f08e5fcd
parent92682abbaea9b5f62980039dd7f902b6c4409317
Unit tests for logarithmic scale. Fixed some issues in stacked mode since it's not possible for a 0 crossing to occur with a log scale.
src/scales/scale.logarithmic.js
test/scale.logarithmic.tests.js [new file with mode: 0644]