How to create bar graph with table attached to it

I want to create bar graph for different communication interfaces and for different build versions .
Somewhat similar to this :
image

In my case ,the table header will be build versions and table first column will contain different interfaces .All the data would be fetched through pandas dataframe.

How can I create such graph using plotly dash ?