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 4baa1a3 commit f06aaf5Copy full SHA for f06aaf5
src/Chartjs/CHANGELOG.md
@@ -6,6 +6,7 @@
6
version 3 was added. See the [@symfony/stimulus-bridge CHANGELOG](https://github.com/symfony/stimulus-bridge/blob/main/CHANGELOG.md#300)
7
for more details.
8
- Support added for Symfony 6
9
+- Upgrade Chart.js to version 3
10
11
## 1.3
12
src/Chartjs/Model/Chart.php
@@ -21,7 +21,6 @@ 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