From 852a9a0225174a379877445c74c40ee8441fd0d8 Mon Sep 17 00:00:00 2001 From: Holtz Yan Date: Tue, 12 Nov 2024 15:14:49 +0100 Subject: [PATCH] h --- pages/course/scales/other-scale-types.tsx | 2 -- viz/exercise/ScaleFourBarsPractice/Graph.tsx | 2 +- viz/exercise/ScaleFourBarsSolution/Graph.tsx | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/course/scales/other-scale-types.tsx b/pages/course/scales/other-scale-types.tsx index e89ab69a..a99bb6c4 100644 --- a/pages/course/scales/other-scale-types.tsx +++ b/pages/course/scales/other-scale-types.tsx @@ -244,8 +244,6 @@ colorScale("b") // --> green ]} /> -
TODOOOOOOOOO
- {/* - - - diff --git a/viz/exercise/ScaleFourBarsPractice/Graph.tsx b/viz/exercise/ScaleFourBarsPractice/Graph.tsx index 398c85b0..cef63e76 100644 --- a/viz/exercise/ScaleFourBarsPractice/Graph.tsx +++ b/viz/exercise/ScaleFourBarsPractice/Graph.tsx @@ -26,7 +26,7 @@ const data = [ }, ]; -export const Graph12 = () => { +export const Graph = () => { const xScale = ''; const yScale = ''; diff --git a/viz/exercise/ScaleFourBarsSolution/Graph.tsx b/viz/exercise/ScaleFourBarsSolution/Graph.tsx index f28cba4c..2a51ec96 100644 --- a/viz/exercise/ScaleFourBarsSolution/Graph.tsx +++ b/viz/exercise/ScaleFourBarsSolution/Graph.tsx @@ -26,7 +26,7 @@ const data = [ }, ]; -export const Graph12 = () => { +export const Graph = () => { const xScale = scaleLinear().domain([0, 100]).range([0, width]); const yScale = scaleBand()