A website that is intended to display a plotly plot in it's own window using query strings as the data
Plotly plots can accept up to 3 parameters, data, layout, and config. This application searches the querystring for 'data', 'layout', and 'config' parameters and if it finds them will attempt to generate the plotly plot. The Query parameters should be base64 encoded JSON. if config is not provided it uses {responsive: true}
by default.
Since this is just an HTML file it is easily deployed anywhere. Currently it is deployed at https://goofy-hermann-c12174.netlify.app/ You can see a sample plot where the data as been ecoded in the query param here