diff --git a/README.md b/README.md index 4d5346bb..6b626961 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/linting/EvalColorColumn.svelte b/src/linting/EvalColorColumn.svelte index a7e15031..fa9e6311 100644 --- a/src/linting/EvalColorColumn.svelte +++ b/src/linting/EvalColorColumn.svelte @@ -93,7 +93,7 @@ {colorNames[idx]?.word} {/if} - + {#each colorsToIssues[idx] as check} {#if !evalConfig[check.name]?.ignore} diff --git a/src/scatterplot/ColorScatterPlot.svelte b/src/scatterplot/ColorScatterPlot.svelte index b4881985..0d15a8b2 100644 --- a/src/scatterplot/ColorScatterPlot.svelte +++ b/src/scatterplot/ColorScatterPlot.svelte @@ -574,6 +574,10 @@ Hovered point: {hoveredPoint.toString()} - {hoveredPoint.toHex()} +
{:else}   {/if}