Skip to content

Commit

Permalink
Merge branch 'main' of github.com:andy89923/DVVA_Final-Project
Browse files Browse the repository at this point in the history
  • Loading branch information
scott306lr committed Jan 13, 2023
2 parents 26e937d + e60f78b commit b1d2930
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions movis/src/pages/relation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -571,21 +571,28 @@ const Relation: NextPage = () => {
Vis{" "}
</span>
</div>
<div className="ml-4 inline-block text-3xl text-[hsl(295,32%,69%)] sm:text-[2rem]">
<div className="inline-block text-3xl text-[hsl(295,32%,69%)] sm:text-[2rem]">
Relation Analysis
</div>
<div className="my-1">
Here, you may choose to analyze attributes that you are
interested.
</div>
<div>
Each slidebar filters the top N entities with the most movie
counts.
</div>
</div>
<div className="fixed bottom-1 w-1/5 text-gray-400">
<small>If you notice a lag of your browser, slide this bar:</small>
<input
type="range"
min="0"
step="5"
max="100"
list="tickmarks"
value={value.toString()}
className="h-2 w-full bg-[#b75def]"
className="h-1 w-full bg-[gray]"
onChange={(e) => setValue(parseInt(e.target.value))}
/>
</div>
Expand Down

1 comment on commit b1d2930

@vercel
Copy link

@vercel vercel bot commented on b1d2930 Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.