]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Time axis tick formatting with major and minor units (#4268)
authorAndrew <hurskiy.andriy@gmail.com>
Thu, 15 Jun 2017 11:20:16 +0000 (14:20 +0300)
committerEvert Timberg <evert.timberg+github@gmail.com>
Thu, 15 Jun 2017 11:20:16 +0000 (07:20 -0400)
commit2d7c1f0d2c330e4b201c6fdcdd0489a1f1dbda35
treee0ff505131cb937523460e3fccc7887d44a9ae2b
parent3a2884fef72f932f0673fd1c6c82a9f0d24bf884
Time axis tick formatting with major and minor units (#4268)

Working towards creating the TimeSeries scale, this PR adds formatting for major and minor ticks on axes.
12 files changed:
docs/axes/styling.md
samples/scales/time/line-point-data.html
src/core/core.controller.js
src/core/core.scale.js
src/helpers/helpers.time.js
src/scales/scale.time.js
test/specs/core.helpers.tests.js
test/specs/scale.category.tests.js
test/specs/scale.linear.tests.js
test/specs/scale.logarithmic.tests.js
test/specs/scale.radialLinear.tests.js
test/specs/scale.time.tests.js