Optional attrOptional closed(only if graphType: 'polyline' or graphType: 'scatter') True to close the path,
for any segment of the closed area graph y0 will be 0 and y1 will be f(x)
Optional colorThe color of the function to render
Optional derivativeThe derivative configuration
Optional fnThe type of function to render
Optional graphThe type of graph to render
Optional Private idThe id of the graph to render, a random id is assigned during the setup.
Optional Private indexThe datum index
Optional Private isTrue if the datum is a helper function
Optional nThe number of values to be taken from range to evaluate the function,
note that if interval-arithmetic is used the function
will be evaluated with intervals instead of single values
Optional rangeAn array with two numbers, the function will only be evaluated with values that belong to this interval
default value for fnType: 'polar': [-Math.PI, Math.PI]
default value for fnType: 'parametric': [0, 2 * Math.PI]
default value for the other functions: [-Infinity, Infinity]
Optional samplerThe sampler to take samples from range, available values are builtIn|interval|asyncInterval
builtIn should only be used when graphType is polyline|scatterOptional scopeAdditional information available during function evaluation
Optional secantsThe secants configuration
Optional Private skipTrue to bypass the range limits, used for helper functions
Optional skipTrue to make the tip ignore this function
Generated using TypeDoc
Additional attributes set on the svg node that represents this datum