Stats: Point to spike blog post

This commit is contained in:
rubenwardy 2023-10-08 14:56:12 +01:00
parent 9db2fdd49a
commit 0b7febae5d
2 changed files with 3 additions and 3 deletions

@ -24,11 +24,11 @@ const annotationNov5 = {
borderColor: annotationColor, borderColor: annotationColor,
borderWidth: 1, borderWidth: 1,
click: function({chart, element}) { click: function({chart, element}) {
document.location = "https://fosstodon.org/@rubenwardy/109303281233703275"; document.location = "https://blog.rubenwardy.com/2022/12/08/contentdb-youtuber-finds-minetest/";
}, },
label: { label: {
backgroundColor: annotationLabelBgColor, backgroundColor: annotationLabelBgColor,
content: "YouTube Video", content: "YouTube Video 🡕",
display: true, display: true,
position: "end", position: "end",
color: "#00bc8c", color: "#00bc8c",

@ -2,7 +2,7 @@
<script src="/static/libs/chart.min.js"></script> <script src="/static/libs/chart.min.js"></script>
<script src="/static/libs/chartjs-adapter-date-fns.bundle.min.js"></script> <script src="/static/libs/chartjs-adapter-date-fns.bundle.min.js"></script>
<script src="/static/libs/chartjs-plugin-annotation.min.js"></script> <script src="/static/libs/chartjs-plugin-annotation.min.js"></script>
<script src="/static/js/package_charts.js"></script> <script src="/static/js/package_charts.js?v=2"></script>
{% endmacro %} {% endmacro %}