All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.tablesaw-jsplot.0.38.3.source-code.pie_trace_template.html Maven / Gradle / Ivy

There is a newer version: 0.43.1
Show newest version
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