Line chart doesn't render between points if one falls outside the x-range/focus · Issue #949 · dc-js/dc.js (original) (raw)

I couldn't find a previous issue that detailed this:

If a point lies beyond the X-axis' current focus/domain, the line between the points will not render. This seems to have been a problem since 2.0.0 alpha 1.

Here is the expected behavior using 1.7.3:
https://jsfiddle.net/7qre8p51/2/
1 7 3

And the current behavior with 2.0.0b12

https://jsfiddle.net/7qre8p51/8/

2 0 0b12