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
changing the properties from getDataRange
+ according to the documentation + changed from 'start' and 'end' to 'min' and 'max'
flowchartTest
Manuel Schallar
9 years ago
parent
d1e01bccf0
commit
d894d0efe5
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lib/timeline/Core.js
+ 2
- 2
lib/timeline/Core.js
View File
@ -496,8 +496,8 @@ Core.prototype.getDataRange = function() {
}
}
return
{
return
{
start
:
start
,
end
:
end
min
:
start
,
max
:
end
}
}
}
;
}
;
Write
Preview
Loading…
Cancel
Save