Home > composition-plot > BasePlot > (constructor)
The constructor of the BasePlot
Signature:
constructor(svg: HTMLElement, dp: DataProvider, id: string);
| Parameter | Type | Description |
|---|---|---|
| svg | HTMLElement | The SVG element that will be used for rendering |
| dp | DataProvider | The DataProvider containing samples and figures of merit |
| id | string | An arbitrary unique ID |