export type ChartKind = "column" | "bar" | "line" | "pie" | "area" | "scatter" | "bubble" | "doughnut" | "radar" | "stock" | "column3d" | "bar3d" | "line3d" | "pie3d" | "area3d" | "surface3d" | "surface" | "pieofpie" | "barofpie";