]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Enhancement: adds step-after functionality, true defaults to step-before (#4065)
authorEric Nikolay Katz <admin@ericnkatz.com>
Sun, 16 Apr 2017 20:13:13 +0000 (16:13 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sun, 16 Apr 2017 20:13:13 +0000 (16:13 -0400)
commit205cedc0efb5f1aa168f6236bc8a8f0f16529e67
treeea76f236d0870396a603b2ace07d7025e35fcc5b
parent19d6df21e3de31bf79d6f584209d8a5fa1adb30b
Enhancement: adds step-after functionality, true defaults to step-before (#4065)

* Adds step-after functionality, true defaults to step-before

* Update stepped line sample to include all variations of steppedLine configurations

* Update documentation on steppedLine values

* Add tests for new steppedLine values 'before' and 'after'
docs/charts/line.md
samples/charts/line/stepped.html
src/core/core.canvasHelpers.js
test/specs/element.line.tests.js