Variable chartConfigConst
chartConfig: {
height: number;
margin: { bottom: number; left: number; right: number; top: number };
width: string;
} = ...
Type declaration
height: number
margin: { bottom: number; left: number; right: number; top: number }
width: string