export type ChartExplicitSize = {
    width: number;
    height: number;
};
