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
|
||||
labels: [
|
||||
{% for val in most_common_titles %} "{{val.0}}", {% endfor %}
|
||||
{% for val in most_common_titles %} "{{val.0|trim}}", {% endfor %}
|
||||
]
|
||||
},
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user