Skip to content

Fix/axis types #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jun 18, 2025
Prev Previous commit
Next Next commit
fix two more ts imports
  • Loading branch information
gka committed Jun 18, 2025
commit 1cbd4d8a9193ddb41b5f6050fc48d18b200497e4
4 changes: 2 additions & 2 deletions src/lib/types/mark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ export type MarkStyleProps =
| 'width';

import type { MouseEventHandler } from 'svelte/elements';
import type { ChannelAccessor, ConstantAccessor, DataRecord, RawValue } from '.';
import type { ChannelAccessor, ConstantAccessor, DataRecord, RawValue } from './index.js';
import type * as CSS from 'csstype';
import type { ScaledChannelName, ScaleName } from './scale';
import type { ScaledChannelName, ScaleName } from './scale.js';

export type BaseMarkProps<T> = Partial<{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/routes/examples/axis/tick-classes.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<script module>
export const title = 'Tick classes';
export const repl =
'https://svelte.dev/playground/d949e2daf18a4e1ba98ed1a2e52d9198?version=latest';
</script>

<script>
Expand Down
Loading
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