Renderer for Plotly on a Quarto Blog executed through Github Action? #7373
-
Description
Link to repository: https://github.com/DamonCharlesRoberts/nba_blog I am struggling to get a Plotly figure to render. The following code from
However, the link to the rendered site above shows that when rendered and published with the Github action, there are some problems. Does anyone have any recommendations? Should I just render the file as a static file? Should I have a part of my Github Action workflow that saves the file? I am not super sure. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Alrighty, I think I found the culprit. I had a MailChimp subscription widget included on the sidebar. Since Plotly's |
Beta Was this translation helpful? Give feedback.
Alrighty, I think I found the culprit. I had a MailChimp subscription widget included on the sidebar. Since Plotly's
fig.show()
automatically determines size, I think those two were in conflict with each other and so the figure wasn't displaying properly.