Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
lwestfall committed Jan 7, 2024
2 parents d2d3c2c + 2f69763 commit b622ae0
Showing 1 changed file with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<canvas
*ngIf="votesChartData"
baseChart
class="chart"
height="300"
[data]="votesChartData"
[options]="votesChartOptions"
type="bar">
</canvas>
@if (bookVotes.length) {
<canvas
*ngIf="votesChartData"
baseChart
class="chart"
height="300"
[data]="votesChartData"
[options]="votesChartOptions"
type="bar">
</canvas>
}
@if (lastBook && ratingChartData) {
<h5 class="display-5 text-center">
Ratings for <i>{{ lastBook.title }}</i>
Expand Down

0 comments on commit b622ae0

Please sign in to comment.