JavaScript 3D Surface Chart from Scatter Data

Example showing use of Surface charts to visualize 3 dimensional scatter data sets.

Surface chart allow visualization of relations between 3 different data properties at once.
This can be extended to 4 properties at once by adding in dynamic coloring.

This example loads in a prepared data set of different data properties and displays the raw points using a 3D Point Series and the resulting surface using a 3D Surface Series.

3D scatter data sets can be translated to surface data sets, but the operation is slightly heavy. In this case, this has been done before hand and the static example data has been saved in the surface format.