InterpolateNullsTrait
trait InterpolateNullsTrait (View source)
Methods
                    interpolateNulls(
    boolean $interpolateNulls)
                                            
                
            Whether to guess the value of missing points.
Details
        at line 18
                            
    Chart
    interpolateNulls(
    boolean $interpolateNulls)
    
    Whether to guess the value of missing points.
If true, it will guess the value of any missing data based on neighboring points. If false, it will leave a break in the line at the unknown point.