Skip to content

Commit 9e3367e

Browse files
committed
feat: switched 'top domains' on default view to 'timeline barchart'
1 parent 6462297 commit 9e3367e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/modules/views.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const desktopViews: View[] = [
1616
elements: [
1717
{ type: 'top_apps', size: 3 },
1818
{ type: 'top_titles', size: 3 },
19-
{ type: 'top_domains', size: 3 },
19+
{ type: 'timeline_barchart', size: 3 },
2020
{ type: 'top_categories', size: 3 },
2121
{ type: 'category_tree', size: 3 },
2222
{ type: 'category_sunburst', size: 3 },

0 commit comments

Comments
 (0)