Skip to content

Commit

Permalink
feat: add map chart type (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgutica authored Oct 21, 2024
1 parent e25af02 commit 712f2e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const reportChartTypes = [
'horizontal_bar',
'vertical_bar',
'timeseries_line',
'choropleth_map',
] as const

export type ReportChartTypes = typeof reportChartTypes[number]

0 comments on commit 712f2e0

Please sign in to comment.