Options
All
  • Public
  • Public/Protected
  • All
Menu

Graph

functions available in Graph

function

beginShape begins recording vertices for a shape

function

endShape stops recording vertices for a shape

function

controlPoint

function

polyline

function

fill

function

stroke

function

strokeWeight

function

rotate

function

point

function

circle

function

ellipse

function

rect

function

line

Hierarchy

Index

Constructors

constructor

  • new Graph(x?: number, y?: number, svgWidth?: number, svgHeight?: number): Graph

Properties

config

config: { arrowSize: any; axisColor: any; graphBox: any; graphColor: any; graphStrokeWidth: any; grid: any; gridColor: any; maxX: any; maxY: any; minX: any; minY: any; originX: any; originY: any; pathElements: any; scaleX: any; scaleY: any; smallGridColor: any; stepX: any; stepY: any; tickColor: any; tickMarginX: any; tickMarginY: any; tickX: any; tickY: any; xAxis: any; yAxis: any }

Type declaration

  • arrowSize: any
  • axisColor: any
  • graphBox: any
  • graphColor: any
  • graphStrokeWidth: any
  • grid: any
  • gridColor: any
  • maxX: any
  • maxY: any
  • minX: any
  • minY: any
  • originX: any
  • originY: any
  • pathElements: any
  • scaleX: any
  • scaleY: any
  • smallGridColor: any
  • stepX: any
  • stepY: any
  • tickColor: any
  • tickMarginX: any
  • tickMarginY: any
  • tickX: any
  • tickY: any
  • xAxis: any
  • yAxis: any

coordinate

coordinate: SVGGElement

graphContainer

graphContainer: Element

graphObject

graphObject: SVGSVGElement

linePath

linePath: SVGPathElement

pathData

pathData: string

plotting

plotting: SVGGElement

svgHeight

svgHeight: number

svgWidth

svgWidth: number

x

x: number

y

y: number

Methods

configure

  • configure(config: any): void

defs

  • defs(content: any): void

moveTo

  • moveTo(newX: any, newY: any, startTime: any, endTime: any): void

Generated using TypeDoc