diff options
Diffstat (limited to 'assets/js/ui/controls.js')
| -rw-r--r-- | assets/js/ui/controls.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/js/ui/controls.js b/assets/js/ui/controls.js new file mode 100644 index 0000000..15c1a3b --- /dev/null +++ b/assets/js/ui/controls.js @@ -0,0 +1,3 @@ +// Phase 5: metric selector, label toggle, reset button bindings +export function initControls(onMetricChange, onLabelToggle, onReset) {} +export function getTop5(countries, metricKey) {} |
