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
Throw an error from abstract method `Core.prototype.getDataRange` (see
#966
)
flowchartTest
jos
9 years ago
parent
dd575adf25
commit
79e35e3bc0
1 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
lib/timeline/Core.js
+ 1
- 5
lib/timeline/Core.js
View File
@ -480,11 +480,7 @@ Core.prototype.fit = function(options) {
*
/
Core
.
prototype
.
getDataRange
=
function
(
)
{
// must be implemented by Timeline and Graph2d
return
{
min
:
null
,
max
:
null
}
throw
new
Error
(
'Cannot invoke abstract method getDataRange'
)
;
}
;
/
*
*
Write
Preview
Loading…
Cancel
Save