blog/themes/hugo-uno/layouts/shortcodes/chart.html

8 lines
242 B
HTML

<div>
<canvas id="{{ .Get "id"}}" width="{{ .Get "width" }}" height="{{ .Get "height" }}"></canvas>
{{ if .Get "js" }}
<script src="{{ .Get "js" }}"></script>
<script src="../../js/Chart.min.js"></script>
{{ end }}
</div>