Skip to content

Commit

Permalink
Update analytics page
Browse files Browse the repository at this point in the history
  • Loading branch information
orosmatthew committed Aug 10, 2023
1 parent 553caa2 commit b1b3fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/admin/analytics/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
</svelte:head>

<div class="px-5 mt-3 h-100 w-100 overflow-y-auto">
<p>Click on the dots on the graph to see a detailed view of image hits per sequence</p>
<p>Select a range from the top chart to see a detailed breakdown for that selected range</p>
<h2 style="font-size:24px">Image Hits per Day</h2>
<div bind:this={chartContainer} />
{#if selectedRange !== undefined}
Expand Down

0 comments on commit b1b3fae

Please sign in to comment.