@acoder wrote:
Dear all,
Is is possible to add new Graphs/tables to one div when a button clicked?
For example
html.Div(id='container') html.Button(id='button', 'click me')When the button clicked, I want to give a Graph to the
containerdiv. Then there is another click, and a new Graph is added tocontainerdiv…<div id='container'> dcc.Graph(id='n_click=1') dcc.Graph(id='n_click=2') ... dcc.Graph(id='n_click=n') </div>
Posts: 1
Participants: 1






