Package io.data2viz.charts.viz

Types

VizContainer
Link copied to clipboard
common
interface VizContainer
A VizContainer allows to create superposed Viz with the sames size through the newViz function.

Functions

newVizContainer
Link copied to clipboard
js
fun newVizContainer(): VizContainer
Create a new VizContainer and append it to the document body.
fun Pane.newVizContainer(): VizContainer
Attach a new VizContainer to a Pane.
js
fun HTMLDivElement.newVizContainer(): VizContainer
Attach a new VizContainer to a HTMLDivElement.