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.
Asked
Active
Viewed 88 times
1 Answers
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