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

Function updateScatterCheckbox

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

Source from the content-addressed store, hash-verified

88}
89
90export function updateScatterCheckbox() {
91 const series1 = selectSeries1.value;
92 const series2 = selectSeries2.value;
93 dataScatterCheckbox.disabled = series1 === 'None' || series2 === 'None';
94}
95
96dataPrevButton.addEventListener('click', () => {
97 const timeSpan = timeSpanSelect.value;

Callers 1

plotDataFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected