Chart.js/test
Talla2XLC 7c14ab74aa
Add new align 'inner' for X axis (#10106)
* Add new align for X axis

new align 'left-right' for options.scales['x'].ticks namespace will allow users to aling ticks: 'start" for first (left) tick and 'end' for last (right) tick

* corrected name of aligment to "inner", documentation and add test for inner labels

* delete unnecessary changes

* corrected logic for reverse axis, add tests for reverse axis and withoutY axis

* corrected chart paddings for "inner" tick align

* code clearness

* Update types/index.esm.d.ts

Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>

Co-authored-by: Talla2XLC <alexey.ivanov@epc.com.ru>
Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
2022-02-12 10:07:00 -05:00
..
fixtures Add new align 'inner' for X axis (#10106) 2022-02-12 10:07:00 -05:00
specs Fix typos found by codespell (#10103) 2022-01-27 09:24:55 -05:00
.eslintrc.yml Loosen the max-statements lint rule for tests (#8638) 2021-03-14 11:07:39 -04:00
BasicChartWebWorker.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
index.js Specify UTC time zone for the test suite (#9945) 2021-12-06 07:38:39 -05:00
seed-reporter.js Add random seed reporting to test runs (#9977) 2021-12-09 21:15:50 +02:00