Methods
(static) bindChart(source)
- Source:
bind event
Parameters:
Name | Type | Description |
---|---|---|
source |
Object |
(static) boardEvent(chart, eventName, config, ignore)
- Source:
board event
Parameters:
Name | Type | Description |
---|---|---|
chart |
Object | |
eventName |
String | |
config |
Object | |
ignore |
Object |
(static) clearEvent()
- Source:
clear event
(static) emitEvent(eventName, config)
- Source:
emit event
Parameters:
Name | Type | Description |
---|---|---|
eventName |
String | |
config |
Object |
(static) findEventPath(path, chart, mousePos)
- Source:
find event path
Parameters:
Name | Type | Description |
---|---|---|
path |
Array | |
chart |
Object | |
mousePos |
Object |
(static) getMousePos(event) → {Object}
- Source:
get mouse position info
Parameters:
Name | Type | Description |
---|---|---|
event |
Object |
Returns:
mouse position info
- Type
- Object