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 updating axis margin after deleting group
css_transitions
jos
10 years ago
parent
e79c0772ad
commit
2829eb1c7e
2 changed files
with
3 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/timeline/component/ItemSet.js
+1
-2
test/timeline_groups.html
+ 2
- 0
src/timeline/component/ItemSet.js
View File
@ -748,6 +748,8 @@ ItemSet.prototype._onRemoveGroups = function _onRemoveGroups(ids) {
}
}
}
)
;
}
)
;
this
.
markDirty
(
)
;
this
.
emit
(
'change'
)
;
this
.
emit
(
'change'
)
;
}
;
}
;
+ 1
- 2
test/timeline_groups.html
View File
@ -12,7 +12,6 @@
#visualization {
#visualization {
box-sizing: border-box;
box-sizing: border-box;
width: 100%;
width: 100%;
height: 300px;
}
}
<
/
style
>
<
/
style
>
@ -75,7 +74,7 @@
var options = {
var options = {
editable: {
editable: {
add: true,
add: true,
//
remove: true,
remove: true,
updateTime: true,
updateTime: true,
updateGroup: true
updateGroup: true
},
},
Write
Preview
Loading…
Cancel
Save