Bokeh vbar_stack Updating

I have a figure that uses vbar_stack to draw a chart, and the CDS that filters to the chart is driven by a CDSView. The rows fundamentally change across options in my CDS (essentially the stackers param will change). So it seems that in my research, the best case is to dynamically clear and re-draw the entire plot/figure in the JS callback based on this post: [python - vbar_stack bokeh update from dropdown - Stack Overflow]

how can I replicate / re-draw the figure using JS only in the callback? is there any sample JS code written to do this? assume will have a CDS, view, stackers, etc all defined/passed to JS callback (not dynamically creating CDS or values in callback)