I have a Highcharts area chart, with string categories on the X-Axis. I want the chart to start at the left most edge of the x-axis and end at the rightmost edge, without an
You need the following settings.
xAxis: { plotLines: [{ value: 0, color: '#color' }], tickmarkPlacement: 'on' }, yAxis: { lineWidth: 0, }