Docs / 3D

3D surface

Pro

A continuous 3D surface from a grid of [x, y, z] points.

Example

blade
<chart:surface
    :data="[[0,0,1], [0,1,2], [1,0,2], [1,1,4]]"
    rotate
/>

Props

Prop Type Default Description
data array [] [x, y, z] grid points.
rotate bool false Auto-rotate the scene.

Plus the common props (height, theme, model, class).

This is a Pro component

Unlock it and every other Pro chart with a one-time license.

Get WireCharts Pro