Searched defs:drawLines (Results 1 – 2 of 2) sorted by relevance
446 drawLines(xs: number[] | undefined, color: string): void { method in SpChartList
535 export function drawLines(ctx: CanvasRenderingContext2D, xs: Array<any>, height: number, lineColor:… function