Skip to content

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

Notifications You must be signed in to change notification settings

colbyashcroft/plotly-window-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages