editorconfig fixes, charts demo

This commit is contained in:
codecalm
2019-12-08 22:06:50 +01:00
parent 3f081d6d58
commit f71f80b49d
6 changed files with 38 additions and 45 deletions
+3 -3
View File
@@ -105,10 +105,10 @@
{% endif %}
{% if data.series %}
colors: [ //chart colors
colors: [
{% for serie in data.series %}
{{ serie.color | default: 'blue' | tabler_js_color }}{% unless forloop.last %},{% endunless %}{% endfor %}
],
{{ serie.color | default: 'blue' | tabler_js_color }}{% unless forloop.last %},{% endunless %}{% endfor %}
],
{% endif %}
{% if data.hide-legend %}