Published
Edited
Apr 25, 2019
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
minX=d3.min(data.map(z=>z.x));
Insert cell
Insert cell
minY=d3.min(data.map(z=>z.y));
Insert cell
rssiMin=d3.min(data.map(z=>z.rssi));
Insert cell
rssiMax=d3.max(data.map(z=>z.rssi));
Insert cell
minColor=d3.min(data.map(e=>parseInt(e.k)))
Insert cell
maxColor=d3.max(data.map(e=>parseInt(e.k)))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {text} from "@jashkenas/inputs"
Insert cell
import {slider} from "@jashkenas/inputs"
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.
Learn more