2

I have data scattered all over time. I happen to have a lot of samples for August. Highstock currently adjusts the x-axis to fit the data I do have, but I would like to force it to be uniform, so each month is displayed evenly across the x-axis. How do I do this?

enter image description here

Kirk Ouimet
  • 27,280
  • 43
  • 127
  • 177

1 Answers1

2

Set ordinal: false on your xAxis definition.

JohnnyHK
  • 305,182
  • 66
  • 621
  • 471