trait
DocMacros extends Any
Abstract Value Members
-
abstract
def
getClass(): Class[_]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
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