export const PlaceholderChart = ({text}: { text: string }) => (
{text}
);