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}}', }