.tablesaw-jsplot.0.38.3.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 %}
{% if domain is not null %}
domain: {{domain | raw}},
{% endif %}
type: '{{type}}',
name: '{{name}}',
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy