TraceDots
Extends:
src/shapes/base-shape~BaseShape → TraceDots
A shape to display dots in a trace visualization (mean / range).
Method Summary
| Public Methods | ||
| public |
|
|
| public |
|
|
| public |
render(renderingContext: *): * |
|
| public |
update(renderingContext: *, datum: *) |
|
Public Members
public $el: * source
public $max: * source
public $mean: * source
public $min: * source
Public Methods
public inArea(renderingContext: *, datum: *, x1: *, y1: *, x2: *, y2: *): boolean source
Params:
| Name | Type | Attribute | Description |
| renderingContext | * | ||
| datum | * | ||
| x1 | * | ||
| y1 | * | ||
| x2 | * | ||
| y2 | * |
public render(renderingContext: *): * source
Params:
| Name | Type | Attribute | Description |
| renderingContext | * |
Return:
| * |
public update(renderingContext: *, datum: *) source
Params:
| Name | Type | Attribute | Description |
| renderingContext | * | ||
| datum | * |