Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goal drawing not working #181

Closed
nesizer opened this issue Feb 6, 2013 · 1 comment
Closed

goal drawing not working #181

nesizer opened this issue Feb 6, 2013 · 1 comment
Milestone

Comments

@nesizer
Copy link

nesizer commented Feb 6, 2013

when i try to to do goals i get a i is not defind error i think the error is in

drawGoal: (path) ->
  @raphael.path(path)
    .attr('stroke', @options.goalLineColors[i % @options.goalLineColors.length])
    .attr('stroke-width', @options.goalStrokeWidth)

no where in that code is i defind but it is still used guess it was forgot about when extraction drawGoal from drawGoals

@oesmith
Copy link
Contributor

oesmith commented Feb 7, 2013

Yeah, your assessment looks about right. I'll take a look ASAP.

@oesmith oesmith closed this as completed in 6207c21 Feb 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants