Skip to content

Options for this extension

Szymon Kieloch edited this page May 6, 2014 · 2 revisions

Available options:

drawHorizontalBorders - set it to false, if you don't want to have additional lines between labels.

$('#container').highcharts({
  xAxis: {
    drawHorizontalBorders: false
  }
});
Clone this wiki locally