diff --git a/web/pages/analytics.tsx b/web/pages/analytics.tsx
index 7dc6671f..45e84e85 100644
--- a/web/pages/analytics.tsx
+++ b/web/pages/analytics.tsx
@@ -15,6 +15,8 @@ import { getDailyBets } from 'web/lib/firebase/bets'
 import { getDailyComments } from 'web/lib/firebase/comments'
 import { getDailyContracts } from 'web/lib/firebase/contracts'
 import { getDailyNewUsers } from 'web/lib/firebase/users'
+import { SiteLink } from 'web/components/site-link'
+import { Linkify } from 'web/components/linkify'
 
 export const getStaticProps = fromPropz(getStaticPropz)
 export async function getStaticPropz() {
@@ -192,9 +194,22 @@ export default function Analytics(props: {
   }
   return (
     
Less accurate; includes all viewers (not just signed-in users).
@@ -447,3 +461,28 @@ export function FirebaseAnalytics() { > ) } + +export function WasabiCharts() { + return ( + <> +
+        Courtesy of