From 448cd64ebbf75f5ef54ca63888334a0b3b1dcc8b Mon Sep 17 00:00:00 2001 From: fabriziofortino Date: Sun, 28 Sep 2014 18:06:51 +0100 Subject: [PATCH] updated history and docs --- HISTORY.md | 4 ++-- docs/graph3d.html | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) 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