Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
groninge01 committed Sep 19, 2024
1 parent eed081e commit 6ba2846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/components/marketing/EcosystemActivityChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ export function EcosystemActivityChart() {
ref={eChartsRef}
onEvents={onEvents}
/>
{/* No idea how to get this to work with <Portal> */}
{createPortal(
<div
id="echarts-tooltip-container"
style={{
position: 'fixed',
left: `${tooltipPosition.x + bounds.left}px`,
Expand Down

0 comments on commit 6ba2846

Please sign in to comment.