@@ -87,7 +86,20 @@ export function Insights({show}) {
/>
-
+
Top sites
+
+ {topSites.map(({url, count}) => (
+
+ {url}
+ {count}
+
+ ))}
+
+
+ i)} data={(typingData || []).map(x => x.event_count).reverse()} />
+ i)} data={(typingData || []).map(x => x.relative_error).reverse()} />
+ i)} data={(typingData || []).map(x => x.speed).reverse()} />
+