PlotLineBuilder

class PlotLineBuilder(val dict: OptMap) extends JSOptionBuilder[PlotLine, PlotLineBuilder]
class JSOptionBuilder[PlotLine, PlotLineBuilder]
trait JSOptionSetter[PlotLine, PlotLineBuilder]
class Object
trait Matchable
class Any
object PlotLine.type

Value members

Concrete methods

def colorScale(v: Array[Array[Any]]): PlotLineBuilder
def shape(v: String): PlotLineBuilder
def simplify(v: Boolean): PlotLineBuilder
def smoothing(v: Double): PlotLineBuilder
def width(v: Double): PlotLineBuilder

Inherited methods

Inherited from:
JSOptionBuilder
override def toString(): String
Definition Classes
JSOptionBuilder -> Any
Inherited from:
JSOptionBuilder

Concrete fields

val dict: OptMap