mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Stats: Point to spike blog post
This commit is contained in:
parent
9db2fdd49a
commit
0b7febae5d
@ -24,11 +24,11 @@ const annotationNov5 = {
|
||||
borderColor: annotationColor,
|
||||
borderWidth: 1,
|
||||
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: {
|
||||
backgroundColor: annotationLabelBgColor,
|
||||
content: "YouTube Video",
|
||||
content: "YouTube Video 🡕",
|
||||
display: true,
|
||||
position: "end",
|
||||
color: "#00bc8c",
|
||||
|
@ -2,7 +2,7 @@
|
||||
<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-plugin-annotation.min.js"></script>
|
||||
<script src="/static/js/package_charts.js"></script>
|
||||
<script src="/static/js/package_charts.js?v=2"></script>
|
||||
{% endmacro %}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user