19 lines
268 B
CSS
19 lines
268 B
CSS
/* .js-plotly-plot {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.js-plotly-plot .plotly {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.js-plotly-plot .plotly .main-svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.plotly .svg-container {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
} */ |