setOnCursor method
Implementation
VlChartMark setOnCursor(String key, VlJson value) {
VlJson ch = this.cursorChannel();
ch.setMember(key, value);
return this;
}
VlChartMark setOnCursor(String key, VlJson value) {
VlJson ch = this.cursorChannel();
ch.setMember(key, value);
return this;
}