Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 0fa37f0

Browse files
committed
fix(comments): Set min=0 for comments count
1 parent ec67dff commit 0fa37f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/CommentsController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function likes(
7777
'y' => [
7878
'ticks' => [
7979
'beginAtZero' => true,
80+
'min' => 0,
8081
'stepSize' => 5,
8182
],
8283
],

0 commit comments

Comments
 (0)