UNPKG
@quartic/bokehjs
Version:
latest (0.12.5)
0.12.5
Interactive, novel data visualization
github.com/bokeh/bokeh
bokeh/bokeh
@quartic/bokehjs
/
src
/
less
/
main.less
14 lines
(12 loc)
•
208 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.bk-plot
:after
,
.bk-canvas-wrapper
:after
{
content
:
" "
;
height
:
0
;
display
: block;
clear
: both; }
.bk-shading
{
position
: absolute;
display
: block;
border
:
1px
dashed green;
z-index
:
100
; }