Home > composition-plot > PeriodicTable
Signature:
export declare class PeriodicTable
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(svg) | Constructs a new instance of the PeriodicTable class |
| 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 |
| Method | Modifiers | Description |
|---|---|---|
| render() | ||
| resize() | ||
| setBackgroundColorFn(fn) | ||
| setBodyTextFn(fn) | ||
| setBorderColorFn(fn) | ||
| setLayout(layout) | ||
| setOnClickFn(fn) | ||
| setTextColorFn(fn) | ||
| setTitleTextFn(fn) |