Skip to content

Commit 4c804d5

Browse files
gkaCopilot
andauthored
Update src/lib/marks/AxisY.svelte
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent effd7ab commit 4c804d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/marks/AxisY.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
tickCount != null
8686
? tickCount
8787
: tickSpacing != null
88-
? Math.max(3, Math.round(plot.facetWidth / tickSpacing))
88+
? Math.max(3, Math.round(plot.facetHeight / tickSpacing))
8989
: Math.max(2, Math.round(plot.facetHeight / plot.options.y.tickSpacing))
9090
);
9191

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy