-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting started with plotly #38
Comments
Plotly class idea (subject to change):
where the parameter is pulled directly from WP backend |
Plotly workflow: Backend:
Frontend:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, let's get started thinking about how we might implement plotly for interactive figures.
Here, you'll find a zipped html and json file. If you extract those two in the same folder and then open the html file via localhost, you should see the plot of the json file.
This is the simplest possible plot we could see - time series data in plotly. I haven't changed many of the defaults, so this plot could look way better.
The question to start thinking about is: how could this be implemented within the wordpress site?
The text was updated successfully, but these errors were encountered: