|
@ -55,6 +55,7 @@ function Graph2d (container, items, groups, options) { |
|
|
off: this.off.bind(this), |
|
|
off: this.off.bind(this), |
|
|
emit: this.emit.bind(this) |
|
|
emit: this.emit.bind(this) |
|
|
}, |
|
|
}, |
|
|
|
|
|
hiddenDates: [], |
|
|
util: { |
|
|
util: { |
|
|
snap: null, // will be specified after TimeAxis is created
|
|
|
snap: null, // will be specified after TimeAxis is created
|
|
|
toScreen: me._toScreen.bind(me), |
|
|
toScreen: me._toScreen.bind(me), |
|
|