Export data from dcc.Graph

Hi guys! I am using Dash to create dashboard. In the dash_table.DataTable, there is an option export_format = "xlsx" to export the data in the data in the table. Is there any similar option or function to export the data? Current I just create dash_table.DatTable below the charts and let them share the same data set so that I can use export button in table. Do we have smarter way to do it? Thanks!!!

1 Like