Skip to content

Latest commit

 

History

History
95 lines (55 loc) · 2.54 KB

_vd_scatterplot_options_.vdscatterplotoptions.md

File metadata and controls

95 lines (55 loc) · 2.54 KB

@dbvis/vd-scatterplot > "vd-scatterplot-options" > VdScatterplotOptions

Interface: VdScatterplotOptions

Hierarchy

VdScatterplotOptions

Index

Properties


Properties

<Optional> axis

● axis: * undefined | true | false *

Defined in vd-scatterplot-options.ts:20

Turn on/off the axis of the plot. Default: off.


<Optional> clusterHulls

● clusterHulls: * undefined | true | false *

Defined in vd-scatterplot-options.ts:25

Turn on/off the drawing of polygonal hulls of the clusters (if clusters are given).


<Optional> colormap

● colormap: string[]

Defined in vd-scatterplot-options.ts:5

Set individual colormap for clusters.


<Optional> height

● height: * undefined | number *

Defined in vd-scatterplot-options.ts:15

Set individual height of the scatterplot.


<Optional> voronoiCells

● voronoiCells: * undefined | true | false *

Defined in vd-scatterplot-options.ts:30

Turn on/off the drawing of voronoi cells.


<Optional> width

● width: * undefined | number *

Defined in vd-scatterplot-options.ts:10

Set individual width of the scatterplot.