issues
search
mozilla
/
looker-ci-line-chart
Mozilla Public License 2.0
1
stars
4
forks
source link
Refactor visualization code
#23
Open
mikewilli
opened
2 years ago
mikewilli
commented
2 years ago
Refactor ci-line-chart.js:
common tasks should be turned into functions called from
updateAsync
(right now everything occurs directly in the fn)
some general cleanup
Refactor ci-line-chart.js:
updateAsync
(right now everything occurs directly in the fn)