mirror of
https://github.com/tabler/tabler.git
synced 2026-08-25 20:34:25 +04:00
editorconfig fixes, charts demo
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user