Skip to content

Commit

Permalink
feat(app): re-introduce pixelgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Feb 7, 2025
1 parent 6ef6392 commit 058b09c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/routes/explorer/(components)/pixel-graph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ $: normalizedData =

<div class="flex flex-row-reverse items-end gap-[2.5px]">
{#each normalizedData as data}
{#if Array.isArray(data.normalizedValue)}
<Tooltip.Root>
<Tooltip.Trigger>
<div class="bar flex flex-col-reverse gap-[1px] group cursor-crosshair">
Expand All @@ -52,6 +51,5 @@ $: normalizedData =
{/if}
</Tooltip.Content>
</Tooltip.Root>
{/if}
{/each}
</div>
</div>

0 comments on commit 058b09c

Please sign in to comment.