Type alias Function

Function: string | ((scope: FunctionPlotDatumScope) => any)

The string or function to evaluate

  • when fnType: 'linear', a string expressed in terms of x
  • when fnType: 'implicit', a string expressed in terms of x and y
  • when fnType: 'polar', a string expressed in terms of theta
  • when fnType: 'parametric', a string expressed in terms of t

Generated using TypeDoc