improvements(dashboard): add headers to all overview tables to get a better understanding if its sessions or page views
This commit is contained in:
@@ -50,6 +50,7 @@ export default function OverviewTopPages({ projectId }: OverviewTopPagesProps) {
|
||||
chart: {
|
||||
options: {
|
||||
renderSerieName,
|
||||
columns: ['URL', 'Views'],
|
||||
},
|
||||
report: {
|
||||
limit: 10,
|
||||
@@ -89,6 +90,7 @@ export default function OverviewTopPages({ projectId }: OverviewTopPagesProps) {
|
||||
btn: 'Entries',
|
||||
chart: {
|
||||
options: {
|
||||
columns: ['URL', 'Sessions'],
|
||||
renderSerieName,
|
||||
},
|
||||
report: {
|
||||
@@ -129,6 +131,7 @@ export default function OverviewTopPages({ projectId }: OverviewTopPagesProps) {
|
||||
btn: 'Exits',
|
||||
chart: {
|
||||
options: {
|
||||
columns: ['URL', 'Sessions'],
|
||||
renderSerieName,
|
||||
},
|
||||
report: {
|
||||
|
||||
Reference in New Issue
Block a user