Chart.js/docs/axes/cartesian
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
..
_common_ticks.md Add new align 'inner' for X axis (#10106) 2022-02-12 10:07:00 -05:00
_common.md Docs/update scale position type (#9812) 2021-11-07 21:31:31 +02:00
category.md Switch docs to Vuepress to match other chart.js repositories (#8751) 2021-03-30 10:32:39 -04:00
index.md Add notes about more specific options for axes (#9923) 2021-11-30 07:43:46 -05:00
linear.md add typing and docs for maxTicksLimit all scales (#10057) 2022-01-11 15:57:35 -05:00
logarithmic.md Switch docs to Vuepress to match other chart.js repositories (#8751) 2021-03-30 10:32:39 -04:00
time.md Types/ type suggestedMin and suggestedMax for time scale (#9986) 2021-12-14 13:41:47 -05:00
timeseries.md Changed var to const/let in the docs (#9744) 2021-10-13 14:51:33 -04:00