quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.81k stars 309 forks source link

plotly plot does not show on a quarto pub #5989

Closed hbowley closed 1 year ago

hbowley commented 1 year ago

Bug description

I have a document that will show a plot when rendered to html but when I publish the document to quarto pub it disapears. I also noticed this issue is occurring on the quarto website. Is this just a browser issue (google chrome) with my computer or is the plot properly rendering on other browsers/computers. As seen in the photo there is a blank space where the plot should be. Any help would be appreciated. thanks.

quarto

Steps to reproduce

No response

Expected behavior

No response

Actual behavior

No response

Your environment

No response

Quarto check output

No response

nomadiq commented 1 year ago

Problem you have is almost certainly because of problem with CDN that plotly.js is being served from right now. Hopefully fixed soon.

cscheid commented 1 year ago

Yes - either what @nomadiq suggested or perhaps your network is blocking the request. I can't reproduce locally:

image

I'm going to go ahead and close this one.