Public
Edited
Jun 15, 2022
2 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
minDate = new Date("2018-02-01")
Insert cell
Insert cell
totalNumberOfMonths = d3.timeMonth.count(minDate, maxDate)
Insert cell
endDate = timeScale.invert(numMonths)
Insert cell
timeScale = d3
.scaleTime()
.domain([minDate, maxDate])
.range([0, totalNumberOfMonths])
Insert cell
filteredData = selectedData.filter((d) => d.date <= endDate)
Insert cell
import { tooltipPlugin } from "@mkfreeman/plot-tooltip"
Insert cell
import { Plot as Plot_ } from "@fil/plot-regression"
Insert cell
Plot = tooltipPlugin(Plot_)
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