1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

charts fixes

This commit is contained in:
chomik
2019-06-13 09:54:17 +02:00
parent 9137ccaf5c
commit ed6285ff16
4 changed files with 36 additions and 8 deletions

View File

@@ -26,14 +26,14 @@ $(document).ready(function(){
},
{% endif %}
{% if data.dashed-history or data.stroke-straight %}
{% if data.dashed-history or data.stroke-curve %}
stroke: {
{% if data.dashed-history %}
width: [2, 1],
dashArray: [0, 3],
{% endif %}
{% if data.stroke-straight %}
curve: 'straight',
{% if data.stroke-curve %}
curve: '{{ data.stroke-curve }}',
{% endif %}
},
{% endif %}