diff --git a/src/index.tsx b/src/index.tsx index 17488ff..ff1fd87 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,7 @@ import React, { useImperativeHandle, forwardRef } from "react"; import { Chart } from "frappe-charts/dist/frappe-charts.min.esm"; -type ChartType = "line" | "bar" | "axis-mixed" | "pie" | "percentage" | "heatmap"; +type ChartType = "line" | "bar" | "axis-mixed" | "pie" | "donut" | "percentage" | "heatmap"; type AxisMode = "span" | "tick";