Hi there! I have some question.
I am doing something new style graph. It`s utilize clickedData with multiple outputs
I want change new graph in same space as click one factor
my plan is like this:
-
generate main graph (id = main_graph)
-
select one factor from main graph
-
execute callback function and generate new graph that is detail about selected data
(id = sub_graph) -
hide or delete main_graph and show new graph same space
I tried some way but duplicate id is unavailable and also I have no idea how can I do for delete or hide graph