UNPKG
@quartic/bokehjs
Version:
latest (0.12.5)
0.12.5
Interactive, novel data visualization
github.com/bokeh/bokeh
bokeh/bokeh
@quartic/bokehjs
/
src
/
coffee
/
models
/
layouts
/
row.coffee
13 lines
(9 loc)
•
254 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{Box, BoxView} from
"./box"
export
class
RowView
extends
BoxView
className:
"bk-grid-row"
export
class
Row
extends
Box
type:
'Row'
default_view: RowView
constructor
: (attrs, options) ->
super
(attrs, options)
@_horizontal
=
true