Skip to content

Commit f06aaf5

Browse files
committed
Chart.js: remove unusable horizontalBar type in chart model
1 parent 4baa1a3 commit f06aaf5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Chartjs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
version 3 was added. See the [@symfony/stimulus-bridge CHANGELOG](https://github.com/symfony/stimulus-bridge/blob/main/CHANGELOG.md#300)
77
for more details.
88
- Support added for Symfony 6
9+
- Upgrade Chart.js to version 3
910

1011
## 1.3
1112

src/Chartjs/Model/Chart.php

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

0 commit comments

Comments
 (0)