Statistics

Features

Weekly

@if (customerEventsChart) {
}
Top Dishes
@if (topDishes.length > 0) { @for (dish of topDishes; track dish; let index = $index) {
{{ index + 1 }}.
{{ dish }}
} } @else {
No Data Available yet
}
Rush Hours
@if (rushHoursChart) {
}
@if (reviews.length > 0) {

Reviews from the web

@if (ratings) {

Google

{{ ratings.averageRating }}/5

{{ ratings.totalRatings }} Reviews

} @if (reviews) {
@for (review of reviews | slice: 0 : 3; track review) {
{{ review.authorName }} {{ review.text }}
}
}
}