Module: scatterPlot

Builds a Scatter Plot.
Parameters:
Name Type Description
mode String (init / refresh)
Source:

Methods

(inner) buildScales()

builds the scales for the x and y axes
Source:

(inner) drawAxis()

draws the x and y axes on the svg
Source:

(inner) enter(p)

Runs when a new element is added to the dataset
Parameters:
Name Type Description
p Object (svg element)
Source:

(inner) exit(rect)

Runs when an element is removed from the dataset
Parameters:
Name Type Description
rect Object (svg element)
Source:

(inner) transition(p)

Runs when a value of an element in dataset is changed
Parameters:
Name Type Description
p Object (svg element)
Source: