Home Manual Reference Source Repository
import TraceDots from 'waves-ui/src/shapes/trace-dots.js'
public class | source

TraceDots

Extends:

src/shapes/base-shape~BaseShape → TraceDots

A shape to display dots in a trace visualization (mean / range).

example usage

Member Summary

Public Members
public

$el: *

public

$max: *

public

$mean: *

public

$min: *

Method Summary

Public Methods
public
public

inArea(renderingContext: *, datum: *, x1: *, y1: *, x2: *, y2: *): boolean

public

render(renderingContext: *): *

public

update(renderingContext: *, datum: *)

Public Members

public $el: * source

public $max: * source

public $mean: * source

public $min: * source

Public Methods

public getClassName(): string source

Return:

string

public inArea(renderingContext: *, datum: *, x1: *, y1: *, x2: *, y2: *): boolean source

Params:

NameTypeAttributeDescription
renderingContext *
datum *
x1 *
y1 *
x2 *
y2 *

Return:

boolean

public render(renderingContext: *): * source

Params:

NameTypeAttributeDescription
renderingContext *

Return:

*

public update(renderingContext: *, datum: *) source

Params:

NameTypeAttributeDescription
renderingContext *
datum *