Are Colorpleth maps down?

Colorpleth maps seems to render as a black box in any local dataviz we have (notebooks or Dash app), and they seem broken even in the official website:

This has happened before yesterday and today, as everything was working fine yesterday.

Any news about this?

Actually this is related to this : Plotly.js CDN down?

I found a working solution (for Dash app):

  1. Download this locally : https://raw.githubusercontent.com/plotly/plotly.js/master/dist/topojson/world_110m.json
  2. Add in the code : plotlyConfig = {β€˜topojsonURL’:β€˜http://127.0.0.1:8050/assets/’}
  3. Modify in the code : dcc.Graph(figure=fig, config=plotlyConfig)
1 Like