@anderson-fv/vis-timeline
Advanced tools
Changelog
2014-06-06, version 1.1.0
Timeline.repaint()
to Timeline.redraw()
to be consistent with
the other visualisations of vis.js.Timeline.clear()
not resetting a configured options.start
and
options.end
.Changelog
2014-05-09, version 1.0.1
rangeoverflow
.Changelog
2014-05-02, version 1.0.0
stack
to enable/disable stacking of items.fit
, which sets the Timeline window such that it fits
all items.editable
can now be used to enable/disable individual manipulation
actions (add
, updateTime
, updateGroup
, remove
).setWindow
now accepts an object with properties start
and end
.autoResize
forcing a repaint of the Timeline with every check
rather than when the Timeline is actually resized.select
event fired repeatedly when clicking an empty place on the
Timeline, deselecting selected items).zoomMax
. Thanks @Remper.order
is now deprecated. This was needed for performance improvements.new DataSet(data, options)
.