composition-plot

Home > composition-plot > PeriodicTable

PeriodicTable class

Signature:

export declare class PeriodicTable 

Constructors

Constructor Modifiers Description
(constructor)(svg)   Constructs a new instance of the PeriodicTable class

Properties

Property Modifiers Type Description
backgroundColorFn   BackgroundColorFn  
bodyTextFn   BodyTextFn  
borderColorFn   BorderColorFn  
cellHeight   number  
cellMargin   number  
cellWidth   number  
onClickFn   OnClickFn  
rootGroup   Selection<BaseType, {}, null, undefined>  
svg   SVGElement  
tableLayout   TableLayout  
textColorFn   TextColorFn  
titleTextFn   TitleTextFn  

Methods

Method Modifiers Description
render()    
resize()    
setBackgroundColorFn(fn)    
setBodyTextFn(fn)    
setBorderColorFn(fn)    
setLayout(layout)    
setOnClickFn(fn)    
setTextColorFn(fn)    
setTitleTextFn(fn)