We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc00b7 commit 5cd5f4fCopy full SHA for 5cd5f4f
src/Chartjs/Model/Chart.php
@@ -21,6 +21,7 @@ class Chart
21
{
22
public const TYPE_LINE = 'line';
23
public const TYPE_BAR = 'bar';
24
+ public const TYPE_BAR_HORIZONTAL = 'horizontalBar';
25
public const TYPE_RADAR = 'radar';
26
public const TYPE_PIE = 'pie';
27
public const TYPE_DOUGHNUT = 'doughnut';
0 commit comments