Skip to content

Commit 5cd5f4f

Browse files
authored
Chart.js: add horizontalBar to chart model
1 parent 8fc00b7 commit 5cd5f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Chartjs/Model/Chart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Chart
2121
{
2222
public const TYPE_LINE = 'line';
2323
public const TYPE_BAR = 'bar';
24+
public const TYPE_BAR_HORIZONTAL = 'horizontalBar';
2425
public const TYPE_RADAR = 'radar';
2526
public const TYPE_PIE = 'pie';
2627
public const TYPE_DOUGHNUT = 'doughnut';

0 commit comments

Comments
 (0)