UNPKG

@bokeh/bokehjs

Version:

Interactive, novel data visualization

8 lines 194 B
import { Model } from "../../model"; export class Ticker extends Model { static __name__ = "Ticker"; constructor(attrs) { super(attrs); } } //# sourceMappingURL=ticker.js.map