diff options
Diffstat (limited to 'assets/js/charts/bar.js')
| -rw-r--r-- | assets/js/charts/bar.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/js/charts/bar.js b/assets/js/charts/bar.js new file mode 100644 index 0000000..4aa61ef --- /dev/null +++ b/assets/js/charts/bar.js @@ -0,0 +1,2 @@ +// Phase 4: horizontal bar chart for top-N countries +export function renderBarChart(container, data) {} |
