↓ 4 callersFunctiongetRotatedEllipsePoint(
cx: number,
cy: number,
rx: number,
ry: number,
rotationRad: number,
theta: number,
)
src/components/notebook/presentation/editor/custom-elements/cycle-element.tsx:407
↓ 3 callersFunctionbuildPieSeries(
dataArray: AnyRecord[],
labelKey: string,
valueKey: string,
radius: string | [string, string],
ros
src/components/notebook/presentation/editor/custom-elements/charts/ChartRenderer.tsx:465
↓ 3 callersFunctioncolorToHex* Convert any color format to hex * @param color - Color in any CSS format (rgb, rgba, hsl, hex, named) * @returns Hex color string (without #)
src/components/presentation/export/cssVariableResolver.ts:32