fix: template minor error

This commit is contained in:
rachmadaniHaryono 2019-01-15 15:36:38 +08:00
parent 2c577a9afa
commit 418834ee83

View File

@ -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: {