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