the D3 render object
The x axis object
The y axis object
The svg for this series
stores the original fill colors for an series
is the x axis a continuous series
The series data for the given region
stores the original stroke colors for an series
scaling information for the x axis
scaling information for the y axis
maps a data value to a pixel value
lambda function to wrap shared click callback flows
lambda function to wrap shared click execution flows
this adds some logic since the brush is behind rendered elements so we need to handle mouse/touch events properly to bring the brush to the front and do the brush selection correctly.
this adds some logic since the brush is behind the elements we need to handle mouse/touch events properly to bring the brush to the front and do the brush selection correctly.
handle on focus events if we want to
get all discrete x values
get all discrete y values
get information for the legend to render
get the minimum graph height
return the name of the series
get the actual rendered data
fill in tooltip information
get x min max values for the object
get the x scaling info for this series
get y min max values for the object
get the y scaling info for this series
check if the x is continuous series
check if this series is continuous
render all of the data in the series
handle on select events if we want to
get the actual rendered data
handle on deselect events if we want to
handle on deselect events if we want to
Generated using TypeDoc
the chart that owns this series