export default function getChartData(type: "line" | "dot", height: number, width: number): string[][];