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

.tablesaw-jsplot.0.32.7.source-code.trace_template.html Maven / Gradle / Ivy

There is a newer version: 0.43.1
Show newest version
var {{variableName}} =
{
x: {{x | raw}},
{% if y is not null %}
y: {{y | raw}},
{% endif %}
{% if open is not null %}
open: {{open | raw}},
{% endif %}
{% if high is not null %}
high: {{high | raw}},
{% endif %}
{% if low is not null %}
low: {{low | raw}},
{% endif %}
{% if close is not null %}
close: {{close | raw}},
{% endif %}
{% if increasing is not null %}
increasing: {{increasing | raw}},
{% endif %}
{% if decreasing is not null %}
decreasing: {{decreasing | raw}},
{% endif %}
{% if z is not null %}
z: {{z | raw}},
{% endif %}
{% if showLegend is not null %}
showlegend: {{showLegend}},
{% endif %}
{% if hoverlabel is not null %}
hoverlabel: {{hoverlabel | raw }},
{% endif %}
{% if marker is not null %}
marker: {{marker | raw }},
{% endif %}
{% if text is not null %}
text: {{text | raw }},
{% endif %}
{% if mode is not null %}
mode: '{{mode}}',
{% endif %}
{% if line is not null %}
line: {{line | raw }},
{% endif %}
{% if orientation is not null %}
orientation: '{{orientation}}',
{% endif %}
{% if opacity is not null %}
opacity: '{{opacity}}',
{% endif %}
{% if nBinsX is not null %}
nbinsx: {{nBinsX}},
{% endif %}
{% if autoBinX is not null %}
autobinx: {{autoBinX}},
{% endif %}
{% if nBinsY is not null %}
nbinsy: {{nBinsY}},
{% endif %}
{% if autoBinY is not null %}
autobiny: {{autoBinY}},
{% endif %}
{% if visible is not null %}
visible: '{{visible}}',
{% endif %}
{% if fill is not null %}
fill: '{{fill}}',
{% endif %}
{% if yAxis is not null %}
yaxis: '{{yAxis}}',
{% endif %}
{% if fillColor is not null %}
fillcolor: '{{fillColor}}',
{% endif %}
type: '{{type}}',
name: '{{name}}',
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy