mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
charts fixes
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user