trait
DocMacros extends Any
Abstract Value Members
-
abstract
def
getClass(): Class[_]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (DocMacros, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): DocMacros
-
-
def
equals(arg0: Any): Boolean
-
def
formatted(fmtstr: String): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
def
→[B](y: B): (DocMacros, B)
Mixin solely for the purpose of providing common documentation macros.
Concrete
The following list contains macros that are usually overridden by concrete representations:
$chart= chart$Chart= ChartBasic
The following list contains basic macros that are usually not overridden:
$data= the data the chart will visualize$legend= whether or not the chart will contain a legend$orientation= the orientation of the chart$peer= the underlying chart$resolution= dimension / geometry / width x height$theme= the theme to apply to the chart$title= the title of the chart