Skip to content

Instantly share code, notes, and snippets.

@maxschulze
Created May 22, 2012 10:57
Show Gist options
  • Save maxschulze/2768322 to your computer and use it in GitHub Desktop.
Save maxschulze/2768322 to your computer and use it in GitHub Desktop.
test
# cumulative line chart
cumulativeChart = buildCumulativeChart(rows, "start_date")
cumulativeChart.addLine("CTR" ,"ctr")
cumulativeChart.addLine("CR", "cr")
cumulativeChart.addLine("ROI", "roi")
cumulativeChart.draw("#chart1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment