mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22: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,
|
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 %}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user