79649917

Date: 2025-06-02 15:20:35
Score: 0.5
Natty:
Report link

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]}]}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JRT