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
/
sources
/
remote_data_source.coffee
11 lines
(8 loc)
•
273 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ColumnDataSource}
from
"./column_data_source"
import
*
as
p
from
"core/properties"
export
class
RemoteDataSource
extends ColumnDataSource
type
:
'RemoteDataSource'
@define {
data_url: [ p.String ] polling_interval: [ p.Number ] }