Interface CandyGraphOptions

Hierarchy

  • CandyGraphOptions

Properties

Properties

alpha?: boolean

Indicates if the canvas contains an alpha buffer. Enable this if you would like to composite your graph with DOM elements.

canvas?: HTMLCanvasElement

The canvas element the webgl context will be created from. One will be created if not provided.

Generated using TypeDoc