pointToSvg<
T>(point,scaleX,scaleY):SvgPoint
Defined in: utils.ts:143
Maps one data-space point into SVG coordinates with precomputed scales.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type | Description |
|---|---|---|
point | PlotPoint<T> | Data-space point. |
scaleX | Scale | Scale used for the x coordinate. |
scaleY | Scale | Scale used for the y coordinate. |
Returns
The point in SVG coordinates.