Skip to content

Instantly share code, notes, and snippets.

@wnstn
Created September 12, 2012 22:38
Show Gist options
  • Save wnstn/3710503 to your computer and use it in GitHub Desktop.
Save wnstn/3710503 to your computer and use it in GitHub Desktop.
goal data
if goal
plotData = [
{
data: tracking
lines:
show: true
lineWidth: 1
points:
show: true
radius: 3
fill: true
fillColor: dataColors[i]
}
{
data: goal
lines:
show: true
lineWidth: 2
fillColor: '#345583'
points:
show: false
}
]
else
plotData = [
{
data: tracking
lines:
show: true
lineWidth: 1
points:
show: true
radius: 3
fill: true
fillColor: dataColors[i]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment