{% set backgroundColor = config('theme.chart.background_color') %} {% set borderColor = config('theme.chart.border_color') %} {% set gridColor = config('theme.chart.grid_color') %} {% set colors = options.color|default('')|split(';') %} {% set type = options.type|default('line') %} {% if type not in ['line', 'bar'] %} {% set type = 'line' %} {% endif %} {% if not title is empty %}
{{ title|trans }}
{% endif %}