Published
Edited
May 20, 2020
Insert cell
md`# Domestic Uranium Production Report

U.S. uranium expenditures, 2006–19. Data is from U.S. Energy Information Administration.

Source is https://www.eia.gov/uranium/production/annual/uexpenditures.php`
Insert cell
vegaEmbed({
data: {url: "https://gist.githubusercontent.com/michaelmccrae/d26208764fc500e6a88dd16c8c5f06a1/raw/c8b4fcaf901cf08e524d64e1f79407ccd4b59130/uraniumThree.csv"},
title: {text:"U.S Uranium Expenditures in Millions of Dollars",
anchor:"start"},
mark: {type: "bar"},
width,
height: 360,
autosize: "fit",
encoding: {
x: {
timeUnit: "year",
field: "Year",
type: "ordinal",
title: null
},
y: {
field: "Total Expenditures",
type: "quantitative",
unit: "$",
title: null
},
tooltip: {
field: "Total Expenditures",
type: "quantitative"
}
}
})
Insert cell
vegalite = require("@observablehq/vega-lite@0.1")
Insert cell
vegaEmbed = require("vega-embed@3")
Insert cell
embedOptions = ({actions: false, tooltip: {theme: 'dark'}})
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