htmlIdstring — HTML div tag id to tie figure to ("figureOneContainer")
sceneTypeParsableRect | OBJ_Scene — define 2D or 3D scene. 3D
can be orthographic or perspective projection, and include camera position
and lighting definition. A 2D scene can be defined using left, right,
bottom and top, or the short hand rectangle definition.
colorTypeColor — default shape color ([0, 0, 0, 1])
Figure options object
htmlIdstring— HTMLdivtagidto tie figure to ("figureOneContainer")sceneTypeParsableRect | OBJ_Scene — define 2D or 3D scene. 3D can be orthographic or perspective projection, and include camera position and lighting definition. A 2D scene can be defined usingleft,right,bottomandtop, or the short hand rectangle definition.colorTypeColor — default shape color ([0, 0, 0, 1])fontOBJ_Font — default shape font ({ family: 'Helvetica, size: 0.2, style: 'normal', weight: 'normal' })lineWidthnumber— default shape line widthlengthnumber— default shape primary dimensionbackgroundColornumber— background color for the figure. Use [r, g, b, 1] for opaque and [0, 0, 0, 0] for transparent.