The items missing in newArray from oldArray, and items added to newArray compared to oldArray
Capitalizes first letter of a string
the string whose first letter you'd like to capitalize
The input string with its first letter capitalized
Get the percentage of a datapoint compared to the entire data-set. Returns 1 significant digit if percentage is less than 1%.
The percentage in the form of a number
Get width & height of an element
element to get dimensions from
an object containing the width and height of el
Lists out the duplicated keys in an array of data
A list of the duplicated keys in data
Gets x and y coordinates from a HTML transform attribute
the transform attribute string ie. transform(x,y)
Returns an object with x and y offsets of the transform
Returns an elements's x and y translations from attribute transform
an object containing the x and y translations or null
In D3, moves an element to the front of the canvas
The function to be used by D3 to push element to the top of the canvas
Generated using TypeDoc
Get the difference between two arrays' items