fix: template minor error
This commit is contained in:
parent
2c577a9afa
commit
418834ee83
@ -299,7 +299,7 @@
|
|||||||
}],
|
}],
|
||||||
// These labels appear in the legend and in the tooltips when hovering different arcs
|
// These labels appear in the legend and in the tooltips when hovering different arcs
|
||||||
labels: [
|
labels: [
|
||||||
{% for val in most_common_titles %} "{{val.0}}", {% endfor %}
|
{% for val in most_common_titles %} "{{val.0|trim}}", {% endfor %}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
|
Loading…
Reference in New Issue
Block a user