Skip to content

Commit

Permalink
Support setCustomTimeMarker
Browse files Browse the repository at this point in the history
It was introduced in visjs/vis-timeline#86
  • Loading branch information
Glandos authored Jul 27, 2021
1 parent 8b03ac6 commit d5c5327
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/timeline/lib/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ export default {
setCustomTime(time, id) {
this.timeline.setCustomTime(time, id);
},
setCustomTimeMarker(title, id, editable) {
this.timeline.setCustomTimeMarker(title, id, editable);
},
setCustomTimeTitle(title, id) {
this.timeline.setCustomTimeTitle(title, id);
},
Expand Down

0 comments on commit d5c5327

Please sign in to comment.