Marwan Alwali 0357921e3d update
2025-09-21 17:35:20 +03:00

4 lines
297 B
HTML

<div class="relative w-full{% if class %} {{ class }}{% endif %}">
<canvas class="chart" {% if options %}data-options="{{ options }}"{% endif %} data-type="bar" data-value="{{ data }}" {% if width %}width="{{ width }}"{% endif %} {% if height %}height="{{ height }}"{% endif %}></canvas>
</div>