John Joyce 352a0abf8d
Introducing TimeSeries Aspects + Dataset Profile (Stats) Aspect (#2983)
Co-authored-by: Dexter Lee <dexter@acryl.io>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2021-07-30 17:41:03 -07:00

9 lines
187 B
TypeScript

import styled from 'styled-components';
export const ChartContainer = styled.div`
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
`;