We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
at scatter/main.js#L174
not handle if line(columns, rows, lineSettings, extra) returns false which will causing Cannot read property 'forEach' of undefined
line(columns, rows, lineSettings, extra)
false
Cannot read property 'forEach' of undefined
The text was updated successfully, but these errors were encountered:
fix(scatter): 修复因 line 返回 false 引起的问题
679dc49
fix #246
Successfully merging a pull request may close this issue.
at scatter/main.js#L174
not handle if
line(columns, rows, lineSettings, extra)
returnsfalse
which will causingCannot read property 'forEach' of undefined
The text was updated successfully, but these errors were encountered: