Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created October 10, 2008 16:26
Show Gist options
  • Save jashkenas/16091 to your computer and use it in GitHub Desktop.
Save jashkenas/16091 to your computer and use it in GitHub Desktop.
graph "line" do
timeline :from => "jul 2008", :to => "yesterday",
:in => "months", :chunks => 120
data "List User Signups" do
time_query "select created_at from users
where (type = 'ListUser'
or converted_at is not null)
and disabled_at is null"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment