Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created May 12, 2015 02:53
Show Gist options
  • Save ryanvgates/09a2fd4b5e32e53b561f to your computer and use it in GitHub Desktop.
Save ryanvgates/09a2fd4b5e32e53b561f to your computer and use it in GitHub Desktop.
Step 1 - Adding a Title
g = new Dygraph(
// containing div
document.getElementById("graphdiv"),
// CSV or path to a CSV file.
"Fort Lauderdale Data Snapshot-Reoriented.csv",
{
title: 'Fort Lauderdale Budget Data'
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment