diff --git a/HISTORY.md b/HISTORY.md index 4c6dc6ae..0e7c11ed 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -26,8 +26,8 @@ http://visjs.org ### Graph3d -- Implemented options `xValueLabel` and `yValueLabel` for custom labels along - the x and y axis. Thanks @fabriziofortino. +- Implemented options `xValueLabel`, `yValueLabel` and `zValueLabel` for custom labels along + the x, y, z axis. Thanks @fabriziofortino. ## 2014-09-16, version 3.5.0 diff --git a/docs/graph3d.html b/docs/graph3d.html index 9e774a4b..8a81c25a 100644 --- a/docs/graph3d.html +++ b/docs/graph3d.html @@ -489,6 +489,14 @@ var options = { none Step size for the grid on the z-axis. + + zValueLabel + function + none + A function for custom formatting of the labels along the z-axis, + for example function (z) {return (z * 100) + '%'}. + + xLabel