0

I have a list of date that gap 7 day each point, but the chart are auto creating more date point , so the chart result look messy. So I searching all the doc of Amcharts and found this Natural time scale. However I could not find any related doc about to disable this.

FeelRightz
  • 2,777
  • 2
  • 38
  • 73

1 Answers1

0

You can disable this by setting skipEmptyPeriods to true, as mentioned further down the very same page you linked to

dateAxis.skipEmptyPeriods = true;
xorspark
  • 15,749
  • 2
  • 29
  • 38