Skip to content
Snippets Groups Projects

Release

Merged Alexa Valentová requested to merge test into master
6 files
+ 46
7
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -6,8 +6,8 @@
<div class="py-4">
<canvas
class="lg:h-120 lg:w-auto w-full mx-auto"
id="{{ block_id }}"
id="{{ block.id }}"
></canvas>
</div>
{% include "shared/chart_script_snippet.html" with value=value block_id=block_id %}
{% include "shared/chart_script_snippet.html" with value=value block_id=block.id %}
Loading