Browse Source

Fixed typo

codeClimate
Wim Rijnders 8 years ago
parent
commit
b21f5a15df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/graph3d/Graph3d.js

+ 1
- 1
lib/graph3d/Graph3d.js View File

@ -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; },

Loading…
Cancel
Save