/* hide stroke with inline color #ddd of plot background */
.slot-content svg.marks g.role-frame path.background {
    stroke: none !important;
}
.slot-content .vega-view {
    overflow: hidden;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
    height: 100%;
}
