UNPKG
@quartic/bokehjs
Version:
latest (0.12.5)
0.12.5
Interactive, novel data visualization
github.com/bokeh/bokeh
bokeh/bokeh
@quartic/bokehjs
/
build
/
js
/
tree
/
api
/
charts.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
export
declare
var
pie
:
(
data
:
any
,
opts
:
any
) =>
any
;
export
declare
var
bar
:
(
data
:
any
,
opts
:
any
) =>
any
;