import { styled } from 'styled-components';
const Style = styled.canvas `
	width: 100%;
	height: 100%;
`;
export default Style;
//# sourceMappingURL=Chart.styled.jsx.map