I managed to remove all horizontale lines/rules in my chart using this:
scales: { xAxes: [{ gridLines: { display: false }
gridLines: {zeroLineColor: 'transparent'}