AmCharts gapPeriod Issue
问题 I'm having an issue with the AmCharts "gapPeriod" property. It says in the Docs, "Using this property you can specify when graph should display gap - if the time difference between data points is bigger than duration of minPeriod * gapPeriod, and connect property of a graph is set to false, graph will display gap." I've tried many different values ("dapPeriod": 1, "dapPeriod": 0.1, "dapPeriod": .8,) I can't seem to get the line graph to display a gap between certain value markers. I've