Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 3.4 KB

README.md

File metadata and controls

11 lines (6 loc) · 3.4 KB

plotly-window-plotter

A website that is intended to display a plotly plot in it's own window using query strings as the data

Description

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.

Deployment

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