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 groups not being filtered after setOptions
v3_develop
jos
10 years ago
parent
42e85b3f2a
commit
d97fcd6379
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
lib/timeline/component/LineGraph.js
+ 5
- 0
lib/timeline/component/LineGraph.js
View File
@ -240,6 +240,11 @@ LineGraph.prototype.setOptions = function(options) {
this
.
groups
[
UNGROUPED
]
.
setOptions
(
options
)
;
}
}
// this is used to redraw the graph if the visibility of the groups is changed.
if
(
this
.
dom
.
frame
)
{
this
.
redraw
(
true
)
;
}
}
;
/
*
*
Write
Preview
Loading…
Cancel
Save