Skip to main content
Module

x/fresh_charts/deps.ts>SvgCanvas#arc

A server-side-rendered charting library for Fresh
Go to Latest
method SvgCanvas.prototype.arc
import { SvgCanvas } from "https://deno.land/x/fresh_charts@0.2.0/deps.ts";

postscript arc / arcn anticlockwise= true: x y startAngle endAngle arc anticlockwise=false: x y startAngle endAngle arcn center: (x,y)

Parameters

x: number
y: number
radius: number
startAngle: number
endAngle: number
optional
anticlockwise: boolean