JavaScript Intensity Surface Grid Chart

This example showcases the SurfaceGridSeries feature of LightningChart JS and more specifically its ability to process two different data sets:

  • Height data set
  • Intensity data set

Both of these data sets are structured similarly (one value for each column & row combination in surface grid), but serve different purposes. Height data set is used to alter the visible shape of the series, while the Intensity data set can optionally be used for coloring the series.

See Surface Grid Chart Example for a usage scenario, which only uses the Height data set.

This example generates a different data set for Height and Intensity data, and colors the surface according to the Intensity data set, effectively forming a 4-dimensional data visualization (X, Y, Z, Color).

More Surface Examples