createParticleMotionBySelector

src/particlemotion.js
createParticleMotionBySelector(selector: string): void
Parameters
selector (string)
Returns
void

Particle motion.

new ParticleMotion(inSvgParent: any, inSegments: Array<SeismogramSegment>, plotStartTime: moment, plotEndTime: moment)
Parameters
inSvgParent (any)
inSegments (Array<SeismogramSegment>)
plotStartTime (moment)
plotEndTime (moment)
Static Members
_lastID
Instance Members
plotId
segments
height
outerWidth
outerHeight
margin
xLabel
xSublabel
yLabel
ySublabel
ySublabelTrans
yScaleFormat
xScale
xScaleRmean
xAxis
yScale
yScaleRmean
yAxis
svg
svgParent
checkResize()
drawParticleMotion(segA, segB)
drawAxis(svgG)
drawAxisLabels()
rescaleAxis()
calcScaleDomain()
setWidthHeight(nOuterWidth, nOuterHeight)
setTitle(value)
setXLabel(value)
setYLabel(value)
setXSublabel(value)
setYSublabel(value)