Skip to content

Commit

Permalink
Add title and subtitle to heatmap widget (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaked-hayek authored Dec 27, 2023
1 parent 69fb2ee commit a8b248a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/widgets.style.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const widgetVariants: { [index: string]: CardVariant } = {
header: HeaderVariant.Centered,
footer: FooterVariant.LogoWithRange,
},
[WidgetName.accidents_heat_map]: { header: HeaderVariant.Centered, footer: FooterVariant.LogoWithRange },
};

export function getWidgetVariant(widgetName: string) {
Expand Down

0 comments on commit a8b248a

Please sign in to comment.