diff --git a/types/chart.js/index.d.ts b/types/chart.js/index.d.ts index ef9e8b0675..c2ae788396 100644 --- a/types/chart.js/index.d.ts +++ b/types/chart.js/index.d.ts @@ -78,7 +78,7 @@ interface Size { } declare namespace Chart { - type ChartType = 'line' | 'bar' | 'radar' | 'doughnut' | 'polarArea' | 'bubble'; + type ChartType = 'line' | 'bar' | 'radar' | 'doughnut' | 'polarArea' | 'bubble' | 'pie'; type TimeUnit = 'millisecond' | 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'quarter' | 'year';