Skip to content

Pulled the map function up to resolve issue with nulls in coordinate lists#65

Merged
oesmith merged 2 commits intomorrisjs:masterfrom
dump247:master
Jun 26, 2012
Merged

Pulled the map function up to resolve issue with nulls in coordinate lists#65
oesmith merged 2 commits intomorrisjs:masterfrom
dump247:master

Conversation

@dump247
Copy link
Copy Markdown
Contributor

@dump247 dump247 commented Jun 18, 2012

The call to createPath in drawSeries fails if the coordinate list contains 0 or 1 coordinate and multiple nulls. I pulled the map function out of createPath and into drawSeries to filter nulls before the call to createPath so createPath is only called if the coordinate list has at least 2 real coordinates.

dump247 added 2 commits June 18, 2012 14:04
createPath fails if the list contains 0 or 1 coordinate and multiples nulls
oesmith added a commit that referenced this pull request Jun 26, 2012
@oesmith oesmith merged commit df2925d into morrisjs:master Jun 26, 2012
@oesmith
Copy link
Copy Markdown
Contributor

oesmith commented Jun 26, 2012

Thanks! I've merged and released this in 0.2.10.

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

Successfully merging this pull request may close these issues.

2 participants