label method
Adds a text mark, which draws the value of its text channel.
Returns The new mark, so its channels and properties chain.
Implementation
VlChartMark label() {
return this.mark("text");
}
Adds a text mark, which draws the value of its text channel.
Returns The new mark, so its channels and properties chain.
VlChartMark label() {
return this.mark("text");
}