import { styled } from 'styled-components';
const Style = styled.div `
	width: 100%;
	height: 100%;

    #tv-attr-logo{
        display:none!important;
    }
	/* & > *,
    & table,
    & canvas {
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
    } */
`;
export default Style;
//# sourceMappingURL=Chart.styled.jsx.map