I am trying to put two variables of a datatable in a bar chart (available and unavailable) in percentage (y axis) and Date in x axis for each service (color in the plotly to differentiate the services). This is my datatable with respective variables. enter image description here
And I am trying to combine these two variables in a single graph taking into account each service (Serie). At this moment I only got this: enter image description here