Quantcast
Channel: ЁЯОЫя╕П Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271
тЖз

dcc.Loading not working with bootstrap

$
0
0

@sanabria wrote:

I built an app with standard dcc.Loading components:

dcc.Loading(
  dcc.Graph(
    id='conversion_experiment',
  ),

which is working. However, when I try to add an external stylesheet for bootstrap (eg for dash-bootstrap-components), the loading animation stops working:

This works:
external_stylesheets = [
тАШhttps://codepen.io/chriddyp/pen/bWLwgP.cssтАЩ,
]

This breaks the dcc.Loading:

external_stylesheets = [
тАШhttps://codepen.io/chriddyp/pen/bWLwgP.cssтАЩ,
тАЬhttps://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.cssтАЭ
]

Anyone know what could be the issue ? Thanks!!

Posts: 1

Participants: 1

Read full topic

тЖз

Viewing all articles
Browse latest Browse all 6271

Trending Articles