Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign updata containing null breaks line #2435
Comments
This comment has been minimized.
This comment has been minimized.
|
@mrdnote this is as designed. |
This comment has been minimized.
This comment has been minimized.
|
I have the same issue. With 1.0 the point would be skipped, but the line/fill would be continous. |
This comment has been minimized.
This comment has been minimized.
|
I think that an option should be added that allows you to toggle whether the line is broken or not. I looked into this a little bit, but I could not determine where it decides to not draw the line when null. |
This comment has been minimized.
This comment has been minimized.
|
@zachpanz88 its when the |
This comment has been minimized.
This comment has been minimized.
|
@etimberg May you provide any example how to override that property? The |
This comment has been minimized.
This comment has been minimized.
|
I looked into this a little bit, when I set it to always never skip ( |
Version 2.0.2.
When I insert a null value in the data array, the chart line is broken. How do I omit horizontal values properly?