try adjusting the axis domain to start on a negative number and then setting the tick intervals to begin at 0:
xAxis={[{ data: [0, 2, 3, 5, 8, 10],tickInterval: [0,2,4,6,8,10,12], domain: [-2, 12]}]}