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"
}
}
})