'How to create bar graph with table attached to it using plotly dash?

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

enter image description here

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 ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source