autumnplot-gl

Hardware-accelerated geospatial data plotting in the browser


Project maintained by tsupinie Hosted on GitHub Pages — Theme by mattgraham

autumnplot-glDocs


autumnplot-gl / PaintballKeyOptions

Interface: PaintballKeyOptions

Properties

fontface?

optional fontface: string

A font face to use for the label and tick values.

Default

'sans-serif'

Source

ColorBar.ts:273


n_cols?

optional n_cols: number

The number of columns of entries in the key

Default

1

Source

ColorBar.ts:267