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

connect_line no longer working #516

Closed
DieterSpringer opened this issue Aug 25, 2014 · 2 comments
Closed

connect_line no longer working #516

DieterSpringer opened this issue Aug 25, 2014 · 2 comments
Labels
C-bug Category: This is a bug resolved maybe

Comments

@DieterSpringer
Copy link

with 0.3 the option connect_null doesn´t seem to work any longer.
see http://jsfiddle.net/masayuki0812/7kYJu/

@DieterSpringer
Copy link
Author

Very bad post i did here.
First i pasted the wrong jsfiddle, second, i got it working now.
see #81

Old:

    line: {
        connect_null: true
    }

New:

line: {
    connect: {
        null: true
    }
}

@masayuki0812
Copy link
Member

Hi, I'm sorry this is my fault. I forgot to modify line.connect_null to line.connectNull in the v0.3. So, now I fixed this by the commit above and this will be released as the next version. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug resolved maybe
Projects
None yet
Development

No branches or pull requests

2 participants