Platform
Resources
Pricing
Sign in
Contact us
John Alexis Guerra Gómez
I love to build dataviz for insight discovery. I also love to put technology to the service of humanity
Workspace
Fork
Public
Reactive Widgets and Inputs
By
John Alexis Guerra Gómez
Edited
Apr 11
Reactive Widgets and Inputs
Reusable and Reactive Visualization Widgets or Components
Search Checkbox 🔎☑
Faceted Search
Choropleth Map
Multi Auto Select
Scented Checkbox
Navio
Vega Selected
Persist Input
Vega crossfilter
SpaceTree
Tree, Value
Collapsible Tree
Tree, Tidy fit to Height
Zoomable Variable Size Icicle
Visualize ERD SQLITE3 (WIP)
Conditional Show
Brushable ScatterPlot (Reactive Widget)
Force Directed Reactive Widget
Image Loader
Throttle
Brushable Histogram
Input Number
On Click Button
Cached Widget
Persistent Table
Insert cell
Insert cell
function
Throttle
(
delay
)
{
let
timeout
=
null
;
return
(
fn
,
thisArg
=
null
)
=>
(
...
argsArray
)
=>
{
if
(
timeout
)
{
clearTimeout
(
timeout
)
;
timeout
=
null
;
}
timeout
=
setTimeout
(
(
)
=>
{
fn
.
apply
(
thisArg
,
argsArray
)
;
timeout
=
null
;
}
,
delay
)
;
}
;
}
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Throttle
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML