Skip to content

Commit

Permalink
last second
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Feb 9, 2024
1 parent 34b5911 commit f31eaf6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Macros story
- [ ] Labels, tooltips, etc
- [ ] Bug: Color channel usage slightly cursed (doesn't update positions correctly)
- [ ] Bug: rotate in polar coordinates doesn't work right
- [ ] Directional subtlies for aligns, they do not work in polar also
- [ ] Directional subtile for aligns, they do not work in polar also
- [ ] Sequential check fix is incorrect for things with equi-ligthness
- [x] Add up/down manipulation to palettes

Expand Down
2 changes: 1 addition & 1 deletion src/linting/EvalColorColumn.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{colorNames[idx]?.word}
</span>{/if}
</span>
<span class="flex">
<span class="flex flex-wrap flex-row-reverse">
{#each colorsToIssues[idx] as check}
{#if !evalConfig[check.name]?.ignore}
<Tooltip>
Expand Down
4 changes: 4 additions & 0 deletions src/scatterplot/ColorScatterPlot.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@
Hovered point:
{hoveredPoint.toString()} -
{hoveredPoint.toHex()}
<div
class="h-4 w-4 rounded-full"
style={`background: ${hoveredPoint.toDisplay()}`}
></div>
{:else}
&nbsp;
{/if}
Expand Down

0 comments on commit f31eaf6

Please sign in to comment.