Multiple series line chart unexpected/unknown behaviour

I have R model in test project that generates 2 variables actualsales and predictedsales. My goal is to run model and plot both variables in the same line chart as multiple series.
There’s example in documentation on Flow.js and graphing Step #5: Optionally, graph multiple variables updated by a model operation. which I follow to create line chart.
Here’s the result:

What could be the reason for following behavior?
Both variables are displayed properly on single series line charts -> test project

Julius

Hi Julius,

Our development team will be looking into what is causing the behavior in your line chart.

Regards,
Geromel

Hi Geromel,

Great! Will be looking forward for the update.
Here’s link to html file in question https://forio.com/app/mars-walkers/showcase/test.html.

Regards,
Julius

Hi Julius,

Our Development team looked into your project and it seems that you were able to resolve the issue yourself?
Please confirm.

Regards,
Geromel

HI Julius,

Regarding test.html, our development informed that it’s pointing to an old version of Flow JS.

Therefore, if you update Line 9 to replace the old 0.8.2…
script src="https://forio.com/tools/js-libs/flow/0.8.2/flow.min.js

with version 0.9.0…
script src="https://forio.com/tools/js-libs/flow/0.9.0/flow.min.js

Your graph should now work as expected.

Regards,
Geromel

Hi Geromel,

That did the trick!
Thank you for looking into things.

Regards,
Julius