Published
Edited
Sep 4, 2020
1 fork
Insert cell
Insert cell
Insert cell
avgNewCaseRate = 0
Insert cell
title = `Boone County averaging ${avgNewCaseRate} new cases every day`
Insert cell
subtitle = `Lorem Ipsum`
Insert cell
Insert cell
viewHeight = screen.height >= 410 ? 400 : screen.height - 10
Insert cell
barColor = "#f9cb35"
Insert cell
lineColor = "#e45a31"
Insert cell
Insert cell
Insert cell
import {vl} from '@vega/vega-lite-api'
Insert cell
embed = require("vega-embed")
Insert cell
md`## Data wrangling`
Insert cell
dataURL = "https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-counties.csv"
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
layeredChart.toJSON()
Insert cell
layeredChartRendered = layeredChart.render()
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more