Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 332 Bytes

API.md

File metadata and controls

17 lines (9 loc) · 332 Bytes

canvasLineChart

Draw a line chart on canvas.

Parameters

  • c Canvas canvas element
  • height number
  • width number
  • data Array<Array<number>> , as [zoom, val] doubles
  • base number mathematical base, a number between 0 and 1
  • options Object optional customizations