import VividWebMixins from 'causal-net/packages/causality-log/src/Vivid/vivid.mixins.web.js'
VividWebMixins
Extends:
BaseVividClass → VividWebMixins
Member Summary
Public Members | ||
public |
DefaultWidth: * |
|
public |
d3n: * |
Method Summary
Public Methods | ||
public |
connect(target: *) |
|
public |
json2css(objectStyle: *): * |
|
public |
makeCanvasNode(objectPattern: {"width": *, "height": *}): * |
|
public |
makeSVGnode(objectPattern: {"width": *, "height": *}): * |
|
public |
async show(option: {"plotId": string}): * |
Public Methods
public connect(target: *) source
Params:
Name | Type | Attribute | Description |
target | * |
public json2css(objectStyle: *): * source
Params:
Name | Type | Attribute | Description |
objectStyle | * |
Return:
* |
public makeCanvasNode(objectPattern: {"width": *, "height": *}): * source
Params:
Name | Type | Attribute | Description |
objectPattern | {"width": *, "height": *} |
|
Return:
* |
public makeSVGnode(objectPattern: {"width": *, "height": *}): * source
Params:
Name | Type | Attribute | Description |
objectPattern | {"width": *, "height": *} |
|
Return:
* |
public async show(option: {"plotId": string}): * source
Params:
Name | Type | Attribute | Description |
option | {"plotId": string} |
|
Return:
* |