Hello! I have a workshop that displays a bar chart xy widget. the data displayed is from scenario manager like this:
I want to display a forecasted data beside the current year:
any input on how to do this? thank you in advance
Hello! I have a workshop that displays a bar chart xy widget. the data displayed is from scenario manager like this:
I want to display a forecasted data beside the current year:
Hi @ianarceo. This should be possible with vanilla xy chart , but it will appear slightly different as in your 2nd screenshot. The trick is to set the bar chart into grouping and have both OT properties for the x-axis of the same type (timestamp-timestamp or string-string).
Since you have configured the chart to be grouped, the forecasted and scenario manager data will appear as individual groups within each x segment ( year). Years where your forecasted data is non existent will be blank (you will have a bit whitespace here)
If you need I can provide more clear instructions when I am at my laptop tmrw.
thank you very much @Phil-M for the reply!