Skip to content

bootstrap integration with dash #154

@bainadeashish

Description

@bainadeashish

Below is my css,jquery & min.js code
`
my_css_url = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
app.css.append_css({
"external_url": my_css_url
})
my_jquery = "https://code.jquery.com/jquery-3.1.0.js"
app.scripts.append_script({
"external_url": my_jquery
})

my_js_url = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
app.scripts.append_script({
"external_url": my_js_url
})
`

I am able to get css & jquery of the bootstrap but getting below errors.

plotly-1.31.0.min.js:13 Error: attribute height: A negative value is not valid. ("-14") in browser developer tools.

What should i do in order to get rid of these errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions