MCPcopy Index your code
hub / github.com/tensorflow/tfjs-examples / getDataVizOptions

Function getDataVizOptions

jena-weather/ui.js:120–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118dataScatterCheckbox.addEventListener('change', plotData);
119
120export function getDataVizOptions() {
121 return {
122 timeSpan: timeSpanSelect.value,
123 series1: selectSeries1.value,
124 series2: selectSeries2.value,
125 normalize: dataNormalizedCheckbox.checked,
126 scatter: dataScatterCheckbox.checked
127 };
128}

Callers 1

plotDataFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected