Chart.js/test/fixtures
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
..
controller.bar Bar: fix too thick borders (#9678) 2021-09-25 07:52:03 +03:00
controller.bubble Bubble: Properly parse radius for non-object data (#9764) 2021-10-15 07:57:39 -04:00
controller.doughnut Add borderJoinStyle option for arc elements (#9877) 2021-12-05 08:56:37 -05:00
controller.line Fix controller.getMinMax for stacked charts (#9766) 2021-10-14 00:24:38 +03:00
controller.polarArea radialLinear: fix positioning & scaling (#10021) 2021-12-23 20:47:36 +02:00
controller.radar radialLinear: fix positioning & scaling (#10021) 2021-12-23 20:47:36 +02:00
controller.scatter/showLine Use maxOverflow as minimum layout padding (#8650) 2021-03-16 16:32:29 -04:00
core.interaction Feature/active elements on top (#9920) 2021-12-05 08:56:53 -05:00
core.layouts Fix stacked box dimension calculation with weights (#9394) 2021-07-12 07:45:03 -04:00
core.scale Add new align 'inner' for X axis (#10106) 2022-02-12 10:07:00 -05:00
element.line Support monotone cubic interpolation for vertical line charts (#9084) 2021-05-14 17:07:26 -04:00
element.point Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
mixed Add ability to stack different dataset types (#8797) 2021-04-03 09:23:35 -04:00
plugin.filler Fix using above/below filling option with discontinuous lines (#10024) 2022-01-01 23:42:45 +02:00
plugin.legend Chart area boxes receive 0 margin during the final layout process (#9915) 2021-11-28 10:25:27 -05:00
plugin.subtitle New plugin: subtitle (#9294) 2021-06-20 07:34:55 -04:00
plugin.title Update chartjs-test-utils and mis-sized fixtures (#9135) 2021-05-20 14:59:55 +03:00
plugin.tooltip Fix tooltip caret position when it is positioned at the corners (#9922) 2021-11-30 00:02:00 +02:00
scale.category Bar: inflate rects by 0.33px to avoid artifacts (#9399) 2021-07-13 18:20:24 -04:00
scale.linear Linear: determine grace amount from range (#9719) 2021-10-04 17:43:04 -04:00
scale.logarithmic Logarithmic: handle null/NaN values (#8793) 2021-04-03 08:01:48 -04:00
scale.radialLinear radialLinear: fix positioning & scaling (#10021) 2021-12-23 20:47:36 +02:00
scale.time null or undefined should skip grid lines in the time scale (#9252) 2021-06-12 10:47:14 -04:00
scale.timeseries Timeseries: support panning (#9345) 2021-07-03 18:44:44 +03:00