From 8d78bb9f3fbe90bd8110f2fb7f2a495c2a745c6c Mon Sep 17 00:00:00 2001 From: Jeremy Smith Date: Mon, 18 Mar 2024 00:05:07 +0100 Subject: [PATCH] add and update gameplay stats charts --- src/components/GameplayStats.tsx | 28 +++++++++++++++++----------- src/index.css | 9 --------- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/src/components/GameplayStats.tsx b/src/components/GameplayStats.tsx index 3b53f5e..c50951b 100644 --- a/src/components/GameplayStats.tsx +++ b/src/components/GameplayStats.tsx @@ -16,25 +16,34 @@ const gameplayCharts: ChartProps[] = [ worldMap: true, }, { - label: Most Frequently Found ➣ Country, + label: Games Won ➣ Country, id: "dL_AgjfdWYXRJOYJvgvP5-eLEHWsgA", }, { - label: Games Won ➣ Category, - id: "aPB6gfyEnAlcx83QsBlvBQpwIhw2SA", + label: Games Forfeited ➣ Country, + id: "V1iav5rn8z5SS2BmfA0Aby0gjHTw_A", }, { - label: Games Won ➣ Number of Clicks, - id: "idoI9-65Du4mGv7geDcUHneUIgigxQ", + label: Games Started ➣ Category, + id: "ikKibFYyXESGkhxAe-Kj7srThTJnGQ", }, { - label: Games Forfeited ➣ Country, - id: "V1iav5rn8z5SS2BmfA0Aby0gjHTw_A", + label: Games Won ➣ Category, + id: "aPB6gfyEnAlcx83QsBlvBQpwIhw2SA", }, { label: Most Clicked ➣ Geographic Feature, id: "-B0St7MawU2Z0npNmVfnsiNLPiv4sA", }, + { + label: Average Clicks ➣ Win, + id: "idoI9-65Du4mGv7geDcUHneUIgigxQ", + }, + { + label: Average Clicks Per Win ➣ Location of User, + id: "kz1JhoC7FhxY5uMiZxv8IWZ8ruUQLw", + worldMap: true, + }, ]; const ChartWrapper: React.FC = ({ label, id, worldMap }) => { @@ -73,10 +82,7 @@ const ChartWrapper: React.FC = ({ label, id, worldMap }) => { export const GameplayStats: React.FC = () => (
- - MAPSTERY {" "} - Last 30 Days - + MAPSTERY Play Game diff --git a/src/index.css b/src/index.css index f04d646..a18f0a4 100644 --- a/src/index.css +++ b/src/index.css @@ -46,15 +46,6 @@ body { letter-spacing: 2px; padding: 0.5rem; font-style: italic; - - .arrowhead { - font-weight: 400; - font-style: normal; - } - - .addendum { - font-style: normal; - } } .header-gameplay-info {