* Pie and donut chart layout. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - The value field to size pie segments. * @param {number} [params.startAngle=0] - The start angle (in radians) of the layout. * @param {number} [
(params)
| 129866 | * @param {number} [params.endAngle=2π] - The end angle (in radians) of the layout. |
| 129867 | * @param {boolean} [params.sort] - Boolean flag for sorting sectors by value. |
| 129868 | */ function Pie(params) { |
| 129869 | (0, _vegaDataflow.Transform).call(this, null, params); |
| 129870 | } |
| 129871 | Pie.Definition = { |
| 129872 | "type": "Pie", |
| 129873 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected