* Generate contours based on kernel-density estimation of point data. * @constructor * @param {object} params - The parameters for this operator. * @param {Array } params.size - The dimensions [width, height] over which to compute contours. * If the values parameter is provided, this mus
(params3)
| 131048 | * polygons should be smoothed using linear interpolation. The default is |
| 131049 | * true. The parameter is ignored when using density estimation. |
| 131050 | */ function Contour(params3) { |
| 131051 | (0, _vegaDataflow.Transform).call(this, null, params3); |
| 131052 | } |
| 131053 | Contour.Definition = { |
| 131054 | "type": "Contour", |
| 131055 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected