From b21f5a15df64bd332c65d5df2da6547ebd633d70 Mon Sep 17 00:00:00 2001 From: Wim Rijnders Date: Tue, 18 Oct 2016 19:07:40 +0200 Subject: [PATCH] Fixed typo --- lib/graph3d/Graph3d.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graph3d/Graph3d.js b/lib/graph3d/Graph3d.js index f715b18e..6511c2fb 100644 --- a/lib/graph3d/Graph3d.js +++ b/lib/graph3d/Graph3d.js @@ -64,7 +64,7 @@ var DEFAULTS = { height : '400px', filterLabel : 'time', legendLabel : 'value', - xLabel : 'poep', + xLabel : 'x', yLabel : 'y', zLabel : 'z', xValueLabel : function(v) { return v; },