mirror of https://github.com/onweru/compose.git

weru
21.46.2020 9765c1dd117b49f4c6e84484f0adcb3c5ecc9e31
layouts/shortcodes/chart.html
@@ -52,7 +52,6 @@
{{- $labels = split (delimit  $labels ",") "," }}
{{- $dataTally := split (delimit $dataCompactData ",") ","  }}
<link rel="stylesheet" href='{{ absURL "js/chart.min.css" }}' />
<script src='{{ absURL "js/chart.min.js" }}'></script>
<script>
  Chart.platform.disableCSSInjection = true;