Module: Config

Global configuration constants

Source:

Members

(static, constant) CLEAR_COLOR

WebGl clear color: (r,g,b,a)

Source:

(static, constant) COORDS_PER_VERT

Number of coordinates per vertex for use when created packed arrays of vertex coordinates. The first three are x,y,z.

Source:

(static, constant) DEFAULT_AXIS_THICKNESS

Default thickness of a plot axis. This sets the width for Y-axis and height for X-axis

Source:

(static, constant) MAJOR_GRID_COLOR

Color of major grid lines: (r,g,b,a)

Source:

(static, constant) MAJOR_GRID_LINE_WIDTH

WebGl lineWidth for drawing major grid and axis lines.

Source:

(static, constant) MINOR_GRID_COLOR

Color of minor grid lines: (r,g,b,a)

Source:

(static, constant) MINOR_GRID_LINE_WIDTH

WebGl lineWidth for drawing minor grid and axis lines.

Source: