Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google-analytics-chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
metrics="ga:sessions"
dimensions="ga:country"
sort="-ga:sessions"
maxResults="5">
max-results="5">
</google-analytics-chart>

@element google-analytics-chart
Expand Down
4 changes: 2 additions & 2 deletions google-analytics-dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
metrics="ga:sessions"
dimensions="ga:country"
sort="-ga:sessions"
maxResults="5"
chartType="column">
max-results="5"
chart-type="column">
</google-analytics-chart>

</google-analytics-dashboard>
Expand Down
4 changes: 2 additions & 2 deletions google-analytics-date-selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<google-analytics-dashboard>

<google-analytics-date-selector
startDate="30daysAgo"
endDate="today">
start-date="30daysAgo"
end-date="today">
</google-analytics-date-selector>

<google-analytics-chart
Expand Down
2 changes: 1 addition & 1 deletion google-analytics-query.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
metrics="ga:sessions"
dimensions="ga:country"
sort="-ga:sessions"
maxResults="5">
max-results="5">
</google-analytics-query>

@element google-analytics-query
Expand Down