JAvascript plot to dash

Good day guys
I wanted to inquire, is it possible to add a javascript plot to Dash. The plot will depends on the callbacks. eg adding these plots

The recommended way to do this is to use the dcc.Graph component which uses the plotly.js graphing library. All of the available plots are here: https://plot.ly/python.
You can also add any other JavaScript components to your app through Dash’s React.js plugin system: https://dash.plot.ly/plugins