Skip to content

Commit

Permalink
feat: pivot table as default vis type in DV
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Aug 1, 2024
1 parent 39f107d commit c36e823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const legendSetTypes = [
VIS_TYPE_STACKED_BAR,
]

export const defaultVisType = VIS_TYPE_COLUMN
export const defaultVisType = VIS_TYPE_PIVOT_TABLE
export const isStacked = (type) => stackedTypes.includes(type)
export const isYearOverYear = (type) => yearOverYearTypes.includes(type)
export const isDualAxisType = (type) => dualAxisTypes.includes(type)
Expand Down

0 comments on commit c36e823

Please sign in to comment.