You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filing a bug report? Please include the following:
Currently I have two series of data that I am displaying as a stacked line graph. The data looks similar to this:
[[null, null],
[1, null],
[null, null],
[null, 1],
[1, null],
[null, 1],
[null, 1],
[null, 1]]
where the first value represents one series and the second value represents another. Currently the graph looks like the following when stackGraph is true.
I would expect that the second(orange) series would move down and show at value 1 on the y axis since the first series had no values at that point.
Browser and Operating System that exhibit the problem
Currently using Chrome.
Version of dygraphs that you're using: 2.1.0
The text was updated successfully, but these errors were encountered:
Filing a bug report? Please include the following:
Currently I have two series of data that I am displaying as a stacked line graph. The data looks similar to this:
[[null, null],
[1, null],
[null, null],
[null, 1],
[1, null],
[null, 1],
[null, 1],
[null, 1]]
where the first value represents one series and the second value represents another. Currently the graph looks like the following when stackGraph is true.
I would expect that the second(orange) series would move down and show at value 1 on the y axis since the first series had no values at that point.
Browser and Operating System that exhibit the problem
Currently using Chrome.
Version of dygraphs that you're using: 2.1.0
The text was updated successfully, but these errors were encountered: