This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Fixed typo
codeClimate
Wim Rijnders
8 years ago
parent
b2e0eb9b73
commit
b21f5a15df
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/graph3d/Graph3d.js
+ 1
- 1
lib/graph3d/Graph3d.js
View File
@ -64,7 +64,7 @@ var DEFAULTS = {
height
:
'400px'
,
height
:
'400px'
,
filterLabel
:
'time'
,
filterLabel
:
'time'
,
legendLabel
:
'value'
,
legendLabel
:
'value'
,
xLabel
:
'
poep
'
,
xLabel
:
'
x
'
,
yLabel
:
'y'
,
yLabel
:
'y'
,
zLabel
:
'z'
,
zLabel
:
'z'
,
xValueLabel
:
function
(
v
)
{
return
v
;
}
,
xValueLabel
:
function
(
v
)
{
return
v
;
}
,
Write
Preview
Loading…
Cancel
Save