.tablesaw-jsplot.0.32.7.source-code.pie_trace_template.html Maven / Gradle / Ivy
var {{variableName}} =
{
{% if labels is not null %}
labels: {{labels | raw}},
{% endif %}
{% if values is not null %}
values: {{values | raw}},
{% endif %}
type: '{{type}}',
name: '{{name}}',
}