Hi Sir,
We have an enhancement that we need to enhance a 3D scatter plot which was earlier developed using java/swing libraries and used jmathplot lib to render the 3d data.
Now, we need a solution to render the same using javascript libraries.
I have googled many, and found some 3d scattered plots(canvasXpress, three.js, d3.js and highcharts). And i feel that graph3d.js examples are better among them where we just need a graph and data points.

But as per our requirement, all 3 axis should contain grid lines, some thing like the one i attached.
graph3d examples are having grid lines only for x and y axis. Is it possible to make the grid lines for all axis? and how to do that?
We have custom labels for axis and also the axis points. This data will come from server and display at all axis.
Also, instead of circles as data points, is it possible to have cubes?
Please suggest.
Thanks in Advance,
Paramesh