[Chartjs]-To increase space between x axis and first horizontal bar in chart js 4 October 2023 by thecoderscamp.com 0👍 ✅ You can add tickMarkLength: 50 to options/scales/xAxes/gridLines : gridLines: { display: false, drawBorder: false, tickMarkLength: 50 }, and result: [Chartjs]-Use Chartjs-Annotation-Plugin without using "import" Source:stackexchange.com