问题
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 attached an image showing an example of my Line Chart, as you can see those long horizontal lines are extrapolation (false data). I want there to be a gap between markers, when there is not value to display. Any help will be much appreciated.
AmCharts Line Graph Example Image
来源:https://stackoverflow.com/questions/45379563/amcharts-gapperiod-issue