fixed rendering problem after package update
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
barDatasetSpacing: 1,
|
barDatasetSpacing: 1,
|
||||||
responsive: true,
|
responsive: true,
|
||||||
maintainAspectRatio: true,
|
maintainAspectRatio: true,
|
||||||
tooltipTemplate: "{% raw %}<%= value %>{% endraw %} {{ 'label.hours'|trans }}",
|
tooltipTemplate: "<%= value %> {{ 'label.hours'|trans }}",
|
||||||
};
|
};
|
||||||
var barChartLabels = [
|
var barChartLabels = [
|
||||||
{% for i in 1..11 %}
|
{% for i in 1..11 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user