forked from svelteplot/svelteplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsvelte-errors-pr.log
More file actions
2120 lines (2120 loc) · 475 KB
/
svelte-errors-pr.log
File metadata and controls
2120 lines (2120 loc) · 475 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1767912042507 START "/Users/gka/p/svelteplot"
1767912047803 ERROR "src/lib/marks/helpers/Marker.svelte" 53:9 "Type '{ viewBox: string; path: string; width: number; height: number; orient: number | \"auto\"; color: string; }' is not assignable to type '{ path?: string | undefined; width: number; height: number; orient: number | \"auto\"; color: \"fill\" | \"stroke\"; bg?: \"fill\" | \"stroke\" | undefined; viewBox?: string | undefined; }'.\n Types of property 'color' are incompatible.\n Type 'string' is not assignable to type '\"fill\" | \"stroke\"'."
1767912047803 ERROR "src/lib/marks/helpers/Marker.svelte" 54:9 "Type '{ viewBox: string; path: string; width: number; height: number; orient: number | \"auto\"; color: string; }' is not assignable to type '{ path?: string | undefined; width: number; height: number; orient: number | \"auto\"; color: \"fill\" | \"stroke\"; bg?: \"fill\" | \"stroke\" | undefined; viewBox?: string | undefined; }'.\n Types of property 'color' are incompatible.\n Type 'string' is not assignable to type '\"fill\" | \"stroke\"'."
1767912047803 ERROR "src/lib/marks/helpers/Marker.svelte" 55:9 "Type '{ viewBox: string; path: string; width: number; height: number; orient: number | \"auto\"; color: string; }' is not assignable to type '{ path?: string | undefined; width: number; height: number; orient: number | \"auto\"; color: \"fill\" | \"stroke\"; bg?: \"fill\" | \"stroke\" | undefined; viewBox?: string | undefined; }'.\n Types of property 'color' are incompatible.\n Type 'string' is not assignable to type '\"fill\" | \"stroke\"'."
1767912047803 ERROR "src/lib/helpers/index.ts" 26:89 "Argument of type 'T' is not assignable to parameter of type 'Record<string | symbol, RawValue> | null'.\n Type 'T' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047803 ERROR "src/lib/transforms/recordize.ts" 34:13 "Type 'T[]' is not assignable to type 'Record<string | symbol, RawValue>[]'.\n Type 'T' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047803 ERROR "src/lib/transforms/recordize.ts" 43:14 "Type 'T[]' is not assignable to type 'Record<string | symbol, RawValue>[]'.\n Type 'T' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047804 ERROR "src/lib/transforms/recordize.ts" 62:13 "Type 'T[]' is not assignable to type 'Record<string | symbol, RawValue>[]'.\n Type 'T' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047804 ERROR "src/lib/transforms/recordize.ts" 71:14 "Type 'T[]' is not assignable to type 'Record<string | symbol, RawValue>[]'.\n Type 'T' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047804 ERROR "src/lib/transforms/recordize.ts" 79:72 "Type 'T' does not satisfy the constraint 'RawValue'.\n Type 'T' is not assignable to type 'Date'."
1767912047804 ERROR "src/lib/transforms/recordize.ts" 79:97 "Type 'T' does not satisfy the constraint 'object'."
1767912047804 ERROR "src/lib/transforms/recordize.ts" 102:70 "Type 'T' does not satisfy the constraint 'RawValue'.\n Type 'T' is not assignable to type 'Date'."
1767912047804 ERROR "src/lib/transforms/recordize.ts" 102:95 "Type 'T' does not satisfy the constraint 'object'."
1767912047804 ERROR "src/lib/transforms/recordize.ts" 113:14 "Type '(object & { [INDEX]: number; })[]' is not assignable to type 'T[]'.\n Type 'object & { [INDEX]: number; }' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'object & { [INDEX]: number; }'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 34:60 "Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type '{}'.\n Property '[\"$lib/transforms/recordize.js\".RAW_VALUE]' does not exist on type '{}'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 34:86 "Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type '{}'.\n Property '[\"$lib/constants.js\".INDEX]' does not exist on type '{}'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 41:13 "Type '(K & string) | (K & symbol)' cannot be used to index type 'NonNullable<T>'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 43:20 "Type 'K | null | undefined' cannot be used to index type 'NonNullable<T>'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 81:19 "Element implicitly has an 'any' type because expression of type 'ChannelName' can't be used to index type 'Record<ScaledChannelName, ScaleName>'.\n Property 'sort' does not exist on type 'Record<ScaledChannelName, ScaleName>'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 85:44 "Argument of type 'ChannelName' is not assignable to parameter of type 'ScaledChannelName'.\n Type '\"sort\"' is not assignable to type 'ScaledChannelName'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 90:20 "Argument of type 'DataRow<T>' is not assignable to parameter of type 'DataRow'.\n Type 'T' is not assignable to type 'DataRow'.\n Type 'T' is not assignable to type '[number, number]'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 105:29 "Argument of type 'string | number | boolean | symbol | object' is not assignable to parameter of type 'Record<string | symbol, RawValue>'.\n Type 'string' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 118:15 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 120:22 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 124:24 "Argument of type 'RawValue' is not assignable to parameter of type 'Record<string | symbol, RawValue>'.\n Type 'null' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 124:31 "Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'string | number | boolean | symbol | object | Date'.\n Property '[\"$lib/constants.js\".INDEX]' does not exist on type 'string | number | boolean | symbol | object | Date'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 165:36 "Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Partial<Record<ScaledChannelName, ChannelAccessor>>'.\n No index signature with a parameter of type 'string' was found on type 'Partial<Record<ScaledChannelName, ChannelAccessor>>'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 166:72 "Argument of type 'string' is not assignable to parameter of type 'ChannelName'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 169:34 "Type 'Date' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 169:34 "Type 'false' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 169:34 "Type 'null' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 169:34 "Type 'object' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 169:34 "Type 'true' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 177:42 "Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'PlotScales'."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 177:68 "Type 'Date' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 177:68 "Type 'false' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 177:68 "Type 'null' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 177:68 "Type 'object' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 177:68 "Type 'true' cannot be used as an index type."
1767912047804 ERROR "src/lib/helpers/resolve.ts" 222:36 "Element implicitly has an 'any' type because expression of type 'ScaledChannelName' can't be used to index type 'Partial<Record<\"symbol\" | \"filter\" | \"fill\" | \"fillOpacity\" | \"stroke\" | \"strokeOpacity\" | \"opacity\" | \"x\" | \"y\", ChannelAccessor> & { style: string; }>'.\n Property 'length' does not exist on type 'Partial<Record<\"symbol\" | \"filter\" | \"fill\" | \"fillOpacity\" | \"stroke\" | \"strokeOpacity\" | \"opacity\" | \"x\" | \"y\", ChannelAccessor> & { style: string; }>'."
1767912047804 ERROR "src/lib/transforms/dodge.ts" 1:26 "Could not find a declaration file for module 'interval-tree-1d'. '/Users/gka/p/svelteplot/node_modules/.pnpm/interval-tree-1d@1.0.4/node_modules/interval-tree-1d/interval-tree.js' implicitly has an 'any' type.\n Try `npm i --save-dev @types/interval-tree-1d` if it exists or add a new declaration (.d.ts) file containing `declare module 'interval-tree-1d';`"
1767912047804 ERROR "src/lib/transforms/dodge.ts" 35:9 "Property 'padding' does not exist on type 'DodgeXOptions'."
1767912047804 ERROR "src/lib/transforms/dodge.ts" 36:9 "Property 'r' does not exist on type 'DodgeXOptions'."
1767912047804 ERROR "src/lib/transforms/dodge.ts" 36:25 "Property 'r' does not exist on type 'DodgeXOptions'.\n Property 'r' does not exist on type '\"left\"'."
1767912047804 ERROR "src/lib/transforms/dodge.ts" 62:9 "Property 'padding' does not exist on type 'DodgeYOptions'."
1767912047804 ERROR "src/lib/transforms/dodge.ts" 63:9 "Property 'r' does not exist on type 'DodgeYOptions'."
1767912047804 ERROR "src/lib/transforms/dodge.ts" 63:25 "Property 'r' does not exist on type 'DodgeYOptions'.\n Property 'r' does not exist on type '\"top\"'."
1767912047804 ERROR "src/lib/transforms/dodge.ts" 109:70 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047804 ERROR "src/lib/transforms/dodge.ts" 109:88 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047804 ERROR "src/lib/helpers/projection.ts" 5:38 "Parameter 'stream' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/projection.ts" 52:28 "Property 'stream' does not exist on type 'string | ProjectionOptions'.\n Property 'stream' does not exist on type 'string'."
1767912047804 ERROR "src/lib/helpers/projection.ts" 90:26 "This expression is not callable.\n Type 'String' has no call signatures."
1767912047804 ERROR "src/lib/helpers/projection.ts" 94:5 "Type '((s: any) => any) | ((stream: GeoStream) => GeoStream)' is not assignable to type 'Clip'.\n Type '(s: any) => any' is not assignable to type 'Clip'."
1767912047804 ERROR "src/lib/helpers/projection.ts" 100:28 "Parameter 'd' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/projection.ts" 104:67 "Argument of type 'number[]' is not assignable to parameter of type 'GeoPermissibleObjects'."
1767912047804 ERROR "src/lib/helpers/projection.ts" 144:17 "Binding element 'x' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/projection.ts" 144:20 "Binding element 'y' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/projection.ts" 147:18 "Parameter 's' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/projection.ts" 147:61 "This expression is not callable.\n No constituent of type 'number | boolean | \"frame\"' is callable."
1767912047804 ERROR "src/lib/helpers/projection.ts" 147:61 "Cannot invoke an object which is possibly 'null'."
1767912047804 ERROR "src/lib/helpers/projection.ts" 152:77 "Parameter 's' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/time.ts" 40:8 "Could not find a declaration file for module 'd3-time'. '/Users/gka/p/svelteplot/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/index.js' implicitly has an 'any' type.\n If the 'd3-time' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-time'"
1767912047804 ERROR "src/lib/helpers/time.ts" 233:38 "Object is possibly 'undefined'."
1767912047804 ERROR "src/lib/helpers/time.ts" 241:40 "Parameter 'interval' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/time.ts" 241:50 "Parameter 'n' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/time.ts" 248:59 "Argument of type '(string | number)[][]' is not assignable to parameter of type 'ArrayLike<[any, any]>'.\n 'number' index signatures are incompatible.\n Type '(string | number)[]' is not assignable to type '[any, any]'.\n Target requires 2 element(s) but source may have fewer."
1767912047804 ERROR "src/lib/helpers/time.ts" 250:87 "Argument of type 'string | number' is not assignable to parameter of type 'string'.\n Type 'number' is not assignable to type 'string'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 49:9 "Argument of type 'false | RawValue[] | Partial<XScaleOptions>' is not assignable to parameter of type 'ScaleOptions'.\n Type 'boolean' is not assignable to type 'ScaleOptions'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 59:9 "Argument of type 'false | RawValue[] | Partial<YScaleOptions>' is not assignable to parameter of type 'ScaleOptions'.\n Type 'boolean' is not assignable to type 'ScaleOptions'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 69:9 "Argument of type 'Partial<ScaleOptions>' is not assignable to parameter of type 'ScaleOptions'.\n Types of property 'type' are incompatible.\n Type '\"auto\" | ScaleType | undefined' is not assignable to type '\"auto\" | ScaleType'.\n Type 'undefined' is not assignable to type '\"auto\" | ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 79:9 "Argument of type 'Partial<ColorScaleOptions>' is not assignable to parameter of type 'ScaleOptions'.\n Types of property 'type' are incompatible.\n Type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"ordinal\" | \"sequential\" | \"band\" | \"categorical\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | ... 6 more ... | undefined' is not assignable to type '\"auto\" | ScaleType'.\n Type 'undefined' is not assignable to type '\"auto\" | ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 89:9 "Argument of type 'Partial<ScaleOptions>' is not assignable to parameter of type 'ScaleOptions'.\n Types of property 'type' are incompatible.\n Type '\"auto\" | ScaleType | undefined' is not assignable to type '\"auto\" | ScaleType'.\n Type 'undefined' is not assignable to type '\"auto\" | ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 99:9 "Argument of type 'Partial<ScaleOptions>' is not assignable to parameter of type 'ScaleOptions'.\n Types of property 'type' are incompatible.\n Type '\"auto\" | ScaleType | undefined' is not assignable to type '\"auto\" | ScaleType'.\n Type 'undefined' is not assignable to type '\"auto\" | ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 109:9 "Argument of type 'Partial<LegendScaleOptions>' is not assignable to parameter of type 'ScaleOptions'.\n Types of property 'type' are incompatible.\n Type '\"auto\" | ScaleType | undefined' is not assignable to type '\"auto\" | ScaleType'.\n Type 'undefined' is not assignable to type '\"auto\" | ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 120:9 "Argument of type 'false | RawValue[] | Partial<XScaleOptions>' is not assignable to parameter of type 'ScaleOptions'.\n Type 'boolean' is not assignable to type 'ScaleOptions'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 130:9 "Argument of type 'false | RawValue[] | Partial<YScaleOptions>' is not assignable to parameter of type 'ScaleOptions'.\n Type 'boolean' is not assignable to type 'ScaleOptions'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 141:17 "Type 'string | { type?: string | undefined; rotate?: [number, number] | [number, number, number] | undefined; domain?: object | undefined; inset?: number | undefined; clip?: Clip | undefined; } | { ...; }' is not assignable to type 'string | ProjectionOptions | undefined'.\n Type '{ type?: string | undefined; rotate?: [number, number] | [number, number, number] | undefined; domain?: object | undefined; inset?: number | undefined; clip?: Clip | undefined; }' is not assignable to type 'string | ProjectionOptions | undefined'.\n Type '{ type?: string | undefined; rotate?: [number, number] | [number, number, number] | undefined; domain?: object | undefined; inset?: number | undefined; clip?: Clip | undefined; }' is missing the following properties from type 'ProjectionOptions': insetTop, insetBottom, insetLeft, insetRight, stream"
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:14 "Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; } | { ...; }' is not assignable to type 'PlotScale'.\n Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; }' is not assignable to type 'PlotScale'.\n Types of property 'type' are incompatible.\n Type 'string' is not assignable to type 'ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:17 "Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; } | { ...; }' is not assignable to type 'PlotScale'.\n Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; }' is not assignable to type 'PlotScale'.\n Types of property 'type' are incompatible.\n Type 'string' is not assignable to type 'ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:20 "Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; } | { ...; }' is not assignable to type 'PlotScale'.\n Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; }' is not assignable to type 'PlotScale'.\n Types of property 'type' are incompatible.\n Type 'string' is not assignable to type 'ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:23 "Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; } | { ...; }' is not assignable to type 'PlotScale'.\n Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; }' is not assignable to type 'PlotScale'.\n Types of property 'type' are incompatible.\n Type 'string' is not assignable to type 'ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:30 "Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; } | { ...; }' is not assignable to type 'PlotScale'.\n Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; }' is not assignable to type 'PlotScale'.\n Types of property 'type' are incompatible.\n Type 'string' is not assignable to type 'ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:39 "Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; } | { ...; }' is not assignable to type 'PlotScale'.\n Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; }' is not assignable to type 'PlotScale'.\n Types of property 'type' are incompatible.\n Type 'string' is not assignable to type 'ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:47 "Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; } | { ...; }' is not assignable to type 'PlotScale'.\n Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; }' is not assignable to type 'PlotScale'.\n Types of property 'type' are incompatible.\n Type 'string' is not assignable to type 'ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:55 "Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; } | { ...; }' is not assignable to type 'PlotScale'.\n Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; }' is not assignable to type 'PlotScale'.\n Types of property 'type' are incompatible.\n Type 'string' is not assignable to type 'ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:59 "Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; } | { ...; }' is not assignable to type 'PlotScale'.\n Type '{ type: string; domain: number[]; range: number[]; fn: (() => string) | (() => number); skip: Map<any, any>; isDummy: boolean; manualActiveMarks?: undefined; uniqueScaleProps?: undefined; autoTitle?: undefined; }' is not assignable to type 'PlotScale'.\n Types of property 'type' are incompatible.\n Type 'string' is not assignable to type 'ScaleType'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 152:63 "Type 'string | ProjectionOptions | { aspectRatio: number; invert([x, y]: [any, any]): any; stream: (s: any) => any; } | null | undefined' is not assignable to type 'PlotScale'.\n Type 'undefined' is not assignable to type 'PlotScale'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 165:54 "Property 'scale' does not exist on type 'T'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 168:12 "Property 'range' does not exist on type '(() => string) | (() => number)'.\n Property 'range' does not exist on type '() => string'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 206:65 "Property 'scale' does not exist on type 'T'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 310:23 "Argument of type '(a: Primitive | undefined, b: Primitive | undefined) => number' is not assignable to parameter of type '(a: string | number | boolean | symbol | object | Date, b: string | number | boolean | symbol | object | Date) => number'.\n Types of parameters 'a' and 'a' are incompatible.\n Type 'string | number | boolean | symbol | object | Date' is not assignable to type 'Primitive | undefined'.\n Type 'symbol' is not assignable to type 'Primitive | undefined'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 319:22 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<string>): [string, string] | [undefined, undefined]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Numeric>): [undefined, undefined] | [Numeric, Numeric]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<Numeric>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<Numeric>'.\n Type 'RawValue' is not assignable to type 'Numeric'.\n Type 'null' is not assignable to type 'Numeric'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 329:20 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<string>): [string, string] | [undefined, undefined]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Numeric>): [undefined, undefined] | [Numeric, Numeric]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<Numeric>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<Numeric>'.\n Type 'RawValue' is not assignable to type 'Numeric'.\n Type 'null' is not assignable to type 'Numeric'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 333:41 "Argument of type 'RawValue[] | [undefined, undefined]' is not assignable to parameter of type 'RawValue[]'.\n Type '[undefined, undefined]' is not assignable to type 'RawValue[]'.\n Type 'undefined' is not assignable to type 'RawValue'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 343:23 "Property 'scale' does not exist on type 'T'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 346:29 "Property 'scale' does not exist on type 'T'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 378:29 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<string>): [string, string] | [undefined, undefined]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Numeric>): [undefined, undefined] | [Numeric, Numeric]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<Numeric>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<Numeric>'.\n Type 'RawValue' is not assignable to type 'Numeric'.\n Type 'null' is not assignable to type 'Numeric'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 463:41 "Property 'isDummy' does not exist on type 'PlotScale'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 496:42 "Property 'stream' does not exist on type 'PlotScale'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 497:19 "Parameter 'px' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/scales.ts" 497:23 "Parameter 'py' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/helpers/scales.ts" 503:17 "Type 'undefined' is not assignable to type 'number'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 503:21 "Type 'undefined' is not assignable to type 'number'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 513:21 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047804 ERROR "src/lib/helpers/scales.ts" 524:21 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047804 ERROR "src/lib/transforms/rename.ts" 14:28 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047804 ERROR "src/lib/transforms/rename.ts" 16:4 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047804 ERROR "src/lib/transforms/rename.ts" 34:28 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047804 ERROR "src/lib/transforms/rename.ts" 36:4 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047804 ERROR "src/lib/transforms/rename.ts" 55:28 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047804 ERROR "src/lib/transforms/rename.ts" 57:4 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047804 ERROR "src/lib/Mark.svelte" 12:27 "Type 'Mark' is not generic."
1767912047804 ERROR "src/lib/Mark.svelte" 124:38 "Element implicitly has an 'any' type because expression of type 'ScaledChannelName' can't be used to index type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'.\n Property 'symbol' does not exist on type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/Mark.svelte" 152:25 "Element implicitly has an 'any' type because expression of type 'ScaledChannelName' can't be used to index type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'.\n Property 'symbol' does not exist on type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/Mark.svelte" 154:78 "Expected 3 arguments, but got 4."
1767912047804 ERROR "src/lib/Mark.svelte" 155:29 "Element implicitly has an 'any' type because expression of type 'ScaledChannelName' can't be used to index type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'.\n Property 'symbol' does not exist on type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/Mark.svelte" 170:25 "Argument of type 'Datum[]' is not assignable to parameter of type 'ResolvedDataRecord[]'.\n Type 'Datum' is not assignable to type 'ResolvedDataRecord'.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'ResolvedDataRecord'.\n Type 'Record<string | symbol, RawValue>' is missing the following properties from type '{ datum: Record<string | symbol, RawValue>; index: number; }': datum, index\n Type 'Datum' is not assignable to type '{ datum: Record<string | symbol, RawValue>; index: number; }'.\n Type 'Record<string | symbol, RawValue>' is missing the following properties from type '{ datum: Record<string | symbol, RawValue>; index: number; }': datum, index"
1767912047804 ERROR "src/lib/Mark.svelte" 194:31 "Element implicitly has an 'any' type because expression of type 'ScaledChannelName' can't be used to index type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'.\n Property 'symbol' does not exist on type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/Mark.svelte" 198:40 "Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'PlotScales'.\n No index signature with a parameter of type 'string' was found on type 'PlotScales'."
1767912047804 ERROR "src/lib/Mark.svelte" 207:17 "Element implicitly has an 'any' type because expression of type 'ScaledChannelName' can't be used to index type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'.\n Property 'symbol' does not exist on type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/Mark.svelte" 219:23 "Type '{ datum: Datum; resolved: ResolvedDataRecord<Datum>; index: any; valid: boolean; }' is not assignable to type 'ScaledDataRecord<Datum>'.\n Type '{ datum: Datum; resolved: ResolvedDataRecord<Datum>; index: any; valid: boolean; }' is missing the following properties from type '{ dx: number; dy: number; datum: Datum; resolved: ResolvedDataRecord<Datum>; valid: Boolean; index: number; }': dx, dy"
1767912047804 ERROR "src/lib/Mark.svelte" 222:28 "Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'ResolvedDataRecord<Datum>'.\n Property '[\"$lib/constants.js\".INDEX]' does not exist on type 'ResolvedDataRecord<Datum>'."
1767912047804 ERROR "src/lib/Mark.svelte" 226:45 "Expected 2 type arguments, but got 1."
1767912047804 ERROR "src/lib/Mark.svelte" 227:45 "Expected 2 type arguments, but got 1."
1767912047804 ERROR "src/lib/Mark.svelte" 233:29 "Element implicitly has an 'any' type because expression of type '`x${string}`' can't be used to index type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/Mark.svelte" 234:29 "Element implicitly has an 'any' type because expression of type '`y${string}`' can't be used to index type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/Mark.svelte" 247:43 "Expected 3-5 arguments, but got 6."
1767912047804 ERROR "src/lib/Mark.svelte" 250:29 "Element implicitly has an 'any' type because expression of type '`x${string}`' can't be used to index type 'ScaledDataRecord<Datum>'."
1767912047804 ERROR "src/lib/Mark.svelte" 251:29 "Element implicitly has an 'any' type because expression of type '`y${string}`' can't be used to index type 'ScaledDataRecord<Datum>'."
1767912047804 ERROR "src/lib/Mark.svelte" 268:25 "Element implicitly has an 'any' type because expression of type 'ScaledChannelName' can't be used to index type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'.\n Property 'symbol' does not exist on type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/Mark.svelte" 272:45 "Element implicitly has an 'any' type because expression of type '\"__renamed__\"' can't be used to index type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'.\n Property '__renamed__' does not exist on type '{ automatic?: boolean | undefined; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<Datum>; ... 55 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/Mark.svelte" 291:25 "Type 'string | number | true | symbol | object | Date' is not assignable to type 'undefined'.\n Type 'string' is not assignable to type 'undefined'."
1767912047804 ERROR "src/lib/Mark.svelte" 303:27 "Argument of type '{ filter?: ConstantAccessor<boolean, T>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<T>; fy?: ChannelAccessor<T>; ... 55 more ...; data: ScaledDataRecord<...>[]; }' is not assignable to parameter of type 'TransformArg<ScaledDataRecord>'.\n Type '{ filter?: ConstantAccessor<boolean, T>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<T>; fy?: ChannelAccessor<T>; ... 55 more ...; data: ScaledDataRecord<...>[]; }' is not assignable to type 'Partial<{ filter: ConstantAccessor<boolean, ScaledDataRecord>; facet: \"auto\" | \"include\" | \"exclude\"; fx: ChannelAccessor<ScaledDataRecord>; ... 55 more ...; cursor: ConstantAccessor<...>; }>'.\n Types of property 'filter' are incompatible.\n Type 'ConstantAccessor<boolean, T>' is not assignable to type 'ConstantAccessor<boolean, ScaledDataRecord>'.\n Type '(d: T, index: number) => boolean' is not assignable to type 'ConstantAccessor<boolean, ScaledDataRecord>'.\n Type '(d: T, index: number) => boolean' is not assignable to type '(d: ScaledDataRecord, index: number) => boolean'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'ScaledDataRecord' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'ScaledDataRecord'."
1767912047804 ERROR "src/lib/Mark.svelte" 306:27 "Argument of type '{ filter?: ConstantAccessor<boolean, T>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<T>; fy?: ChannelAccessor<T>; ... 55 more ...; data: ScaledDataRecord<...>[]; }' is not assignable to parameter of type 'TransformArg<ScaledDataRecord>'.\n Type '{ filter?: ConstantAccessor<boolean, T>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; fx?: ChannelAccessor<T>; fy?: ChannelAccessor<T>; ... 55 more ...; data: ScaledDataRecord<...>[]; }' is not assignable to type 'Partial<{ filter: ConstantAccessor<boolean, ScaledDataRecord>; facet: \"auto\" | \"include\" | \"exclude\"; fx: ChannelAccessor<ScaledDataRecord>; ... 55 more ...; cursor: ConstantAccessor<...>; }>'.\n Types of property 'filter' are incompatible.\n Type 'ConstantAccessor<boolean, T>' is not assignable to type 'ConstantAccessor<boolean, ScaledDataRecord>'.\n Type '(d: T, index: number) => boolean' is not assignable to type 'ConstantAccessor<boolean, ScaledDataRecord>'.\n Type '(d: T, index: number) => boolean' is not assignable to type '(d: ScaledDataRecord, index: number) => boolean'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'ScaledDataRecord' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'ScaledDataRecord'."
1767912047804 ERROR "src/lib/Mark.svelte" 322:9 "Type 'ScaledDataRecord[]' is not assignable to type 'ScaledDataRecord<Datum>[]'.\n Type 'ScaledDataRecord' is not assignable to type 'ScaledDataRecord<Datum>'.\n Type 'ScaledDataRecord' is not assignable to type '{ dx: number; dy: number; datum: Datum; resolved: ResolvedDataRecord<Datum>; valid: Boolean; index: number; }'.\n Types of property 'datum' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047804 ERROR "src/lib/hooks/usePlot.svelte.ts" 12:5 "Type '{}' is missing the following properties from type 'PlotOptions': title, subtitle, caption, height, and 34 more."
1767912047804 ERROR "src/lib/hooks/usePlot.svelte.ts" 17:5 "Type 'PlotScales | undefined' is not assignable to type 'PlotScales'.\n Type 'undefined' is not assignable to type 'PlotScales'."
1767912047804 ERROR "src/lib/hooks/usePlot.svelte.ts" 18:5 "Type 'HTMLDivElement | undefined' is not assignable to type 'HTMLDivElement'.\n Type 'undefined' is not assignable to type 'HTMLDivElement'."
1767912047804 ERROR "src/lib/hooks/usePlot.svelte.ts" 39:9 "Property 'publicState' in type 'PlotState' is not assignable to the same property in base type 'PlotState'.\n Property 'publicState' is missing in type 'PublicPlotState' but required in type 'Readonly<PlotState>'."
1767912047804 ERROR "src/lib/hooks/usePlot.svelte.ts" 92:26 "Argument of type '{ width: number; height: number; options: PlotOptions; facetWidth: number; facetHeight: number; plotWidth: number; plotHeight: number; scales: PlotScales; body: HTMLDivElement; colorSymbolRedundant: boolean; hasFilledDotMarks: boolean; css: ((d: string) => string) | null; }' is not assignable to parameter of type 'PlotState'.\n Type '{ width: number; height: number; options: PlotOptions; facetWidth: number; facetHeight: number; plotWidth: number; plotHeight: number; scales: PlotScales; body: HTMLDivElement; colorSymbolRedundant: boolean; hasFilledDotMarks: boolean; css: ((d: string) => string) | null; }' is missing the following properties from type 'PlotState': update, publicState"
1767912047804 ERROR "src/lib/marks/helpers/canvas.ts" 15:28 "'m' is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/canvas.ts" 22:29 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/canvas.ts" 23:29 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/canvas.ts" 24:29 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/canvas.ts" 25:29 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/canvas.ts" 26:37 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/canvas.ts" 28:37 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/canvas.ts" 29:48 "Argument of type 'string | null' is not assignable to parameter of type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047804 ERROR "src/lib/marks/helpers/canvas.ts" 30:80 "Argument of type 'string | CanvasGradient' is not assignable to parameter of type 'string'.\n Type 'CanvasGradient' is not assignable to type 'string'."
1767912047804 ERROR "src/lib/marks/helpers/AreaCanvas.svelte" 22:20 "Generic type 'BaseMarkProps' requires 1 type argument(s)."
1767912047804 ERROR "src/lib/marks/helpers/Anchor.svelte" 18:11 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string, any>'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 103:40 "Argument of type 'T[]' is not assignable to parameter of type 'object[]'.\n Type 'T' is not assignable to type 'object'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 188:40 "Type 'null' cannot be used as an index type."
1767912047804 ERROR "src/lib/transforms/stack.ts" 192:36 "Property 'v' does not exist on type 'number'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 192:68 "Property 'v' does not exist on type 'number'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 197:74 "Property 'i' does not exist on type 'number'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 208:13 "Type '{ [x: symbol]: any; }[]' is not assignable to type 'T[]'.\n Type '{ [x: symbol]: any; }' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to '{ [x: symbol]: any; }'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 237:9 "Type '{ offset?: StackOffset | null | undefined; order: null | StackOrder; reverse?: boolean | undefined; }' is not assignable to type 'StackOptions'.\n Type '{ offset?: StackOffset | null | undefined; order: null | StackOrder; reverse?: boolean | undefined; }' is not assignable to type '{ offset: StackOffset | null; order: StackOrder | null; reverse: boolean; }'.\n Types of property 'offset' are incompatible.\n Type 'StackOffset | null | undefined' is not assignable to type 'StackOffset | null'.\n Type 'undefined' is not assignable to type 'StackOffset | null'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 239:5 "Type '{ offset?: StackOffset | null | undefined; order?: StackOrder | null | undefined; reverse?: boolean | undefined; }' is not assignable to type 'StackOptions'.\n Type '{ offset?: StackOffset | null | undefined; order?: StackOrder | null | undefined; reverse?: boolean | undefined; }' is not assignable to type '{ offset: StackOffset | null; order: StackOrder | null; reverse: boolean; }'.\n Types of property 'offset' are incompatible.\n Type 'StackOffset | null | undefined' is not assignable to type 'StackOffset | null'.\n Type 'undefined' is not assignable to type 'StackOffset | null'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 275:9 "Object is possibly 'undefined'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 275:9 "Operator '<' cannot be applied to types 'string' and 'number'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 275:13 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<T>, accessor: (datum: T, index: number, array: Iterable<T>) => string | null | undefined): string | undefined', gave the following error.\n Argument of type 'T[] | Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to parameter of type 'Iterable<T>'.\n Type 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Iterable<T>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>, undefined>' is not assignable to type 'IteratorResult<T, any>'.\n Type 'IteratorYieldResult<Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>>' is not assignable to type 'IteratorResult<T, any>'.\n Type 'IteratorYieldResult<Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>>' is not assignable to type 'IteratorYieldResult<T>'.\n Type 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>'.\n Overload 2 of 4, '(iterable: Iterable<T>, accessor: (datum: T, index: number, array: Iterable<T>) => Numeric | null | undefined): Numeric | undefined', gave the following error.\n Argument of type 'T[] | Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to parameter of type 'Iterable<T>'.\n Type 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Iterable<T>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>, undefined>' is not assignable to type 'IteratorResult<T, any>'.\n Type 'IteratorYieldResult<Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>>' is not assignable to type 'IteratorResult<T, any>'.\n Type 'IteratorYieldResult<Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>>' is not assignable to type 'IteratorYieldResult<T>'.\n Type 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 275:42 "Type 'string | number | true | symbol | object | Date | keyof T | ((d: T, index: number) => RawValue) | { value: ChannelValue<T>; scale: boolean | null; }' cannot be used to index type 'T'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 278:24 "Argument of type 'T[] | Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to parameter of type 'T[]'.\n Type 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'T[]'.\n Type 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 279:52 "Type 'string | number | true | symbol | object | Date | keyof T | ((d: T, index: number) => RawValue) | { value: ChannelValue<T>; scale: boolean | null; }' cannot be used to index type 'T'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 291:59 "Type 'string | number | true | symbol | object | keyof T' cannot be used to index type 'T'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 292:65 "Type 'string | number | true | symbol | object | keyof T' cannot be used to index type 'T'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 295:62 "Type 'string | number | true | symbol | object | Date | keyof T | ((d: T, index: number) => RawValue) | { value: ChannelValue<T>; scale: boolean | null; }' cannot be used to index type 'T'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 303:33 "Object is possibly 'undefined'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 303:48 "Type 'string | number | true | symbol | object | keyof T' cannot be used to index type 'T'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 303:67 "Object is possibly 'undefined'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 303:82 "Type 'string | number | true | symbol | object | keyof T' cannot be used to index type 'T'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 307:40 "Type 'string | number | true | symbol | object | Date | keyof T | ((d: T, index: number) => RawValue) | { value: ChannelValue<T>; scale: boolean | null; }' cannot be used to index type 'T'."
1767912047804 ERROR "src/lib/transforms/stack.ts" 343:33 "Parameter 'args' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/transforms/stack.ts" 343:39 "Parameter 'opts' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/transforms/stack.ts" 347:33 "Parameter 'args' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/transforms/stack.ts" 347:39 "Parameter 'opts' implicitly has an 'any' type."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 11:9 "All declarations of 'layerX' must have identical modifiers."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 11:9 "Subsequent property declarations must have the same type. Property 'layerX' must be of type 'number', but here has type 'number | undefined'."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 12:9 "All declarations of 'layerY' must have identical modifiers."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 12:9 "Subsequent property declarations must have the same type. Property 'layerY' must be of type 'number', but here has type 'number | undefined'."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 109:62 "Property 'invert' does not exist on type 'PlotScale'."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 120:25 "Expected 1 arguments, but got 3."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 135:22 "No overload matches this call.\n Overload 1 of 2, '(type: keyof ElementEventMap, listener: (this: Element, ev: Event) => any, options?: boolean | EventListenerOptions | undefined): void', gave the following error.\n Argument of type 'string' is not assignable to parameter of type 'keyof ElementEventMap'.\n Overload 2 of 2, '(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void', gave the following error.\n Argument of type 'MouseEventHandler<SVGElement>' is not assignable to parameter of type 'EventListenerOrEventListenerObject'.\n Type 'MouseEventHandler<SVGElement>' is not assignable to type 'EventListener'.\n Types of parameters 'event' and 'evt' are incompatible.\n Type 'Event' is not assignable to type 'MouseEvent & { currentTarget: EventTarget & SVGElement; }'.\n Type 'Event' is missing the following properties from type 'MouseEvent': altKey, button, buttons, clientX, and 21 more."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 146:24 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 146:24 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 146:35 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 146:35 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 147:40 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047804 ERROR "src/lib/marks/helpers/events.ts" 147:40 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/Area.svelte" 71:23 "Argument of type '<Datum = [number, number]>(x?: number | ((d: Datum, index: number, data: Datum[]) => number) | undefined, y0?: number | ((d: Datum, index: number, data: Datum[]) => number) | undefined, y1?: number | ... 1 more ... | undefined) => Area<...>' is not assignable to parameter of type '(...args: RawValue[]) => Area<[number, number]>'.\n Types of parameters 'x' and 'args' are incompatible.\n Type 'RawValue' is not assignable to type 'number | ((d: [number, number], index: number, data: [number, number][]) => number) | undefined'.\n Type 'null' is not assignable to type 'number | ((d: [number, number], index: number, data: [number, number][]) => number) | undefined'."
1767912047804 ERROR "src/lib/marks/Area.svelte" 97:61 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047804 ERROR "src/lib/marks/Area.svelte" 101:17 "The '>' operator cannot be applied to type 'symbol'."
1767912047804 ERROR "src/lib/marks/Area.svelte" 112:5 "Type 'string' is not assignable to type 'MarkType'."
1767912047804 ERROR "src/lib/marks/Area.svelte" 113:6 "'data' is specified more than once, so this usage will be overwritten."
1767912047804 ERROR "src/lib/marks/Area.svelte" 121:72 "Type '{}' is missing the following properties from type 'Area<ScaledDataRecord>': x, x0, x1, y, and 9 more."
1767912047804 ERROR "src/lib/marks/Area.svelte" 127:34 "Type '{ [key: `data-sveltekit-${string}`]: string | boolean | undefined; x1?: ChannelAccessor<Datum>; x2?: ChannelAccessor<Datum>; y1?: ChannelAccessor<Datum>; ... 65 more ...; download?: ConstantAccessor<...>; }' is not assignable to type '{ [key: string]: any; href?: ConstantAccessor<string, Datum>; target?: ConstantAccessor<string, Datum>; rel?: ConstantAccessor<string, Datum>; type?: ConstantAccessor<...>; download?: ConstantAccessor<...>; }'.\n Types of property 'download' are incompatible.\n Type 'ConstantAccessor<boolean, Datum>' is not assignable to type 'ConstantAccessor<string, Datum>'.\n Type 'false' is not assignable to type 'ConstantAccessor<string, Datum>'."
1767912047804 ERROR "src/lib/marks/Area.svelte" 127:44 "Type 'ScaledDataRecord' is not assignable to type 'Datum | undefined'.\n Type 'ScaledDataRecord' is not assignable to type 'Datum'.\n 'ScaledDataRecord' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047804 ERROR "src/lib/marks/Area.svelte" 128:65 "Property 'title' does not exist on type '{ [key: `data-sveltekit-${string}`]: string | boolean | undefined; x1?: ChannelAccessor<Datum>; x2?: ChannelAccessor<Datum>; y1?: ChannelAccessor<Datum>; ... 65 more ...; download?: ConstantAccessor<...>; }'."
1767912047804 ERROR "src/lib/marks/Area.svelte" 139:60 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047804 ERROR "src/lib/marks/Area.svelte" 143:36 "This expression is not callable.\n Type '{}' has no call signatures."
1767912047804 ERROR "src/lib/marks/AreaY.svelte" 6:43 "Cannot find name 'ComponentProps'."
1767912047804 ERROR "src/lib/marks/Arrow.svelte" 80:11 "Type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }' is not assignable to type 'ArrowMarkProps'.\n Type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }' is missing the following properties from type 'ArrowMarkProps': x1, y1, x2, y2"
1767912047804 ERROR "src/lib/marks/Arrow.svelte" 108:25 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047804 ERROR "src/lib/marks/Arrow.svelte" 116:48 "This comparison appears to be unintentional because the types 'number | null' and 'boolean' have no overlap."
1767912047804 ERROR "src/lib/marks/Arrow.svelte" 127:29 "Object literal may only specify known properties, and 'strokeWidth' does not exist in type 'Partial<Record<\"symbol\" | \"filter\" | \"fill\" | \"fillOpacity\" | \"stroke\" | \"strokeOpacity\" | \"opacity\" | \"x\" | \"y\", ChannelAccessor> & { style: string; }>'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 68:54 "Property 'bandwidth' does not exist on type '(d: RawValue) => number'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 77:32 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 83:46 "Property 'tickRotate' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'tickRotate' does not exist on type 'false'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 104:26 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 105:26 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 106:72 "Property 'bandwidth' does not exist on type '(d: RawValue) => number'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 119:51 "Property 'hidden' does not exist on type 'Tick'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 121:68 "Property 'x' does not exist on type 'Tick'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 121:87 "Property 'x' does not exist on type 'Tick'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 122:36 "Property 'hidden' does not exist on type 'Tick'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 126:16 "Conversion of type 'Tick[]' to type 'ScaledDataRecord[]' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Type 'Tick' is not comparable to type 'ScaledDataRecord'.\n Type 'Tick' is missing the following properties from type '{ dx: number; dy: number; datum: Record<string | symbol, RawValue>; resolved: ResolvedDataRecord<Record<string | symbol, RawValue>>; valid: Boolean; index: number; }': dx, dy, datum, resolved, and 2 more."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 144:17 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 147:49 "Property 'anchor' does not exist on type '{ dx: ConstantAccessor<number>; dy: ConstantAccessor<number>; filter: ChannelAccessor; wordwrap: boolean; textAnchor: \"auto\" | ConstantAccessor<...>; removeDuplicateTicks: boolean; }'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 151:34 "Property 'hidden' does not exist on type 'ScaledDataRecord'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 182:40 "Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'ScaledDataRecord'.\n Property '[\"svelteplot/transforms/recordize\".RAW_VALUE]' does not exist on type 'ScaledDataRecord'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 183:49 "Property 'hidden' does not exist on type 'ScaledDataRecord'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 185:38 "Object is possibly 'null'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 188:39 "'tick.x' is possibly 'undefined'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 193:25 "Argument of type '{ datum: ScaledDataRecord; }' is not assignable to parameter of type 'ScaledDataRecord'.\n Type '{ datum: ScaledDataRecord; }' is missing the following properties from type '{ dx: number; dy: number; datum: Record<string | symbol, RawValue>; resolved: ResolvedDataRecord<Record<string | symbol, RawValue>>; valid: Boolean; index: number; }': dx, dy, resolved, valid, index"
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 206:46 "Property 'text' does not exist on type 'ScaledDataRecord'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 207:73 "Property 'text' does not exist on type 'ScaledDataRecord'."
1767912047804 ERROR "src/lib/marks/helpers/BaseAxisX.svelte" 214:25 "Argument of type '{ datum: ScaledDataRecord; }' is not assignable to parameter of type 'ScaledDataRecord'.\n Type '{ datum: ScaledDataRecord; }' is missing the following properties from type '{ dx: number; dy: number; datum: Record<string | symbol, RawValue>; resolved: ResolvedDataRecord<Record<string | symbol, RawValue>>; valid: Boolean; index: number; }': dx, dy, resolved, valid, index"
1767912047804 ERROR "src/lib/marks/AxisX.svelte" 68:9 "Object literal may only specify known properties, and 'opacity' does not exist in type 'Omit<AxisXMarkProps, \"data\" | ChannelName>'."
1767912047804 ERROR "src/lib/marks/AxisX.svelte" 109:73 "Property 'tickSpacing' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'tickSpacing' does not exist on type 'false'."
1767912047804 ERROR "src/lib/marks/AxisX.svelte" 119:34 "Property 'ticks' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'ticks' does not exist on type 'false'."
1767912047804 ERROR "src/lib/marks/AxisX.svelte" 120:46 "Property 'interval' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'interval' does not exist on type 'false'."
1767912047804 ERROR "src/lib/marks/AxisX.svelte" 129:20 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<string>): [string, string] | [undefined, undefined]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Numeric>): [undefined, undefined] | [Numeric, Numeric]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<Numeric>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<Numeric>'.\n Type 'RawValue' is not assignable to type 'Numeric'.\n Type 'null' is not assignable to type 'Numeric'."
1767912047804 ERROR "src/lib/marks/AxisX.svelte" 130:27 "A type predicate's type must be assignable to its parameter's type.\n Type 'number' is not assignable to type 'string'."
1767912047804 ERROR "src/lib/marks/AxisX.svelte" 134:29 "Operator '<=' cannot be applied to types 'string' and 'number'."
1767912047804 ERROR "src/lib/marks/AxisX.svelte" 134:46 "Operator '>=' cannot be applied to types 'string' and 'number'."
1767912047804 ERROR "src/lib/marks/AxisX.svelte" 137:13 "This comparison appears to be unintentional because the types 'string | undefined' and 'number' have no overlap."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 137:66 "Argument of type 'string | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 142:59 "Property 'tickFormat' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'tickFormat' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 148:18 "Parameter 'd' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 162:41 "Property 'numberFormat' does not exist on type 'Omit<AxisXMarkProps, \"data\" | ChannelName>'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 163:51 "Property 'percent' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'percent' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 164:35 "No overload matches this call.\n Overload 1 of 3, '(value: number | bigint | StringNumericLiteral): string', gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'number | bigint | StringNumericLiteral'.\n Type 'null' is not assignable to type 'number | bigint | StringNumericLiteral'.\n Overload 2 of 3, '(value: number | bigint): string', gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'number | bigint'.\n Type 'null' is not assignable to type 'number | bigint'.\n Overload 3 of 3, '(value: number): string', gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 167:52 "Property 'label' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'label' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 180:41 "Property 'reverse' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'reverse' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 181:75 "Property 'percent' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'percent' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 182:73 "Property 'percent' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'percent' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 187:69 "Property 'labelAnchor' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'labelAnchor' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 210:5 "Type '\"axisX\"' is not assignable to type 'MarkType'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 219:17 "Argument of type 'null' is not assignable to parameter of type 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 246:14 "Type '\"top\" | \"bottom\" | undefined' is not assignable to type '\"top\" | \"bottom\"'.\n Type 'undefined' is not assignable to type '\"top\" | \"bottom\"'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 249:13 "Type '{ titleFontSize?: number | undefined; ticks?: string | number | Datum[] | undefined; textAnchor?: ConstantAccessor<\"auto\" | TextAnchor, Datum>; ... 56 more ...; cursor?: ConstantAccessor<...>; } | { ...; } | { ...; }' is not assignable to type '{ dx: ConstantAccessor<number>; dy: ConstantAccessor<number>; filter: ChannelAccessor; wordwrap: boolean; textAnchor: \"auto\" | ConstantAccessor<...>; removeDuplicateTicks: boolean; }'.\n Property 'wordwrap' is missing in type '{ titleFontSize?: number; ticks?: number | string | Datum[]; textAnchor?: ConstantAccessor<CSS.Property.TextAnchor | \"auto\", Datum>; removeDuplicateTicks?: boolean; sort?: ((a: RawValue, b: RawValue) => number) | { ...; } | ConstantAccessor<...>; ... 54 more ...; cursor?: ConstantAccessor<...>; }' but required in type '{ dx: ConstantAccessor<number>; dy: ConstantAccessor<number>; filter: ChannelAccessor; wordwrap: boolean; textAnchor: \"auto\" | ConstantAccessor<...>; removeDuplicateTicks: boolean; }'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 251:14 "Type 'boolean | null' is not assignable to type 'boolean'.\n Type 'null' is not assignable to type 'boolean'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 252:14 "Type 'ConstantAccessor<string, Datum>' is not assignable to type 'ConstantAccessor<string>'.\n Type '(d: Datum, index: number) => string' is not assignable to type 'ConstantAccessor<string>'.\n Type '(d: Datum, index: number) => string' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => string'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'RawValue'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 253:14 "Type 'ConstantAccessor<number, Datum>' is not assignable to type 'ConstantAccessor<number>'.\n Type '(d: Datum, index: number) => number' is not assignable to type 'ConstantAccessor<number>'.\n Type '(d: Datum, index: number) => number' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => number'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'RawValue'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 254:14 "Type 'number | undefined' is not assignable to type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 256:14 "Type 'number | undefined' is not assignable to type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/AxisX.svelte" 259:13 "Type 'ScaleLinear<RawValue, number, never> & ScaleBand<RawValue[]> & ScaleOrdinal<string | Date, number, never> & ScaleOrdinal<...>' is not assignable to type '(d: RawValue) => number'.\n Types of parameters 'value' and 'd' are incompatible.\n Type 'RawValue' is not assignable to type 'NumberValue'.\n Type 'null' is not assignable to type 'NumberValue'."
1767912047805 ERROR "src/lib/marks/helpers/BaseAxisY.svelte" 74:22 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/marks/helpers/BaseAxisY.svelte" 75:22 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/marks/helpers/BaseAxisY.svelte" 76:68 "Property 'bandwidth' does not exist on type '(d: RawValue) => number'."
1767912047805 ERROR "src/lib/marks/helpers/BaseAxisY.svelte" 114:17 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/helpers/BaseAxisY.svelte" 164:17 "Argument of type '{ datum: { hidden: boolean; dx: number; dy: number; y: number; text: string | string[]; element: SVGTextElement | null; [RAW_VALUE]: RawValue; [INDEX]: number; }; }' is not assignable to parameter of type 'ScaledDataRecord'.\n Type '{ datum: { hidden: boolean; dx: number; dy: number; y: number; text: string | string[]; element: SVGTextElement | null; [RAW_VALUE]: RawValue; [INDEX]: number; }; }' is missing the following properties from type '{ dx: number; dy: number; datum: Record<string | symbol, RawValue>; resolved: ResolvedDataRecord<Record<string | symbol, RawValue>>; valid: Boolean; index: number; }': dx, dy, resolved, valid, index"
1767912047805 ERROR "src/lib/marks/helpers/BaseAxisY.svelte" 183:25 "Argument of type '{ datum: { hidden: boolean; dx: number; dy: number; y: number; text: string | string[]; element: SVGTextElement | null; [RAW_VALUE]: RawValue; [INDEX]: number; }; }' is not assignable to parameter of type 'ScaledDataRecord'.\n Type '{ datum: { hidden: boolean; dx: number; dy: number; y: number; text: string | string[]; element: SVGTextElement | null; [RAW_VALUE]: RawValue; [INDEX]: number; }; }' is missing the following properties from type '{ dx: number; dy: number; datum: Record<string | symbol, RawValue>; resolved: ResolvedDataRecord<Record<string | symbol, RawValue>>; valid: Boolean; index: number; }': dx, dy, resolved, valid, index"
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 63:9 "Type '\"auto\" | TextAnchor | ((d: RawValue, index: number) => \"auto\" | TextAnchor) | null' is not assignable to type '\"start\" | \"end\" | \"auto\" | \"middle\" | undefined'.\n Type 'null' is not assignable to type '\"start\" | \"end\" | \"auto\" | \"middle\" | undefined'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 104:74 "Property 'tickSpacing' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'tickSpacing' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 114:34 "Property 'ticks' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'ticks' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 115:46 "Property 'interval' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'interval' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 124:20 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<string>): [string, string] | [undefined, undefined]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Numeric>): [undefined, undefined] | [Numeric, Numeric]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<Numeric>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<Numeric>'.\n Type 'RawValue' is not assignable to type 'Numeric'.\n Type 'null' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 125:27 "A type predicate's type must be assignable to its parameter's type.\n Type 'number' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 129:29 "Operator '<=' cannot be applied to types 'string' and 'number'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 129:46 "Operator '>=' cannot be applied to types 'string' and 'number'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 132:13 "This comparison appears to be unintentional because the types 'string | undefined' and 'number' have no overlap."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 132:66 "Argument of type 'string | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 137:59 "Property 'tickFormat' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'tickFormat' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 143:18 "Parameter 'd' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 157:41 "Property 'numberFormat' does not exist on type 'Omit<AxisYMarkProps, \"data\" | ChannelName>'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 158:51 "Property 'percent' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'percent' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 159:35 "No overload matches this call.\n Overload 1 of 3, '(value: number | bigint | StringNumericLiteral): string', gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'number | bigint | StringNumericLiteral'.\n Type 'null' is not assignable to type 'number | bigint | StringNumericLiteral'.\n Overload 2 of 3, '(value: number | bigint): string', gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'number | bigint'.\n Type 'null' is not assignable to type 'number | bigint'.\n Overload 3 of 3, '(value: number): string', gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 162:50 "Property 'label' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'label' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 172:40 "Property 'reverse' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'reverse' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 172:104 "Property 'percent' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'percent' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 195:5 "Type '\"axisY\"' is not assignable to type 'MarkType'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 203:17 "Argument of type 'null' is not assignable to parameter of type 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 226:13 "Type '{ textAnchor: \"start\" | \"end\" | \"middle\"; labelAnchor?: \"auto\" | \"left\" | \"center\" | \"right\"; titleFontSize?: number; ticks?: number | string | Datum[]; sort?: ((a: RawValue, b: RawValue) => number) | { ...; } | ConstantAccessor<...>; ... 54 more ...; cursor?: ConstantAccessor<...>; }' is not assignable to type '{ dx: ConstantAccessor<number>; dy: ConstantAccessor<number>; textAnchor: \"start\" | \"end\" | \"middle\"; }'.\n Types of property 'dx' are incompatible.\n Type 'ConstantAccessor<number, Datum>' is not assignable to type 'ConstantAccessor<number>'.\n Type '(d: Datum, index: number) => number' is not assignable to type 'ConstantAccessor<number>'.\n Type '(d: Datum, index: number) => number' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => number'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'RawValue'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 237:14 "Type 'ConstantAccessor<string, Datum>' is not assignable to type 'ConstantAccessor<number>'.\n Type 'string' is not assignable to type 'ConstantAccessor<number>'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 238:14 "Type 'ConstantAccessor<number, Datum>' is not assignable to type 'ConstantAccessor<number>'.\n Type '(d: Datum, index: number) => number' is not assignable to type 'ConstantAccessor<number>'.\n Type '(d: Datum, index: number) => number' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => number'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'RawValue'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 239:14 "Type 'number | undefined' is not assignable to type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 241:14 "Type 'number | undefined' is not assignable to type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/AxisY.svelte" 243:13 "Type 'ScaleLinear<RawValue, number, never> & ScaleBand<RawValue[]> & ScaleOrdinal<string | Date, number, never> & ScaleOrdinal<...>' is not assignable to type '(d: RawValue) => number'.\n Types of parameters 'value' and 'd' are incompatible.\n Type 'RawValue' is not assignable to type 'NumberValue'.\n Type 'null' is not assignable to type 'NumberValue'."
1767912047805 ERROR "src/lib/core/Facet.svelte" 34:57 "Generic type 'BaseMarkProps' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/core/FacetGrid.svelte" 43:41 "Property 'paddingInner' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'paddingInner' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetGrid.svelte" 43:74 "Property 'padding' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'padding' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetGrid.svelte" 46:21 "Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/core/FacetGrid.svelte" 54:41 "Property 'paddingInner' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'paddingInner' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetGrid.svelte" 54:74 "Property 'padding' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'padding' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetGrid.svelte" 57:21 "Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/core/FacetGrid.svelte" 78:59 "Argument of type 'RawValue' is not assignable to parameter of type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/core/FacetGrid.svelte" 79:31 "Argument of type 'RawValue' is not assignable to parameter of type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 88:9 "Type '{ text?: boolean | null; anchor: \"left\" | \"right\"; style?: string | undefined; dx?: ConstantAccessor<number, RawValue>; dy?: ConstantAccessor<number, RawValue>; ... 61 more ...; removeDuplicateTicks?: boolean; }' is not assignable to type 'Partial<Omit<$$render<RawValue>.AxisYMarkProps, IgnoreDefaults> & { implicit: boolean; }>'.\n Types of property 'tickFormat' are incompatible.\n Type 'NumberFormatOptions | DateTimeFormatOptions | \"auto\" | ((d: RawValue, i: number) => string) | undefined' is not assignable to type 'NumberFormatOptions | DateTimeFormatOptions | \"auto\" | ((d: RawValue) => string) | undefined'.\n Type '(d: RawValue, i: number) => string' is not assignable to type 'NumberFormatOptions | DateTimeFormatOptions | \"auto\" | ((d: RawValue) => string) | undefined'.\n Type '(d: RawValue, i: number) => string' is not assignable to type '(d: RawValue) => string'.\n Target signature provides too few arguments. Expected 2 or more, but got 1."
1767912047805 ERROR "src/lib/core/Plot.svelte" 146:67 "This comparison appears to be unintentional because the types 'MarkType' and '\"axisX\"' have no overlap."
1767912047805 ERROR "src/lib/core/Plot.svelte" 147:67 "This comparison appears to be unintentional because the types 'MarkType' and '\"axisY\"' have no overlap."
1767912047805 ERROR "src/lib/core/Plot.svelte" 168:67 "Property 'domain' does not exist on type 'string | false | RawValue[] | Partial<ColorScaleOptions> | Partial<XScaleOptions> | Partial<ScaleOptions> | Partial<...> | Partial<...> | { ...; } | { ...; }'.\n Property 'domain' does not exist on type 'string'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 181:13 "Type 'number | \"auto\" | PlotMargin | undefined' is not assignable to type 'number | \"auto\" | undefined'.\n Type 'PlotMargin' is not assignable to type 'number | \"auto\" | undefined'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 214:15 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/core/Plot.svelte" 214:15 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 230:66 "Property 'aspectRatio' does not exist on type 'PlotScale'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 231:62 "Property 'aspectRatio' does not exist on type 'PlotScale'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 257:33 "'height' is possibly 'null'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 265:29 "Argument of type '{ options: PlotOptions; width: number; height: number | null; facetWidth: number | null; facetHeight: number | null; plotHeight: number; plotWidth: number; scales: PlotScales; colorSymbolRedundant: boolean; hasFilledDotMarks: boolean; body: HTMLDivElement | null; css: (d: string) => string | undefined; }' is not assignable to parameter of type 'PlotState'.\n Type '{ options: PlotOptions; width: number; height: number | null; facetWidth: number | null; facetHeight: number | null; plotHeight: number; plotWidth: number; scales: PlotScales; colorSymbolRedundant: boolean; hasFilledDotMarks: boolean; body: HTMLDivElement | null; css: (d: string) => string | undefined; }' is missing the following properties from type 'PlotState': update, publicState"
1767912047805 ERROR "src/lib/core/Plot.svelte" 268:26 "Argument of type '{ options: PlotOptions; width: number; height: number | null; facetWidth: number | null; facetHeight: number | null; plotHeight: number; plotWidth: number; scales: PlotScales; colorSymbolRedundant: boolean; hasFilledDotMarks: boolean; body: HTMLDivElement | null; css: (d: string) => string | undefined; }' is not assignable to parameter of type 'Partial<PlotState>'.\n Types of property 'height' are incompatible.\n Type 'number | null' is not assignable to type 'number | undefined'.\n Type 'null' is not assignable to type 'number | undefined'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 277:13 "Argument of type 'number | null' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 340:30 "Argument of type '{ options: PlotOptions; width: number; height: number | null; facetWidth: number | null; facetHeight: number | null; plotHeight: number; plotWidth: number; scales: PlotScales; colorSymbolRedundant: boolean; hasFilledDotMarks: boolean; body: HTMLDivElement | null; css: (d: string) => string | undefined; }' is not assignable to parameter of type 'Partial<PlotState>'.\n Types of property 'height' are incompatible.\n Type 'number | null' is not assignable to type 'number | undefined'.\n Type 'null' is not assignable to type 'number | undefined'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 360:28 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/core/Plot.svelte" 360:28 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 360:42 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/core/Plot.svelte" 360:42 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 364:28 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/core/Plot.svelte" 364:28 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 364:42 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/core/Plot.svelte" 364:42 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 466:17 "Type 'string' is not assignable to type 'false | NumberFormatOptions | ((d: RawValue) => string) | undefined'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 481:17 "Type 'string' is not assignable to type 'false | NumberFormatOptions | ((d: RawValue) => string) | undefined'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 507:22 "Type '\"auto\"' is not assignable to type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"ordinal\" | \"sequential\" | \"band\" | \"categorical\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | ... 6 more ... | undefined'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 545:25 "Type 'number | null' is not assignable to type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/core/Plot.svelte" 561:21 "Type 'number | null' is not assignable to type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/Frame.svelte" 65:13 "Type 'string | undefined' is not assignable to type 'string | null'.\n Type 'undefined' is not assignable to type 'string | null'."
1767912047805 ERROR "src/lib/marks/Frame.svelte" 66:73 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 49:57 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 58:64 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 62:64 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 66:70 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 79:44 "Property 'quantiles' does not exist on type 'ScaleLinear<RawValue, number, never> & ScaleBand<RawValue[]> & ScaleOrdinal<string | Date, number, never> & ScaleOrdinal<...>'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 81:46 "Property 'thresholds' does not exist on type 'ScaleLinear<RawValue, number, never> & ScaleBand<RawValue[]> & ScaleOrdinal<string | Date, number, never> & ScaleOrdinal<...>'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 84:17 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 86:18 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 86:30 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 97:17 "Type '{ domain: [number, number] | [undefined, undefined]; ticks: number[]; }' is not assignable to type 'false | RawValue[] | Partial<XScaleOptions> | undefined'.\n Types of property 'domain' are incompatible.\n Type '[number, number] | [undefined, undefined]' is not assignable to type 'RawValue[] | undefined'.\n Type '[undefined, undefined]' is not assignable to type 'RawValue[]'.\n Type 'undefined' is not assignable to type 'RawValue'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 100:43 "Type 'RawValue' is not assignable to type 'string | null | undefined'.\n Type 'number' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 102:58 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 102:73 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 102:85 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 105:33 "Type 'number' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 108:33 "Type 'number' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 110:45 "Type 'RawValue | undefined' is not assignable to type 'string | null | undefined'.\n Type 'number' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 113:32 "Type 'null' is not assignable to type 'string | undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 118:37 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<string>): [string, string] | [undefined, undefined]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Numeric>): [undefined, undefined] | [Numeric, Numeric]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<Numeric>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<Numeric>'.\n Type 'RawValue' is not assignable to type 'Numeric'.\n Type 'null' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 119:37 "Argument of type 'string | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 119:60 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 119:60 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 119:72 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 119:72 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 130:17 "Type '{ domain: [string, string] | [undefined, undefined]; tickSpacing: number; tickFormat: ((d: RawValue) => string) | { (value: number): string; (value: number | bigint): string; (value: number | bigint | Intl.StringNumericLiteral): string; }; }' is not assignable to type 'false | RawValue[] | Partial<XScaleOptions> | undefined'.\n Types of property 'domain' are incompatible.\n Type '[string, string] | [undefined, undefined]' is not assignable to type 'RawValue[] | undefined'.\n Type '[undefined, undefined]' is not assignable to type 'RawValue[]'.\n Type 'undefined' is not assignable to type 'RawValue'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 135:54 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 135:54 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 135:69 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 135:69 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 135:81 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 135:81 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 136:33 "Type 'number' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/marks/ColorLegend.svelte" 140:32 "Type 'null' is not assignable to type 'string | undefined'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 41:65 "Property 'tickSpacing' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'tickSpacing' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 51:34 "Property 'ticks' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'ticks' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 52:34 "Property 'interval' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'interval' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 57:16 "Parameter 'd' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 57:19 "Parameter 'i' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 65:5 "Type '{ [RAW_VALUE]: Datum; }[]' is not assignable to type 'Record<string | symbol, RawValue>[]'.\n Type '{ [RAW_VALUE]: Datum; }' is not assignable to type 'Record<string | symbol, RawValue>'.\n Property '[RAW_VALUE]' is incompatible with index signature.\n Type 'Datum' is not assignable to type 'RawValue'.\n Type 'Datum' is not assignable to type 'Date'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 72:33 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 74:42 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 78:35 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 78:60 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 79:35 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 79:60 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 81:63 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 84:48 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/GridX.svelte" 88:25 "Argument of type '{ datum: Record<string | symbol, RawValue>; }' is not assignable to parameter of type 'ScaledDataRecord'.\n Type '{ datum: Record<string | symbol, RawValue>; }' is missing the following properties from type '{ dx: number; dy: number; datum: Record<string | symbol, RawValue>; resolved: ResolvedDataRecord<Record<string | symbol, RawValue>>; valid: Boolean; index: number; }': dx, dy, resolved, valid, index"
1767912047805 ERROR "src/lib/marks/GridY.svelte" 39:66 "Property 'tickSpacing' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'tickSpacing' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 49:34 "Property 'ticks' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'ticks' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 50:34 "Property 'interval' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'interval' does not exist on type 'false'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 60:5 "Type '{ [RAW_VALUE]: Datum; }[]' is not assignable to type 'Record<string | symbol, RawValue>[]'.\n Type '{ [RAW_VALUE]: Datum; }' is not assignable to type 'Record<string | symbol, RawValue>'.\n Property '[RAW_VALUE]' is incompatible with index signature.\n Type 'Datum' is not assignable to type 'RawValue'.\n Type 'Datum' is not assignable to type 'Date'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 67:33 "Argument of type 'RawValue' is not assignable to parameter of type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'RawValue'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 69:42 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 74:63 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 77:48 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 79:35 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 79:60 "Argument of type 'RawValue' is not assignable to parameter of type 'Datum | null'.\n Type 'string' is not assignable to type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'string'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 80:35 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 80:60 "Argument of type 'RawValue' is not assignable to parameter of type 'Datum | null'.\n Type 'string' is not assignable to type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'string'."
1767912047805 ERROR "src/lib/marks/GridY.svelte" 83:25 "Argument of type '{ datum: { [RAW_VALUE]: RawValue; }; }' is not assignable to parameter of type 'ScaledDataRecord'.\n Type '{ datum: { [RAW_VALUE]: RawValue; }; }' is missing the following properties from type '{ dx: number; dy: number; datum: Record<string | symbol, RawValue>; resolved: ResolvedDataRecord<Record<string | symbol, RawValue>>; valid: Boolean; index: number; }': dx, dy, resolved, valid, index"
1767912047805 ERROR "src/lib/marks/SymbolLegend.svelte" 21:53 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/marks/SymbolLegend.svelte" 24:40 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 25:44 "Property 'paddingInner' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'paddingInner' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 25:77 "Property 'padding' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'padding' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 26:21 "Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 31:44 "Property 'paddingInner' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'paddingInner' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 31:77 "Property 'padding' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'padding' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 32:21 "Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 38:45 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 45:41 "Property 'tickFormat' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'tickFormat' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 48:41 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 48:66 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 49:28 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 52:37 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 53:38 "Property 'axisOptions' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axisOptions' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 54:33 "Property 'axisProps' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axisProps' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 60:45 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 67:41 "Property 'tickFormat' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'tickFormat' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 71:37 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 73:38 "Property 'axisOptions' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'axisOptions' does not exist on type 'false'."
1767912047805 ERROR "src/lib/core/FacetAxes.svelte" 74:33 "Property 'axisProps' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'axisProps' does not exist on type 'false'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 52:7 "Type '{ point: { <Domain extends { toString(): string; } = string>(range?: Iterable<NumberValue> | undefined): ScalePoint<Domain>; <Domain extends { toString(): string; }>(domain: Iterable<...>, range: Iterable<...>): ScalePoint<...>; }; ... 9 more ...; diverging: { ...; }; }' is missing the following properties from type 'Record<ScaleType, (domain?: number[] | undefined, range?: [number, number] | undefined) => (val: any) => any>': categorical, cyclical, threshold, \"quantile-cont\", and 6 more."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 133:35 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 133:35 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 133:46 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 133:46 "Object is possibly 'null'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 193:24 "Argument of type '(domain?: number[] | undefined, range?: [number, number] | undefined) => (val: any) => any' is not assignable to parameter of type '(...args: RawValue[]) => (val: any) => any'.\n Types of parameters 'domain' and 'args' are incompatible.\n Type 'RawValue' is not assignable to type 'number[] | undefined'.\n Type 'null' is not assignable to type 'number[] | undefined'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 195:12 "Property 'ticks' does not exist on type '(val: any) => any'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 198:12 "Property 'ticks' does not exist on type '(val: any) => any'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 198:51 "Argument of type 'RawValue[]' is not assignable to parameter of type '[number, number]'.\n Target requires 2 element(s) but source may have fewer."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 200:42 "Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 200:63 "Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 201:12 "Property 'ticks' does not exist on type '(val: any) => any'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 202:40 "'scaleProps.constant' is possibly 'undefined'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 249:29 "Type 'Date' cannot be used as an index type."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 249:29 "Type 'false' cannot be used as an index type."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 249:29 "Type 'null' cannot be used as an index type."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 249:29 "Type 'object' cannot be used as an index type."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 249:29 "Type 'true' cannot be used as an index type."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 250:36 "Argument of type 'RawValue' is not assignable to parameter of type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 264:36 "Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 264:50 "Argument of type 'readonly string[] | undefined' is not assignable to parameter of type 'Iterable<unknown>'.\n Type 'undefined' is not assignable to type 'Iterable<unknown>'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 265:18 "Element implicitly has an 'any' type because expression of type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"sequential\" | \"band\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | \"quantize\" | \"diverging\" | \"diverging-log\" | \"diverging-pow\" | \"diverging-sqrt\" | \"diverging-symlog\"' can't be used to index type '{ threshold: { <Domain extends number | string | Date = number, Range = number, Unknown = never>(range?: Iterable<Range> | undefined): ScaleThreshold<Domain, Range, Unknown>; <Domain extends number | string | Date, Range, Unknown = never>(domain: Iterable<...>, range: Iterable<...>): ScaleThreshold<...>; }; quantize...'.\n Property 'log' does not exist on type '{ threshold: { <Domain extends number | string | Date = number, Range = number, Unknown = never>(range?: Iterable<Range> | undefined): ScaleThreshold<Domain, Range, Unknown>; <Domain extends number | string | Date, Range, Unknown = never>(domain: Iterable<...>, range: Iterable<...>): ScaleThreshold<...>; }; quantize...'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 283:39 "Argument of type 'string' is not assignable to parameter of type 'ColorScheme'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 290:49 "Property 'toReversed' does not exist on type 'string | any[] | readonly string[]'.\n Property 'toReversed' does not exist on type 'string'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 291:14 "Element implicitly has an 'any' type because expression of type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"sequential\" | \"band\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | \"quantize\" | \"diverging\" | \"diverging-log\" | \"diverging-pow\" | \"diverging-sqrt\" | \"diverging-symlog\"' can't be used to index type '{ threshold: { <Domain extends number | string | Date = number, Range = number, Unknown = never>(range?: Iterable<Range> | undefined): ScaleThreshold<Domain, Range, Unknown>; <Domain extends number | string | Date, Range, Unknown = never>(domain: Iterable<...>, range: Iterable<...>): ScaleThreshold<...>; }; quantize...'.\n Property 'log' does not exist on type '{ threshold: { <Domain extends number | string | Date = number, Range = number, Unknown = never>(range?: Iterable<Range> | undefined): ScaleThreshold<Domain, Range, Unknown>; <Domain extends number | string | Date, Range, Unknown = never>(domain: Iterable<...>, range: Iterable<...>): ScaleThreshold<...>; }; quantize...'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 292:18 "Element implicitly has an 'any' type because expression of type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"sequential\" | \"band\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | \"quantize\" | \"diverging\" | \"diverging-log\" | \"diverging-pow\" | \"diverging-sqrt\" | \"diverging-symlog\"' can't be used to index type '{ linear: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleSequential<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleSequential<...>; }; ... 4 more ...; 'quantile-cont': {...'.\n Property 'time' does not exist on type '{ linear: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleSequential<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleSequential<...>; }; ... 4 more ...; 'quantile-cont': {...'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 292:46 "Element implicitly has an 'any' type because expression of type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"sequential\" | \"band\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | \"quantize\" | \"diverging\" | \"diverging-log\" | \"diverging-pow\" | \"diverging-sqrt\" | \"diverging-symlog\"' can't be used to index type '{ diverging: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleDiverging<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleDiverging<...>; }; 'diverging-log': { ...; }; 'diver...'.\n Property 'log' does not exist on type '{ diverging: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleDiverging<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleDiverging<...>; }; 'diverging-log': { ...; }; 'diver...'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 294:23 "Element implicitly has an 'any' type because expression of type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"sequential\" | \"band\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | \"quantize\" | \"diverging\" | \"diverging-log\" | \"diverging-pow\" | \"diverging-sqrt\" | \"diverging-symlog\"' can't be used to index type '{ linear: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleSequential<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleSequential<...>; }; ... 4 more ...; 'quantile-cont': {...'.\n Property 'time' does not exist on type '{ linear: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleSequential<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleSequential<...>; }; ... 4 more ...; 'quantile-cont': {...'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 294:49 "Element implicitly has an 'any' type because expression of type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"sequential\" | \"band\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | \"quantize\" | \"diverging\" | \"diverging-log\" | \"diverging-pow\" | \"diverging-sqrt\" | \"diverging-symlog\"' can't be used to index type '{ diverging: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleDiverging<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleDiverging<...>; }; 'diverging-log': { ...; }; 'diver...'.\n Property 'log' does not exist on type '{ diverging: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleDiverging<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleDiverging<...>; }; 'diverging-log': { ...; }; 'diver...'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 311:15 "Element implicitly has an 'any' type because expression of type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"sequential\" | \"band\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | \"quantize\" | \"diverging\" | \"diverging-log\" | \"diverging-pow\" | \"diverging-sqrt\" | \"diverging-symlog\"' can't be used to index type '{ diverging: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleDiverging<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleDiverging<...>; }; 'diverging-log': { ...; }; 'diver...'.\n Property 'log' does not exist on type '{ diverging: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleDiverging<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleDiverging<...>; }; 'diverging-log': { ...; }; 'diver...'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 312:14 "This comparison appears to be unintentional because the types '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"ordinal\" | \"sequential\" | \"band\" | \"categorical\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | ... 5 more ... | \"diverging-symlog\"' and '\"auto\"' have no overlap."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 315:46 "Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 315:67 "Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 319:15 "Element implicitly has an 'any' type because expression of type '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"sequential\" | \"band\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | \"quantize\" | \"diverging\" | \"diverging-log\" | \"diverging-pow\" | \"diverging-sqrt\" | \"diverging-symlog\"' can't be used to index type '{ linear: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleSequential<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleSequential<...>; }; ... 4 more ...; 'quantile-cont': {...'.\n Property 'time' does not exist on type '{ linear: { <Output = number, Unknown = never>(interpolator?: ((t: number) => Output) | Iterable<Output> | undefined): ScaleSequential<Output, Unknown>; <Output, Unknown = never>(domain: Iterable<...>, interpolator: ((t: number) => Output) | Iterable<...>): ScaleSequential<...>; }; ... 4 more ...; 'quantile-cont': {...'."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 320:14 "This comparison appears to be unintentional because the types '\"log\" | \"linear\" | \"pow\" | \"sqrt\" | \"symlog\" | \"time\" | \"point\" | \"ordinal\" | \"sequential\" | \"band\" | \"categorical\" | \"cyclical\" | \"threshold\" | \"quantile-cont\" | \"quantile\" | ... 5 more ... | \"diverging-symlog\"' and '\"auto\"' have no overlap."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 326:55 "Argument of type 'RawValue[]' is not assignable to parameter of type '[number, number]'.\n Target requires 2 element(s) but source may have fewer."
1767912047805 ERROR "src/lib/helpers/autoScales.ts" 333:12 "Property 'range' does not exist on type '() => string'."
1767912047805 ERROR "src/lib/Plot.svelte" 87:10 "Property 'class' is missing in type '{}' but required in type 'ColorLegendMarkProps'."
1767912047805 ERROR "src/lib/Plot.svelte" 48:32 "Property 'type' does not exist on type 'string | { type?: string | undefined; rotate?: [number, number] | [number, number, number] | undefined; domain?: object | undefined; inset?: number | undefined; clip?: Clip | undefined; } | { ...; }'.\n Property 'type' does not exist on type 'string'."
1767912047805 ERROR "src/lib/Plot.svelte" 50:40 "Property 'aspectRatio' does not exist on type '{ type: ({ width, height, rotate, precision, clip }: ProjectionOptions) => GeoProjection; aspectRatio: number; } | { type: () => { stream: (stream: any) => any; }; } | { type: () => { invert(x: number, y: number): number[]; stream(s: GeoStream): GeoTransformPrototype & GeoStream; }; }'."
1767912047805 ERROR "src/lib/Plot.svelte" 51:17 "Argument of type 'string | undefined' is not assignable to parameter of type 'string'.\n Type 'undefined' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/Plot.svelte" 65:53 "Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ title?: string | undefined; subtitle?: string | undefined; caption?: string | undefined; maxWidth?: string | undefined; width?: number | undefined; height?: number | \"auto\" | ((d: number) => number) | undefined; ... 25 more ...; sortOrdinalDomains?: boolean | undefined; }'.\n No index signature with a parameter of type 'string' was found on type '{ title?: string | undefined; subtitle?: string | undefined; caption?: string | undefined; maxWidth?: string | undefined; width?: number | undefined; height?: number | \"auto\" | ((d: number) => number) | undefined; ... 25 more ...; sortOrdinalDomains?: boolean | undefined; }'."
1767912047805 ERROR "src/lib/Plot.svelte" 66:33 "'scaleOpts' is possibly 'undefined'."
1767912047805 ERROR "src/lib/Plot.svelte" 66:43 "Property 'scale' does not exist on type 'Partial<ScaleOptions>'."
1767912047805 ERROR "src/lib/Plot.svelte" 75:46 "Object literal may only specify known properties, and 'axis' does not exist in type 'Partial<ScaleOptions>'."
1767912047805 ERROR "src/lib/Plot.svelte" 175:36 "'error' is of type 'unknown'."
1767912047805 ERROR "src/lib/Plot.svelte" 107:9 "Type '(() => { '{@render ...} must be called with a Snippet': \"import type { Snippet } from 'svelte'\"; } & unique symbol) | null' is not assignable to type 'Snippet<[]> | undefined'.\n Type 'null' is not assignable to type 'Snippet<[]> | undefined'."
1767912047805 ERROR "src/lib/Plot.svelte" 114:9 "Type '(() => { '{@render ...} must be called with a Snippet': \"import type { Snippet } from 'svelte'\"; } & unique symbol) | null' is not assignable to type 'Snippet<[]> | undefined'.\n Type 'null' is not assignable to type 'Snippet<[]> | undefined'."
1767912047805 ERROR "src/lib/Plot.svelte" 115:9 "Type 'string | { type?: string | undefined; rotate?: [number, number] | [number, number, number] | undefined; domain?: object | undefined; inset?: number | undefined; clip?: Clip | undefined; } | { ...; } | { ...; } | null | undefined' is not assignable to type 'string | { type?: string | undefined; rotate?: [number, number] | [number, number, number] | undefined; domain?: object | undefined; inset?: number | undefined; clip?: Clip | undefined; } | { ...; } | null | undefined'.\n Type '{ type: (() => { stream: (stream: any) => any; }) | (() => { invert(x: number, y: number): number[]; stream(s: GeoStream): GeoTransformPrototype & GeoStream; }) | (({ width, height, rotate, precision, clip }: ProjectionOptions) => GeoProjection); ... 4 more ...; clip?: Clip; }' is not assignable to type 'string | { type?: string | undefined; rotate?: [number, number] | [number, number, number] | undefined; domain?: object | undefined; inset?: number | undefined; clip?: Clip | undefined; } | { ...; } | null | undefined'.\n Type '{ type: (() => { stream: (stream: any) => any; }) | (() => { invert(x: number, y: number): number[]; stream(s: GeoStream): GeoTransformPrototype & GeoStream; }) | (({ width, height, rotate, precision, clip }: ProjectionOptions) => GeoProjection); ... 4 more ...; clip?: Clip; }' is not assignable to type '{ type?: string | undefined; rotate?: [number, number] | [number, number, number] | undefined; domain?: object | undefined; inset?: number | undefined; clip?: Clip | undefined; }'.\n Types of property 'type' are incompatible.\n Type '(() => { stream: (stream: any) => any; }) | (() => { invert(x: number, y: number): number[]; stream(s: GeoStream): GeoTransformPrototype & GeoStream; }) | (({ width, height, rotate, precision, clip }: ProjectionOptions) => GeoProjection)' is not assignable to type 'string | undefined'.\n Type '() => { stream: (stream: any) => any; }' is not assignable to type 'string'."
1767912047805 ERROR "src/lib/Plot.svelte" 119:13 "Property 'hasProjection' does not exist on type '{ width: number; height: number; options: PlotOptions; scales: PlotScales; }'."
1767912047805 ERROR "src/lib/Plot.svelte" 120:13 "Property 'hasExplicitAxisX' does not exist on type '{ width: number; height: number; options: PlotOptions; scales: PlotScales; }'."
1767912047805 ERROR "src/lib/Plot.svelte" 121:13 "Property 'hasExplicitAxisY' does not exist on type '{ width: number; height: number; options: PlotOptions; scales: PlotScales; }'."
1767912047805 ERROR "src/lib/Plot.svelte" 122:13 "Property 'hasExplicitGridX' does not exist on type '{ width: number; height: number; options: PlotOptions; scales: PlotScales; }'."
1767912047805 ERROR "src/lib/Plot.svelte" 123:13 "Property 'hasExplicitGridY' does not exist on type '{ width: number; height: number; options: PlotOptions; scales: PlotScales; }'."
1767912047805 ERROR "src/lib/Plot.svelte" 164:32 "'error' is of type 'unknown'."
1767912047805 ERROR "src/lib/Plot.svelte" 131:53 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/Plot.svelte" 131:81 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/Plot.svelte" 134:53 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/Plot.svelte" 134:84 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/Plot.svelte" 139:53 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/Plot.svelte" 139:82 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/Plot.svelte" 142:53 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/Plot.svelte" 142:83 "Property 'axis' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'axis' does not exist on type 'false'."
1767912047805 ERROR "src/lib/Plot.svelte" 147:70 "Property 'grid' does not exist on type 'false | RawValue[] | Partial<XScaleOptions>'.\n Property 'grid' does not exist on type 'false'."
1767912047805 ERROR "src/lib/Plot.svelte" 150:70 "Property 'grid' does not exist on type 'false | RawValue[] | Partial<YScaleOptions>'.\n Property 'grid' does not exist on type 'false'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 45:5 "Type '{ (iterable: Iterable<Numeric | null | undefined>): number; <T>(iterable: Iterable<T>, accessor: (datum: T, index: number, array: Iterable<T>) => number | ... 1 more ... | undefined): number; }' is not assignable to type 'ReducerFunc'.\n Types of parameters 'iterable' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is not assignable to type 'Iterable<Numeric | null | undefined>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<DataRow, any>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorYieldResult<Numeric | null | undefined>'.\n Type 'DataRow' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 46:5 "Type '{ (iterable: Iterable<Numeric | null | undefined>): number; <T>(iterable: Iterable<T>, accessor: (datum: T, index: number, array: Iterable<T>) => number | ... 1 more ... | undefined): number; }' is not assignable to type 'ReducerFunc'.\n Types of parameters 'iterable' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is not assignable to type 'Iterable<Numeric | null | undefined>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<DataRow, any>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorYieldResult<Numeric | null | undefined>'.\n Type 'DataRow' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 47:5 "Type '{ (iterable: Iterable<Numeric | null | undefined>): number | undefined; <T>(iterable: Iterable<T>, accessor: (datum: T, index: number, array: Iterable<T>) => number | ... 1 more ... | undefined): number | undefined; }' is not assignable to type 'ReducerFunc'.\n Types of parameters 'iterable' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is not assignable to type 'Iterable<Numeric | null | undefined>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<DataRow, any>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorYieldResult<Numeric | null | undefined>'.\n Type 'DataRow' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 48:5 "Type '{ (iterable: Iterable<Numeric | null | undefined>): number | undefined; <T>(iterable: Iterable<T>, accessor: (element: T, i: number, array: Iterable<T>) => number | ... 1 more ... | undefined): number | undefined; }' is not assignable to type 'ReducerFunc'.\n Types of parameters 'iterable' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is not assignable to type 'Iterable<Numeric | null | undefined>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<DataRow, any>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorYieldResult<Numeric | null | undefined>'.\n Type 'DataRow' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 49:16 "Parameter 'd' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 50:5 "Type '{ (iterable: Iterable<Numeric | null | undefined>): number | undefined; <T>(iterable: Iterable<T>, accessor: (datum: T, index: number, array: Iterable<T>) => number | ... 1 more ... | undefined): number | undefined; }' is not assignable to type 'ReducerFunc'.\n Types of parameters 'iterable' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is not assignable to type 'Iterable<Numeric | null | undefined>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<DataRow, any>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorYieldResult<Numeric | null | undefined>'.\n Type 'DataRow' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 51:5 "Type '{ (iterable: Iterable<Numeric | null | undefined>): number | undefined; <T>(iterable: Iterable<T>, accessor: (datum: T, index: number, array: Iterable<T>) => number | ... 1 more ... | undefined): number | undefined; }' is not assignable to type 'ReducerFunc'.\n Types of parameters 'iterable' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is not assignable to type 'Iterable<Numeric | null | undefined>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<DataRow, any>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorResult<Numeric | null | undefined, any>'.\n Type 'IteratorYieldResult<DataRow>' is not assignable to type 'IteratorYieldResult<Numeric | null | undefined>'.\n Type 'DataRow' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 52:5 "Type '(d: number[]) => number' is not assignable to type 'ReducerFunc'.\n Types of parameters 'd' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is missing the following properties from type 'number[]': length, pop, push, concat, and 34 more."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 53:5 "Type '(d: number[]) => number | undefined' is not assignable to type 'ReducerFunc'.\n Types of parameters 'd' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is missing the following properties from type 'number[]': length, pop, push, concat, and 34 more."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 54:5 "Type '(d: number[]) => number' is not assignable to type 'ReducerFunc'.\n Types of parameters 'd' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is missing the following properties from type 'number[]': length, pop, push, concat, and 34 more."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 54:34 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 55:5 "Type '(d: number[]) => number' is not assignable to type 'ReducerFunc'.\n Types of parameters 'd' and 'group' are incompatible.\n Type 'Iterable<DataRow>' is missing the following properties from type 'number[]': length, pop, push, concat, and 34 more."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 55:29 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 90:16 "Element implicitly has an 'any' type because expression of type 'ReducerName' can't be used to index type 'Record<ReducerName, ReducerFunc>'."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 100:15 "Generic type 'Channels' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 101:18 "Generic type 'Channels' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/helpers/reduce.ts" 114:21 "Element implicitly has an 'any' type because expression of type 'ReducerName' can't be used to index type 'Partial<Record<ReducerName, string>>'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 73:36 "Binding element 'data' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/bin.ts" 78:43 "Parameter 'd' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/bin.ts" 83:13 "No overload matches this call.\n Overload 1 of 3, '(count: number | ThresholdCountGenerator<number>): HistogramGeneratorNumber<number, number>', gave the following error.\n Argument of type 'number | number[] | NamedThresholdsGenerator | ThresholdCountGenerator' is not assignable to parameter of type 'number | ThresholdCountGenerator<number>'.\n Type 'string' is not assignable to type 'number | ThresholdCountGenerator<number>'.\n Overload 2 of 3, '(thresholds: ArrayLike<number> | ThresholdNumberArrayGenerator<number>): HistogramGeneratorNumber<number, number>', gave the following error.\n Argument of type 'number | number[] | NamedThresholdsGenerator | ThresholdCountGenerator' is not assignable to parameter of type 'ArrayLike<number> | ThresholdNumberArrayGenerator<number>'.\n Type 'number' is not assignable to type 'ArrayLike<number> | ThresholdNumberArrayGenerator<number>'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 89:22 "Type 'RawValue' is not assignable to type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 112:11 "Variable 'newData' implicitly has type 'any[]' in some locations where its type cannot be determined."
1767912047805 ERROR "src/lib/transforms/bin.ts" 118:6 "'options.cumulative' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 118:6 "Operator '<' cannot be applied to types 'number | boolean' and 'number'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 119:15 "Type '{ [x: symbol]: number | Date | undefined; }' is not assignable to type 'Record<string | symbol, RawValue>'.\n 'symbol' index signatures are incompatible.\n Type 'number | Date | undefined' is not assignable to type 'RawValue'.\n Type 'undefined' is not assignable to type 'RawValue'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 122:44 "Argument of type 'number | undefined' is not assignable to parameter of type 'RawValue'.\n Type 'undefined' is not assignable to type 'RawValue'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 123:61 "'group.x1' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 123:70 "Property 'getTime' does not exist on type 'number'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 124:20 "'group.x0' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 124:31 "'group.x1' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 126:33 "Type '(number | Record<string | symbol, RawValue>)[]' is not assignable to type 'Record<string | symbol, RawValue>[]'.\n Type 'number | Record<string | symbol, RawValue>' is not assignable to type 'Record<string | symbol, RawValue>'.\n Type 'number' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 133:31 "Argument of type '{ [x: string]: unknown; }' is not assignable to parameter of type 'Record<string | symbol, RawValue>'.\n 'string' index signatures are incompatible.\n Type 'unknown' is not assignable to type 'RawValue'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 141:38 "Variable 'newData' implicitly has an 'any[]' type."
1767912047805 ERROR "src/lib/transforms/bin.ts" 141:61 "Variable 'newData' implicitly has an 'any[]' type."
1767912047805 ERROR "src/lib/transforms/bin.ts" 151:28 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/transforms/bin.ts" 153:4 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/transforms/bin.ts" 164:28 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/transforms/bin.ts" 166:4 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/transforms/bin.ts" 174:28 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/transforms/bin.ts" 176:4 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/transforms/bin.ts" 189:23 "Type 'RawValue' is not assignable to type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 190:23 "Type 'RawValue' is not assignable to type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 195:45 "Parameter 'd' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/bin.ts" 196:45 "Parameter 'd' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/bin.ts" 206:25 "No overload matches this call.\n Overload 1 of 3, '(count: number | ThresholdCountGenerator<number>): HistogramGeneratorNumber<number, number>', gave the following error.\n Argument of type 'number | number[] | NamedThresholdsGenerator | ThresholdCountGenerator' is not assignable to parameter of type 'number | ThresholdCountGenerator<number>'.\n Type 'string' is not assignable to type 'number | ThresholdCountGenerator<number>'.\n Overload 2 of 3, '(thresholds: ArrayLike<number> | ThresholdNumberArrayGenerator<number>): HistogramGeneratorNumber<number, number>', gave the following error.\n Argument of type 'number | number[] | NamedThresholdsGenerator | ThresholdCountGenerator' is not assignable to parameter of type 'ArrayLike<number> | ThresholdNumberArrayGenerator<number>'.\n Type 'number' is not assignable to type 'ArrayLike<number> | ThresholdNumberArrayGenerator<number>'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 207:25 "No overload matches this call.\n Overload 1 of 3, '(count: number | ThresholdCountGenerator<number>): HistogramGeneratorNumber<number, number>', gave the following error.\n Argument of type 'number | number[] | NamedThresholdsGenerator | ThresholdCountGenerator' is not assignable to parameter of type 'number | ThresholdCountGenerator<number>'.\n Type 'string' is not assignable to type 'number | ThresholdCountGenerator<number>'.\n Overload 2 of 3, '(thresholds: ArrayLike<number> | ThresholdNumberArrayGenerator<number>): HistogramGeneratorNumber<number, number>', gave the following error.\n Argument of type 'number | number[] | NamedThresholdsGenerator | ThresholdCountGenerator' is not assignable to parameter of type 'ArrayLike<number> | ThresholdNumberArrayGenerator<number>'.\n Type 'number' is not assignable to type 'ArrayLike<number> | ThresholdNumberArrayGenerator<number>'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 209:9 "Type '(number | undefined)[]' is not assignable to type 'number[] | Date[]'.\n Type '(number | undefined)[]' is not assignable to type 'number[]'.\n Type 'number | undefined' is not assignable to type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 213:25 "No overload matches this call.\n Overload 1 of 3, '(count: number | ThresholdCountGenerator<number>): HistogramGeneratorNumber<number, number>', gave the following error.\n Argument of type 'number[] | Date[]' is not assignable to parameter of type 'number | ThresholdCountGenerator<number>'.\n Type 'number[]' is not assignable to type 'number | ThresholdCountGenerator<number>'.\n Overload 2 of 3, '(thresholds: ArrayLike<number> | ThresholdNumberArrayGenerator<number>): HistogramGeneratorNumber<number, number>', gave the following error.\n Argument of type 'number[] | Date[]' is not assignable to parameter of type 'ArrayLike<number> | ThresholdNumberArrayGenerator<number>'.\n Type 'Date[]' is not assignable to type 'ArrayLike<number> | ThresholdNumberArrayGenerator<number>'.\n Type 'Date[]' is not assignable to type 'ArrayLike<number>'.\n 'number' index signatures are incompatible.\n Type 'Date' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 240:11 "Variable 'newData' implicitly has type 'any[]' in some locations where its type cannot be determined."
1767912047805 ERROR "src/lib/transforms/bin.ts" 245:34 "Argument of type 'number | undefined' is not assignable to parameter of type 'RawValue'.\n Type 'undefined' is not assignable to type 'RawValue'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 246:62 "'groupX.x1' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 246:72 "Property 'getTime' does not exist on type 'number'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 247:20 "'groupX.x0' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 247:32 "'groupX.x1' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 250:35 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<string>): [string, string] | [undefined, undefined]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'RawValue' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Numeric>): [undefined, undefined] | [Numeric, Numeric]', gave the following error.\n Argument of type 'RawValue[]' is not assignable to parameter of type 'Iterable<Numeric>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<RawValue, undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<RawValue>' is not assignable to type 'IteratorYieldResult<Numeric>'.\n Type 'RawValue' is not assignable to type 'Numeric'.\n Type 'null' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 252:53 "Operator '<' cannot be applied to types 'number | Date' and 'string'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 252:57 "'ylo' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 253:53 "Operator '>' cannot be applied to types 'number | Date' and 'string'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 253:57 "'yhi' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 266:38 "Argument of type 'number | Date | undefined' is not assignable to parameter of type 'RawValue'.\n Type 'undefined' is not assignable to type 'RawValue'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 267:59 "'y2' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 267:62 "Property 'getTime' does not exist on type 'number | Date'.\n Property 'getTime' does not exist on type 'number'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 268:24 "'y1' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 268:24 "Operator '+' cannot be applied to types 'number' and 'number | Date'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 268:29 "'y2' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 276:42 "Argument of type 'number[]' is not assignable to parameter of type 'Record<string | symbol, RawValue>[]'.\n Type 'number' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/transforms/bin.ts" 284:38 "Variable 'newData' implicitly has an 'any[]' type."
1767912047805 ERROR "src/lib/transforms/bin.ts" 284:61 "Variable 'newData' implicitly has an 'any[]' type."
1767912047805 ERROR "src/lib/transforms/bollinger.ts" 36:18 "Argument of type '(datum: DataRecord) => RawValue' is not assignable to parameter of type '(value: T, index: number, array: T[]) => RawValue'.\n Types of parameters 'datum' and 'value' are incompatible.\n Type 'T' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/transforms/bollinger.ts" 42:9 "Type '{ __x: RawValue; __lo: number; __avg: number; __hi: number; }[]' is not assignable to type 'T[]'.\n Type '{ __x: RawValue; __lo: number; __avg: number; __hi: number; }' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to '{ __x: RawValue; __lo: number; __avg: number; __hi: number; }'."
1767912047805 ERROR "src/lib/transforms/bollinger.ts" 42:24 "Argument of type '(datum: DataRecord, i: number) => { __x: RawValue; __lo: number; __avg: number; __hi: number; }' is not assignable to parameter of type '(value: T, index: number, array: T[]) => { __x: RawValue; __lo: number; __avg: number; __hi: number; }'.\n Types of parameters 'datum' and 'value' are incompatible.\n Type 'T' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047805 ERROR "src/lib/transforms/centroid.ts" 18:35 "Argument of type 'string | number | boolean | symbol | object | Date | Datum | keyof Datum | ((d: Datum, index: number) => RawValue) | { value: ChannelValue<Datum>; scale: boolean | null; } | null' is not assignable to parameter of type 'GeoGeometryObjects | ExtendedGeometryCollection<GeoGeometryObjects> | ExtendedFeature<GeoGeometryObjects | null, GeoJsonProperties> | ExtendedFeatureCollection<...>'.\n Type 'null' is not assignable to type 'GeoGeometryObjects | ExtendedGeometryCollection<GeoGeometryObjects> | ExtendedFeature<GeoGeometryObjects | null, GeoJsonProperties> | ExtendedFeatureCollection<...>'."
1767912047805 ERROR "src/lib/transforms/centroid.ts" 18:65 "Argument of type 'Datum' is not assignable to parameter of type 'string | number | boolean | symbol | null'.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'string | number | boolean | symbol | null'."
1767912047805 ERROR "src/lib/transforms/density.ts" 128:17 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/density.ts" 128:43 "Object is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/density.ts" 131:26 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/density.ts" 167:27 "Argument of type 'string | ((u: number) => number)' is not assignable to parameter of type 'Kernel'.\n Type 'string' is not assignable to type 'Kernel'."
1767912047805 ERROR "src/lib/transforms/density.ts" 169:11 "Variable 'outData' implicitly has type 'any[]' in some locations where its type cannot be determined."
1767912047805 ERROR "src/lib/transforms/density.ts" 181:68 "This expression is not callable.\n Not all constituents of type 'Function | ((d: T, index: number) => RawValue) | ((d: string | number | boolean | symbol, index: number) => T) | (T & Function)' are callable.\n Type 'Function' has no call signatures."
1767912047805 ERROR "src/lib/transforms/density.ts" 186:60 "This expression is not callable.\n Not all constituents of type 'Function | ((d: T, index: number) => RawValue) | ((d: string | number | boolean | symbol, index: number) => T) | (T & Function)' are callable.\n Type 'Function' has no call signatures."
1767912047805 ERROR "src/lib/transforms/density.ts" 189:64 "Operator '>=' cannot be applied to types 'string | number | Date' and 'number'."
1767912047805 ERROR "src/lib/transforms/density.ts" 191:44 "Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'unknown'.\n Property '[VALUE]' does not exist on type 'unknown'."
1767912047805 ERROR "src/lib/transforms/density.ts" 196:16 "Element implicitly has an 'any' type because expression of type 'string | ((u: number) => number)' can't be used to index type '{ gaussian: number; epanechnikov: number; uniform: number; triangular: number; quartic: number; triweight: number; cosine: number; }'.\n No index signature with a parameter of type 'string' was found on type '{ gaussian: number; epanechnikov: number; uniform: number; triangular: number; quartic: number; triweight: number; cosine: number; }'."
1767912047805 ERROR "src/lib/transforms/density.ts" 196:33 "Type '(u: number) => number' cannot be used as an index type."
1767912047805 ERROR "src/lib/transforms/density.ts" 206:64 "Parameter 'd' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/density.ts" 211:41 "Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'unknown'.\n Property '[VALUE]' does not exist on type 'unknown'."
1767912047805 ERROR "src/lib/transforms/density.ts" 212:42 "Element implicitly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'unknown'.\n Property '[WEIGHT]' does not exist on type 'unknown'."
1767912047805 ERROR "src/lib/transforms/density.ts" 214:77 "Argument of type 'boolean | 1 | -1' is not assignable to parameter of type 'false | 1 | -1'.\n Type 'true' is not assignable to type 'false | 1 | -1'."
1767912047805 ERROR "src/lib/transforms/density.ts" 252:15 "Variable 'outData' implicitly has an 'any[]' type."
1767912047805 ERROR "src/lib/transforms/map.ts" 21:24 "Generic type 'Channels' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/transforms/map.ts" 24:21 "Argument of type 'T[] | Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to parameter of type 'T[]'.\n Type 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'T[]'.\n Type 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'Omit<T & { [SORT_KEY]: string | number | Date; }, unique symbol>'."
1767912047805 ERROR "src/lib/transforms/map.ts" 78:42 "Type 'Float64Array<ArrayBufferLike>' is missing the following properties from type 'number[]': pop, push, concat, shift, and 6 more."
1767912047805 ERROR "src/lib/transforms/map.ts" 78:51 "Parameter 'i' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/map.ts" 87:5 "Type 'Float64Array<ArrayBuffer>' is missing the following properties from type 'number[]': pop, push, concat, shift, and 6 more."
1767912047805 ERROR "src/lib/transforms/map.ts" 92:9 "Type '(I: number[], S: number[], T: number[]) => void' is not assignable to type '(I: number[], S: RawValue[], T: RawValue[]) => void'.\n Types of parameters 'S' and 'S' are incompatible.\n Type 'RawValue[]' is not assignable to type 'number[]'.\n Type 'RawValue' is not assignable to type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/map.ts" 101:5 "Type '(I: number[], S: number[], T: number[]) => void' is not assignable to type '(I: number[], S: RawValue[], T: RawValue[]) => void'.\n Types of parameters 'S' and 'S' are incompatible.\n Type 'RawValue[]' is not assignable to type 'number[]'.\n Type 'RawValue' is not assignable to type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 64:46 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 70:28 "Parameter 'f' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 71:43 "Parameter 'i' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 76:43 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<number>, accessor: (datum: number, index: number, array: Iterable<number>) => string | null | undefined): [string, string] | [...]', gave the following error.\n Type 'RawValue' is not assignable to type 'string | null | undefined'.\n Type 'number' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<number>, accessor: (datum: number, index: number, array: Iterable<number>) => Numeric | null | undefined): [undefined, undefined] | [...]', gave the following error.\n Type 'RawValue' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 77:19 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 77:19 "'s2' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 77:24 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 77:24 "'s1' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 79:43 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 79:50 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 79:50 "'s1' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 84:39 "Argument of type '(I: number[], S: RawValue[]) => string | number | boolean | symbol | object | undefined' is not assignable to parameter of type '(I: number[], S: RawValue[]) => number'.\n Type 'string | number | boolean | symbol | object | undefined' is not assignable to type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 87:35 "Argument of type 'string | number | boolean | symbol | object | Date' is not assignable to parameter of type 'number'.\n Type 'string' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 91:38 "Argument of type '(I: number[], S: RawValue[]) => string | number | boolean | symbol | object | undefined' is not assignable to parameter of type '(I: number[], S: RawValue[]) => number'.\n Type 'string | number | boolean | symbol | object | undefined' is not assignable to type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 94:35 "Argument of type 'string | number | boolean | symbol | object | Date' is not assignable to parameter of type 'number'.\n Type 'string' is not assignable to type 'number'."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 99:14 "Parameter 'I' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 99:17 "Parameter 'S' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 99:20 "Parameter 'T' implicitly has an 'any' type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 100:36 "Type 'unknown' cannot be used as an index type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 101:41 "Type 'unknown' cannot be used as an index type."
1767912047805 ERROR "src/lib/transforms/normalize.ts" 103:54 "'m' is possibly 'undefined'."
1767912047805 ERROR "src/lib/transforms/group.ts" 15:18 "Cannot find name 'NamedThresholdsGenerator'."
1767912047805 ERROR "src/lib/transforms/group.ts" 15:65 "Cannot find name 'ThresholdCountGenerator'."
1767912047805 ERROR "src/lib/transforms/group.ts" 59:28 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047805 ERROR "src/lib/transforms/group.ts" 59:41 "Cannot find name 'T'."
1767912047805 ERROR "src/lib/transforms/group.ts" 66:22 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/transforms/group.ts" 82:28 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047806 ERROR "src/lib/transforms/group.ts" 82:36 "Object is of type 'unknown'."
1767912047806 ERROR "src/lib/transforms/group.ts" 86:37 "Argument of type 'unknown[]' is not assignable to parameter of type 'Record<string | symbol, RawValue>[]'.\n Type 'unknown' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/transforms/group.ts" 99:31 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047806 ERROR "src/lib/transforms/group.ts" 99:44 "Cannot find name 'T'."
1767912047806 ERROR "src/lib/transforms/group.ts" 107:31 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047806 ERROR "src/lib/transforms/group.ts" 107:44 "Cannot find name 'T'."
1767912047806 ERROR "src/lib/transforms/group.ts" 116:31 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047806 ERROR "src/lib/transforms/group.ts" 116:44 "Cannot find name 'T'."
1767912047806 ERROR "src/lib/transforms/group.ts" 124:28 "Generic type 'TransformArg' requires 1 type argument(s)."
1767912047806 ERROR "src/lib/transforms/group.ts" 124:41 "Cannot find name 'T'."
1767912047806 ERROR "src/lib/transforms/group.ts" 136:17 "Property 'yPropName' does not exist on type 'GroupXOptions'. Did you mean 'xPropName'?"
1767912047806 ERROR "src/lib/transforms/group.ts" 137:23 "Property 'yPropName' does not exist on type 'GroupXOptions'. Did you mean 'xPropName'?"
1767912047806 ERROR "src/lib/transforms/group.ts" 149:32 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/transforms/group.ts" 150:29 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/transforms/group.ts" 151:32 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/transforms/group.ts" 153:56 "'d' is of type 'unknown'."
1767912047806 ERROR "src/lib/transforms/group.ts" 153:74 "'d' is of type 'unknown'."
1767912047806 ERROR "src/lib/transforms/group.ts" 180:17 "Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.\n No index signature with a parameter of type 'string' was found on type '{}'."
1767912047806 ERROR "src/lib/transforms/group.ts" 180:37 "Object is of type 'unknown'."
1767912047806 ERROR "src/lib/transforms/group.ts" 183:33 "Argument of type 'unknown[]' is not assignable to parameter of type 'Record<string | symbol, RawValue>[]'.\n Type 'unknown' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/transforms/jitter.ts" 24:92 "Type 'T' does not satisfy the constraint 'TransformArg<\"x\">'.\n Type 'T' is not assignable to type 'Channels<\"x\">'."
1767912047806 ERROR "src/lib/transforms/jitter.ts" 25:5 "Type 'TransformReturn<TransformArg<\"x\">, \"x\">' is not assignable to type 'TransformReturn<T, \"x\">'.\n Type 'TransformReturn<TransformArg<\"x\">, \"x\">' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'TransformReturn<TransformArg<\"x\">, \"x\">'."
1767912047806 ERROR "src/lib/transforms/jitter.ts" 25:19 "Argument of type 'TransformArg<T>' is not assignable to parameter of type 'TransformArg<\"x\">'.\n Type 'TransformArg<T>' is not assignable to type 'Channels<\"x\">'.\n 'string' index signatures are incompatible.\n Type 'string | number | boolean | symbol | object | Date | T | keyof T | ((d: T, index: number) => RawValue) | { value: ChannelValue<T>; scale: boolean | null; } | ((d: string | ... 2 more ... | symbol, index: number) => T) | null | undefined' is not assignable to type 'string | number | boolean | symbol | object | Date | ((d: \"x\", index: number) => RawValue) | { value: ChannelValue<\"x\">; scale: boolean | null; } | ((d: string | ... 2 more ... | symbol, index: number) => \"x\") | null | undefined'.\n Type 'T' is not assignable to type 'string | number | boolean | symbol | object | Date | ((d: \"x\", index: number) => RawValue) | { value: ChannelValue<\"x\">; scale: boolean | null; } | ((d: string | ... 2 more ... | symbol, index: number) => \"x\") | null | undefined'.\n Type 'T' is not assignable to type '{ value: ChannelValue<\"x\">; scale: boolean | null; }'."
1767912047806 ERROR "src/lib/transforms/jitter.ts" 28:92 "Type 'T' does not satisfy the constraint 'TransformArg<\"y\">'.\n Type 'T' is not assignable to type 'Channels<\"y\">'."
1767912047806 ERROR "src/lib/transforms/jitter.ts" 29:5 "Type 'TransformReturn<TransformArg<\"y\">, \"y\">' is not assignable to type 'TransformReturn<T, \"y\">'.\n Type 'TransformReturn<TransformArg<\"y\">, \"y\">' is not assignable to type 'T'.\n 'T' could be instantiated with an arbitrary type which could be unrelated to 'TransformReturn<TransformArg<\"y\">, \"y\">'."
1767912047806 ERROR "src/lib/transforms/jitter.ts" 29:19 "Argument of type 'TransformArg<T>' is not assignable to parameter of type 'TransformArg<\"y\">'.\n Type 'TransformArg<T>' is not assignable to type 'Channels<\"y\">'.\n 'string' index signatures are incompatible.\n Type 'string | number | boolean | symbol | object | Date | T | keyof T | ((d: T, index: number) => RawValue) | { value: ChannelValue<T>; scale: boolean | null; } | ((d: string | ... 2 more ... | symbol, index: number) => T) | null | undefined' is not assignable to type 'string | number | boolean | symbol | object | Date | ((d: \"y\", index: number) => RawValue) | { value: ChannelValue<\"y\">; scale: boolean | null; } | ((d: string | ... 2 more ... | symbol, index: number) => \"y\") | null | undefined'.\n Type 'T' is not assignable to type 'string | number | boolean | symbol | object | Date | ((d: \"y\", index: number) => RawValue) | { value: ChannelValue<\"y\">; scale: boolean | null; } | ((d: string | ... 2 more ... | symbol, index: number) => \"y\") | null | undefined'.\n Type 'T' is not assignable to type '{ value: ChannelValue<\"y\">; scale: boolean | null; }'."
1767912047806 ERROR "src/lib/transforms/jitter.ts" 41:9 "Type '{ data: T[]; } & Omit<C, \"data\">' is not assignable to type 'TransformReturn<C, T>'.\n Type '{ data: T[]; } & Omit<C, \"data\">' is not assignable to type 'C'.\n '{ data: T[]; } & Omit<C, \"data\">' is assignable to the constraint of type 'C', but 'C' could be instantiated with a different subtype of constraint 'TransformArg<T>'."
1767912047806 ERROR "src/lib/transforms/jitter.ts" 65:5 "Type '{ data: T[]; } & Omit<C, \"data\"> & { [k: string]: symbol; }' is not assignable to type 'TransformReturn<C, T>'.\n Type '{ data: T[]; } & Omit<C, \"data\"> & { [k: string]: symbol; }' is not assignable to type 'C'.\n '{ data: T[]; } & Omit<C, \"data\"> & { [k: string]: symbol; }' is assignable to the constraint of type 'C', but 'C' could be instantiated with a different subtype of constraint 'TransformArg<T>'."
1767912047806 ERROR "src/lib/transforms/select.ts" 22:26 "Argument of type 'Record<string | symbol, RawValue> | undefined' is not assignable to parameter of type 'Record<string | symbol, RawValue>'.\n Type 'undefined' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/transforms/select.ts" 34:34 "The '>' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/transforms/select.ts" 34:64 "The '<' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/transforms/select.ts" 36:26 "Argument of type '{ __sortby: RawValue; } | undefined' is not assignable to parameter of type 'Record<string | symbol, RawValue>'.\n Type 'undefined' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/transforms/shift.ts" 22:48 "Argument of type 'RequireAtLeastOne<ShiftXOptions, \"x\" | \"x1\" | \"x2\">' is not assignable to parameter of type 'never'.\n Type 'Pick<ShiftXOptions, never> & Required<Pick<ShiftXOptions, \"x\">> & Partial<Pick<ShiftXOptions, \"x1\" | \"x2\">>' is not assignable to type 'never'."
1767912047806 ERROR "src/lib/transforms/shift.ts" 38:44 "Argument of type 'RequireAtLeastOne<ShiftYOptions, \"y\" | \"y1\" | \"y2\">' is not assignable to parameter of type 'never'.\n Type 'Pick<ShiftYOptions, never> & Required<Pick<ShiftYOptions, \"y\">> & Partial<Pick<ShiftYOptions, \"y1\" | \"y2\">>' is not assignable to type 'never'."
1767912047806 ERROR "src/lib/transforms/shift.ts" 45:7 "Binding element 'data' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/transforms/shift.ts" 48:25 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/transforms/shift.ts" 62:27 "Type 'RegExpMatchArray | null' must have a '[Symbol.iterator]()' method that returns an iterator."
1767912047806 ERROR "src/lib/transforms/window.ts" 31:40 "Expected 1 arguments, but got 2."
1767912047806 ERROR "src/lib/transforms/window.ts" 75:42 "Property 'offset' does not exist on type 'string'."
1767912047806 ERROR "src/lib/transforms/window.ts" 76:42 "Property 'offset' does not exist on type 'string'."
1767912047806 ERROR "src/lib/transforms/window.ts" 78:45 "The '>=' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/transforms/window.ts" 78:65 "The '<=' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/marks/BarX.svelte" 47:16 "Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/BarX.svelte" 74:41 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/BarX.svelte" 75:41 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/BarX.svelte" 80:26 "Type '{ [key: `data-sveltekit-${string}`]: string | boolean | undefined; x?: ChannelAccessor<Datum>; x1?: ChannelAccessor<Datum>; x2?: ChannelAccessor<Datum>; ... 70 more ...; borderRadius?: ConstantAccessor<...>; }' is not assignable to type 'BaseRectMarkProps<Record<string | symbol, RawValue>> & Partial<{ filter: ConstantAccessor<boolean, Record<string | symbol, RawValue>>; ... 57 more ...; cursor: ConstantAccessor<...>; }>'.\n Type '{ [key: `data-sveltekit-${string}`]: string | boolean | undefined; x?: ChannelAccessor<Datum>; x1?: ChannelAccessor<Datum>; x2?: ChannelAccessor<Datum>; ... 70 more ...; borderRadius?: ConstantAccessor<...>; }' is not assignable to type 'BaseRectMarkProps<Record<string | symbol, RawValue>>'.\n Types of property 'inset' are incompatible.\n Type 'ConstantAccessor<number, Datum>' is not assignable to type 'ConstantAccessor<number, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => number' is not assignable to type 'ConstantAccessor<number, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => number' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => number'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047806 ERROR "src/lib/marks/BarX.svelte" 84:28 "'d.y' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/BarY.svelte" 48:17 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047806 ERROR "src/lib/marks/BarY.svelte" 49:16 "Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/BarY.svelte" 74:41 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/BarY.svelte" 75:41 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/BarY.svelte" 78:28 "'d.x' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/BollingerX.svelte" 31:16 "Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 50:17 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 117:15 "The '>' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 119:17 "The '<' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 126:35 "Element implicitly has an 'any' type because expression of type '\"x\" | \"y\"' can't be used to index type '{}'.\n Property 'x' does not exist on type '{}'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 127:32 "Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.\n No index signature with a parameter of type 'string' was found on type '{}'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 128:32 "Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.\n No index signature with a parameter of type 'string' was found on type '{}'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 129:34 "Element implicitly has an 'any' type because expression of type '\"x\" | \"y\"' can't be used to index type '{}'.\n Property 'x' does not exist on type '{}'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 131:29 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 131:29 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 131:43 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 131:43 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 133:31 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 133:31 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 134:31 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 134:31 "Operator '+' cannot be applied to types 'string | number | boolean | symbol | object | Date' and 'number'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 135:30 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 135:48 "Property 'fill' does not exist on type '{}'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 135:54 "Property 'map' does not exist on type 'string | number | boolean | symbol | object | Date'.\n Property 'map' does not exist on type 'string'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 135:59 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 144:47 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 146:30 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 147:28 "Parameter 'a' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 147:31 "Parameter 'b' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 151:33 "Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'string | number | boolean | symbol | object | Date'.\n Property '0' does not exist on type 'string | number | boolean | symbol | object | Date'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 151:51 "Property 'fill' does not exist on type '{}'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 158:65 "Expected 3 arguments, but got 4."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 159:65 "Expected 3 arguments, but got 4."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 165:45 "Binding element '_' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 173:20 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 174:20 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 203:47 "Type '((d: Datum) => RawValue) | undefined' is not assignable to type 'string | ((d: Datum) => RawValue)'.\n Type 'undefined' is not assignable to type 'string | ((d: Datum) => RawValue)'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 252:13 "Object literal may only specify known properties, and '\"inset\"' does not exist in type '$$render<{ [x: string]: any; }>.TickXMarkProps'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 259:13 "Object literal may only specify known properties, and '\"inset\"' does not exist in type '$$render<{ [x: string]: any; }>.TickXMarkProps'."
1767912047806 ERROR "src/lib/marks/helpers/Box.svelte" 263:36 "Type 'unique symbol' cannot be used as an index type."
1767912047806 ERROR "src/lib/marks/BoxY.svelte" 52:36 "Block-scoped variable '$props' used before its declaration."
1767912047806 ERROR "src/lib/marks/BoxY.svelte" 62:11 "Type '{ data: Datum[]; x: ChannelAccessor; y: ChannelAccessor; sort: string | ((d: Datum) => RawValue); rule: Record<string, ChannelAccessor<Datum>>; bar: Record<string, ChannelAccessor<Datum>>; ... 7 more ...; class?: string | undefined; }' is not assignable to type 'BoxYMarkProps & { class?: string | undefined; }'.\n Type '{ data: Datum[]; x: ChannelAccessor; y: ChannelAccessor; sort: string | ((d: Datum) => RawValue); rule: Record<string, ChannelAccessor<Datum>>; bar: Record<string, ChannelAccessor<Datum>>; ... 7 more ...; class?: string | undefined; }' is not assignable to type 'BoxYMarkProps'.\n Types of property 'sort' are incompatible.\n Type 'string | ((d: Datum) => RawValue)' is not assignable to type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | \"-min\" | \"-max\" | \"-median\" | \"-p25\" | \"-p75\" | ((d: Datum) => RawValue) | undefined'.\n Type 'string' is not assignable to type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | \"-min\" | \"-max\" | \"-median\" | \"-p25\" | \"-p75\" | ((d: Datum) => RawValue) | undefined'."
1767912047806 ERROR "src/lib/marks/BoxY.svelte" 68:4 "Type '{ orientation: \"y\"; data: Datum[]; x: ChannelAccessor; y: ChannelAccessor; sort?: \"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | \"-min\" | \"-max\" | \"-median\" | \"-p25\" | \"-p75\" | ((d: Datum) => RawValue); ... 9 more ...; class?: string; }' is not assignable to type '$$render<Datum>.BoxMarkProps'.\n Types of property 'sort' are incompatible.\n Type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | \"-min\" | \"-max\" | \"-median\" | \"-p25\" | \"-p75\" | ((d: Datum) => RawValue) | undefined' is not assignable to type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | ((d: Datum) => RawValue) | undefined'.\n Type '\"-min\"' is not assignable to type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | ((d: Datum) => RawValue) | undefined'. Did you mean '\"min\"'?"
1767912047806 ERROR "src/lib/marks/BoxY.svelte" 52:36 "Cannot use 'props' as a store. 'props' needs to be an object with a subscribe method on it.\n\nNo overload matches this call.\n Overload 1 of 2, '(store: SvelteStore<any>): any', gave the following error.\n Argument of type 'BoxYMarkProps & { class?: string | undefined; }' is not assignable to parameter of type 'SvelteStore<any>'.\n Property 'subscribe' is missing in type 'BoxYMarkProps & { class?: string | undefined; }' but required in type 'SvelteStore<any>'.\n Overload 2 of 2, '(store: SvelteStore<any> | null | undefined): any', gave the following error.\n Argument of type 'BoxYMarkProps & { class?: string | undefined; }' is not assignable to parameter of type 'SvelteStore<any> | null | undefined'."
1767912047806 ERROR "src/lib/marks/BoxX.svelte" 12:36 "Block-scoped variable '$props' used before its declaration."
1767912047806 ERROR "src/lib/marks/BoxX.svelte" 22:11 "Type '{ data: Record<string | symbol, RawValue>[]; x: ChannelAccessor; y: ChannelAccessor; sort: string | ((d: Record<...>) => RawValue); ... 9 more ...; class?: string | undefined; }' is not assignable to type 'BoxXMarkProps & { class?: string | undefined; }'.\n Type '{ data: Record<string | symbol, RawValue>[]; x: ChannelAccessor; y: ChannelAccessor; sort: string | ((d: Record<...>) => RawValue); ... 9 more ...; class?: string | undefined; }' is not assignable to type 'BoxXMarkProps'.\n Types of property 'sort' are incompatible.\n Type 'string | ((d: Record<string | symbol, RawValue>) => RawValue)' is not assignable to type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | \"-min\" | \"-max\" | \"-median\" | \"-p25\" | \"-p75\" | ((d: Record<string | symbol, RawValue>) => RawValue) | undefined'.\n Type 'string' is not assignable to type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | \"-min\" | \"-max\" | \"-median\" | \"-p25\" | \"-p75\" | ((d: Record<string | symbol, RawValue>) => RawValue) | undefined'."
1767912047806 ERROR "src/lib/marks/BoxX.svelte" 28:4 "Type '{ orientation: \"x\"; data: Record<string | symbol, RawValue>[]; x: ChannelAccessor; y: ChannelAccessor; ... 10 more ...; class?: string; }' is not assignable to type '$$render<Record<string | symbol, RawValue>>.BoxMarkProps'.\n Types of property 'sort' are incompatible.\n Type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | \"-min\" | \"-max\" | \"-median\" | \"-p25\" | \"-p75\" | ((d: Record<string | symbol, RawValue>) => RawValue) | undefined' is not assignable to type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | ((d: Record<string | symbol, RawValue>) => RawValue) | undefined'.\n Type '\"-min\"' is not assignable to type '\"min\" | \"max\" | \"median\" | \"p25\" | \"p75\" | ((d: Record<string | symbol, RawValue>) => RawValue) | undefined'. Did you mean '\"min\"'?"
1767912047806 ERROR "src/lib/marks/BoxX.svelte" 12:36 "Cannot use 'props' as a store. 'props' needs to be an object with a subscribe method on it.\n\nNo overload matches this call.\n Overload 1 of 2, '(store: SvelteStore<any>): any', gave the following error.\n Argument of type 'BoxXMarkProps & { class?: string | undefined; }' is not assignable to parameter of type 'SvelteStore<any>'.\n Property 'subscribe' is missing in type 'BoxXMarkProps & { class?: string | undefined; }' but required in type 'SvelteStore<any>'.\n Overload 2 of 2, '(store: SvelteStore<any> | null | undefined): any', gave the following error.\n Argument of type 'BoxXMarkProps & { class?: string | undefined; }' is not assignable to parameter of type 'SvelteStore<any> | null | undefined'."
1767912047806 ERROR "src/lib/marks/Rect.svelte" 54:5 "Type 'string' is not assignable to type 'MarkType'."
1767912047806 WARNING "src/lib/marks/Brush.svelte" 108:21 "This reference only captures the initial value of `brush`. Did you mean to reference it inside a derived instead?\nhttps://svelte.dev/e/state_referenced_locally"
1767912047806 WARNING "src/lib/marks/Brush.svelte" 109:21 "This reference only captures the initial value of `brush`. Did you mean to reference it inside a derived instead?\nhttps://svelte.dev/e/state_referenced_locally"
1767912047806 WARNING "src/lib/marks/Brush.svelte" 110:21 "This reference only captures the initial value of `brush`. Did you mean to reference it inside a derived instead?\nhttps://svelte.dev/e/state_referenced_locally"
1767912047806 WARNING "src/lib/marks/Brush.svelte" 111:21 "This reference only captures the initial value of `brush`. Did you mean to reference it inside a derived instead?\nhttps://svelte.dev/e/state_referenced_locally"
1767912047806 ERROR "src/lib/marks/Brush.svelte" 67:11 "Type '{ limitDimension?: false | \"x\" | \"y\"; constrainToDomain: boolean; resizeHandleSize: number; onbrushstart?: (evt: BrushEvent) => void; onbrushend?: (evt: BrushEvent) => void; ... 10 more ...; brush?: Brush | undefined; }' is not assignable to type 'BrushMarkProps'.\n Types of property 'brush' are incompatible.\n Type 'Brush | undefined' is not assignable to type 'Brush'.\n Type 'undefined' is not assignable to type 'Brush'."
1767912047806 ERROR "src/lib/marks/Brush.svelte" 68:9 "Property 'data' does not exist on type 'BrushMarkProps'."
1767912047806 ERROR "src/lib/marks/Brush.svelte" 360:18 "Type 'number | Date | ActionType' is not assignable to type 'number | Date'.\n Type 'boolean' is not assignable to type 'number | Date'."
1767912047806 ERROR "src/lib/marks/Brush.svelte" 360:22 "Type 'number | Date | ActionType' is not assignable to type 'number | Date'.\n Type 'boolean' is not assignable to type 'number | Date'."
1767912047806 ERROR "src/lib/marks/Brush.svelte" 360:26 "Type 'number | Date | ActionType' is not assignable to type 'ActionType'.\n Type 'number' is not assignable to type 'ActionType'."
1767912047806 ERROR "src/lib/marks/Brush.svelte" 361:18 "Type 'number | Date | ActionType' is not assignable to type 'number | Date'.\n Type 'boolean' is not assignable to type 'number | Date'."
1767912047806 ERROR "src/lib/marks/Brush.svelte" 361:22 "Type 'number | Date | ActionType' is not assignable to type 'number | Date'.\n Type 'boolean' is not assignable to type 'number | Date'."
1767912047806 ERROR "src/lib/marks/Brush.svelte" 361:26 "Type 'number | Date | ActionType' is not assignable to type 'ActionType'.\n Type 'number' is not assignable to type 'ActionType'."
1767912047806 ERROR "src/lib/marks/Brush.svelte" 407:6 "Property 'data' is missing in type '{ stroke: string | number | true | symbol | object | keyof Datum; strokeDasharray: string | ((d: Datum, index: number) => string) | null; strokeOpacity: number | ((d: Datum, index: number) => number) | null; ... 9 more ...; class: string; }' but required in type '$$render<Datum>.RectMarkProps'."
1767912047806 ERROR "src/lib/marks/Cell.svelte" 50:16 "Conversion of type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Record<string | symbol, RawValue>[] | { channel: string; }>; ... 57 more ...; data: (Record<...>[] | { ...; })[] | Omit<...>[]; } | { ...; }' to type 'CellMarkProps' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.\n Type '{ filter?: ConstantAccessor<boolean, Record<string | symbol, RawValue>[] | { channel: string; }>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 57 more ...; data: (Record<...>[] | { channel: string; })[]; }' is not comparable to type 'CellMarkProps'.\n Types of property 'data' are incompatible.\n Type '(Record<string | symbol, RawValue>[] | { channel: string; })[]' is not comparable to type 'Datum[]'.\n Type 'Record<string | symbol, RawValue>[] | { channel: string; }' is not comparable to type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'Record<string | symbol, RawValue>[] | { channel: string; }'."
1767912047806 ERROR "src/lib/marks/Cell.svelte" 50:21 "Argument of type '{ sort: { channel: string; }; [IS_SORTED]: string | number | true | symbol | object; filter?: ConstantAccessor<boolean, Record<string | symbol, RawValue>[] | { ...; }>; ... 57 more ...; data: (Record<...>[] | { ...; })[] | Omit<...>[]; } | { ...; }' is not assignable to parameter of type 'TransformArg<Record<string | symbol, RawValue>[] | { channel: string; }>'.\n Type '{ sort: { channel: string; }; [IS_SORTED]: string | number | true | symbol | object; filter?: ConstantAccessor<boolean, Record<string | symbol, RawValue>[] | { ...; }>; ... 57 more ...; data: (Record<...>[] | { ...; })[] | Omit<...>[]; }' is not assignable to type 'TransformArg<Record<string | symbol, RawValue>[] | { channel: string; }>'.\n Type '{ sort: { channel: string; }; [IS_SORTED]: string | number | true | symbol | object; filter?: ConstantAccessor<boolean, Record<string | symbol, RawValue>[] | { ...; }>; ... 57 more ...; data: (Record<...>[] | { ...; })[] | Omit<...>[]; }' is not assignable to type '{ data: (Record<string | symbol, RawValue>[] | { channel: string; })[]; }'.\n Types of property 'data' are incompatible.\n Type '(Record<string | symbol, RawValue>[] | { channel: string; })[] | Omit<(Record<string | symbol, RawValue>[] | { channel: string; }) & { [SORT_KEY]: string | ... 1 more ... | Date; }, unique symbol>[]' is not assignable to type '(Record<string | symbol, RawValue>[] | { channel: string; })[]'.\n Type 'Omit<(Record<string | symbol, RawValue>[] | { channel: string; }) & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type '(Record<string | symbol, RawValue>[] | { channel: string; })[]'.\n Type 'Omit<(Record<string | symbol, RawValue>[] | { channel: string; }) & { [SORT_KEY]: string | number | Date; }, unique symbol>' is not assignable to type 'Record<string | symbol, RawValue>[] | { channel: string; }'."
1767912047806 ERROR "src/lib/marks/Cell.svelte" 51:27 "Argument of type '{ sort: { channel: string; }; data: Record<string | symbol, RawValue>[]; }' is not assignable to parameter of type 'TransformArg<Record<string | symbol, RawValue>[] | { channel: string; }>'.\n Type '{ sort: { channel: string; }; data: Record<string | symbol, RawValue>[]; }' is not assignable to type '{ data: (Record<string | symbol, RawValue>[] | { channel: string; })[]; }'.\n Types of property 'data' are incompatible.\n Type 'Record<string | symbol, RawValue>[]' is not assignable to type '(Record<string | symbol, RawValue>[] | { channel: string; })[]'.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Record<string | symbol, RawValue>[] | { channel: string; }'.\n Type 'Record<string | symbol, RawValue>' is missing the following properties from type 'Record<string | symbol, RawValue>[]': length, pop, push, concat, and 35 more."
1767912047806 ERROR "src/lib/marks/Cell.svelte" 61:5 "Type 'string' is not assignable to type 'MarkType'."
1767912047806 ERROR "src/lib/marks/Cell.svelte" 77:28 "'d.x' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/Cell.svelte" 78:28 "'d.y' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/CellX.svelte" 15:19 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047806 ERROR "src/lib/marks/CellY.svelte" 15:19 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047806 ERROR "src/lib/marks/CustomMark.svelte" 62:8 "Type 'string' is not assignable to type 'MarkType'."
1767912047806 ERROR "src/lib/marks/CustomMark.svelte" 62:63 "Element implicitly has an 'any' type because expression of type 'ScaledChannelName' can't be used to index type '{ x?: ChannelAccessor<Datum>; x1?: ChannelAccessor<Datum>; x2?: ChannelAccessor<Datum>; y?: ChannelAccessor<Datum>; ... 61 more ...; cursor?: ConstantAccessor<...>; }'.\n Property 'symbol' does not exist on type '{ x?: ChannelAccessor<Datum>; x1?: ChannelAccessor<Datum>; x2?: ChannelAccessor<Datum>; y?: ChannelAccessor<Datum>; ... 61 more ...; cursor?: ConstantAccessor<...>; }'."
1767912047806 ERROR "src/lib/marks/CustomMarkHTML.svelte" 82:35 "Argument of type '[{ datum: Datum; x: number; y: number; }]' is not assignable to parameter of type 'never'."
1767912047806 ERROR "src/lib/marks/CustomMarkHTML.svelte" 24:27 "Type '{ datum: Datum; x: number; y: number; }' does not satisfy the constraint 'unknown[]'.\n Type '{ datum: Datum; x: number; y: number; }' is missing the following properties from type 'unknown[]': length, pop, push, concat, and 35 more."
1767912047806 ERROR "src/lib/marks/CustomMarkHTML.svelte" 47:27 "Property 'endsWith' does not exist on type '\"left\" | \"right\" | \"top\" | \"bottom\" | \"center\" | \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | ((d: Datum, index: number) => \"left\" | \"right\" | \"top\" | \"bottom\" | ... 4 more ... | \"bottom-right\")'.\n Property 'endsWith' does not exist on type '(d: Datum, index: number) => \"left\" | \"right\" | \"top\" | \"bottom\" | \"center\" | \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\"'."
1767912047806 ERROR "src/lib/marks/CustomMarkHTML.svelte" 48:28 "Property 'endsWith' does not exist on type '\"left\" | \"right\" | \"top\" | \"bottom\" | \"center\" | \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | ((d: Datum, index: number) => \"left\" | \"right\" | \"top\" | \"bottom\" | ... 4 more ... | \"bottom-right\")'.\n Property 'endsWith' does not exist on type '(d: Datum, index: number) => \"left\" | \"right\" | \"top\" | \"bottom\" | \"center\" | \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\"'."
1767912047806 ERROR "src/lib/marks/CustomMarkHTML.svelte" 49:26 "Property 'startsWith' does not exist on type '\"left\" | \"right\" | \"top\" | \"bottom\" | \"center\" | \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | ((d: Datum, index: number) => \"left\" | \"right\" | \"top\" | \"bottom\" | ... 4 more ... | \"bottom-right\")'.\n Property 'startsWith' does not exist on type '(d: Datum, index: number) => \"left\" | \"right\" | \"top\" | \"bottom\" | \"center\" | \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\"'."
1767912047806 ERROR "src/lib/marks/CustomMarkHTML.svelte" 50:29 "Property 'startsWith' does not exist on type '\"left\" | \"right\" | \"top\" | \"bottom\" | \"center\" | \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | ((d: Datum, index: number) => \"left\" | \"right\" | \"top\" | \"bottom\" | ... 4 more ... | \"bottom-right\")'.\n Property 'startsWith' does not exist on type '(d: Datum, index: number) => \"left\" | \"right\" | \"top\" | \"bottom\" | \"center\" | \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\"'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 79:16 "Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 90:55 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<Datum>, accessor: (datum: Datum, index: number, array: Iterable<Datum>) => string | null | undefined): [...] | [...]', gave the following error.\n Type 'RawValue' is not assignable to type 'string | null | undefined'.\n Type 'number' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Datum>, accessor: (datum: Datum, index: number, array: Iterable<Datum>) => Numeric | null | undefined): [...] | [...]', gave the following error.\n Type 'RawValue' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 93:56 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<Datum>, accessor: (datum: Datum, index: number, array: Iterable<Datum>) => string | null | undefined): [...] | [...]', gave the following error.\n Type 'RawValue' is not assignable to type 'string | null | undefined'.\n Type 'number' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Datum>, accessor: (datum: Datum, index: number, array: Iterable<Datum>) => Numeric | null | undefined): [...] | [...]', gave the following error.\n Type 'RawValue' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 96:56 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<Datum>, accessor: (datum: Datum, index: number, array: Iterable<Datum>) => string | null | undefined): [...] | [...]', gave the following error.\n Type 'RawValue' is not assignable to type 'string | null | undefined'.\n Type 'number' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Datum>, accessor: (datum: Datum, index: number, array: Iterable<Datum>) => Numeric | null | undefined): [...] | [...]', gave the following error.\n Type 'RawValue' is not assignable to type 'Numeric | null | undefined'.\n Type 'string' is not assignable to type 'Numeric'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 100:13 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<string>): string | undefined', gave the following error.\n Argument of type '(string | undefined)[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<string | undefined, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<string | undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<string | undefined>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'string | undefined' is not assignable to type 'string'.\n Type 'undefined' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Numeric>): Numeric | undefined', gave the following error.\n Argument of type '(string | undefined)[]' is not assignable to parameter of type 'Iterable<Numeric>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<string | undefined, undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<string | undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<string | undefined>' is not assignable to type 'IteratorYieldResult<Numeric>'.\n Type 'string | undefined' is not assignable to type 'Numeric'.\n Type 'undefined' is not assignable to type 'Numeric'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 103:13 "No overload matches this call.\n Overload 1 of 4, '(iterable: Iterable<string>): string | undefined', gave the following error.\n Argument of type '(string | undefined)[]' is not assignable to parameter of type 'Iterable<string>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<string | undefined, undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<string | undefined>' is not assignable to type 'IteratorResult<string, any>'.\n Type 'IteratorYieldResult<string | undefined>' is not assignable to type 'IteratorYieldResult<string>'.\n Type 'string | undefined' is not assignable to type 'string'.\n Type 'undefined' is not assignable to type 'string'.\n Overload 2 of 4, '(iterable: Iterable<Numeric>): Numeric | undefined', gave the following error.\n Argument of type '(string | undefined)[]' is not assignable to parameter of type 'Iterable<Numeric>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<string | undefined, undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<string | undefined>' is not assignable to type 'IteratorResult<Numeric, any>'.\n Type 'IteratorYieldResult<string | undefined>' is not assignable to type 'IteratorYieldResult<Numeric>'.\n Type 'string | undefined' is not assignable to type 'Numeric'.\n Type 'undefined' is not assignable to type 'Numeric'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 110:26 "The '>=' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 110:45 "The '<=' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 119:26 "The '>=' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 119:45 "The '<=' operator cannot be applied to type 'symbol'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 144:9 "Type 'string | number | boolean | symbol | object | null' is not assignable to type 'ConstantAccessor<number, Datum>'.\n Type 'string' is not assignable to type 'ConstantAccessor<number, Datum>'."
1767912047806 ERROR "src/lib/marks/DifferenceY.svelte" 166:9 "Type 'string | number | boolean | symbol | object | null' is not assignable to type 'ConstantAccessor<number, Datum>'.\n Type 'string' is not assignable to type 'ConstantAccessor<number, Datum>'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 23:20 "Generic type 'BaseMarkProps' requires 1 type argument(s)."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 28:63 "Parameter 'context' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 35:11 "Type '(canvas: HTMLCanvasElement) => void' is not assignable to type 'Attachment<Element>'.\n Types of parameters 'canvas' and 'element' are incompatible.\n Type 'Element' is missing the following properties from type 'HTMLCanvasElement': height, width, captureStream, getContext, and 136 more."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 47:25 "Type 'string | CanvasGradient' is not assignable to type 'string | undefined'.\n Type 'CanvasGradient' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 47:45 "Argument of type 'string | undefined' is not assignable to parameter of type 'string'.\n Type 'undefined' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 48:25 "Type 'string | CanvasGradient' is not assignable to type 'string | undefined'.\n Type 'CanvasGradient' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 48:47 "Argument of type 'string | undefined' is not assignable to parameter of type 'string'.\n Type 'undefined' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 61:43 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 63:38 "'datum.r' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 63:48 "'datum.r' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 66:40 "Argument of type 'string | undefined' is not assignable to parameter of type 'string'.\n Type 'undefined' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 77:44 "'datum.x' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/helpers/DotCanvas.svelte" 77:54 "'datum.y' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/Dot.svelte" 53:28 "Parameter 'symbolType' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Dot.svelte" 53:40 "Parameter 'size' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Dot.svelte" 75:5 "Type '{ children: (this: void, { mark, usedScales, scaledData }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Datum>[]; }) => any; [IS_SORTED]: string | ... 3 more ... | object; ... 63 more ...; defaults: { ...; }; } | { ...; }' is not assignable to type '$$render<Datum>.MarkProps | undefined'.\n Type '{ children: (this: void, { mark, usedScales, scaledData }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Datum>[]; }) => any; [IS_SORTED]: string | ... 3 more ... | object; ... 63 more ...; defaults: { ...; }; }' is not assignable to type '$$render<Datum>.MarkProps'.\n Types of property 'data' are incompatible.\n Type 'Datum[] | Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Datum[] | undefined'.\n Type 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Datum[]'.\n Type 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>' is not assignable to type 'Datum'.\n 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/Dot.svelte" 94:18 "Property 'plot' is missing in type '{ data: ScaledDataRecord<Datum>[]; mark: any; }' but required in type '$$ComponentProps'."
1767912047806 ERROR "src/lib/marks/Dot.svelte" 105:34 "Type '{ [key: `data-sveltekit-${string}`]: string | boolean | undefined; x: ChannelAccessor<Datum>; y: ChannelAccessor<Datum>; r?: ChannelAccessor<Datum>; ... 63 more ...; download?: ConstantAccessor<...>; }' is not assignable to type '{ [key: string]: any; href?: ConstantAccessor<string, Datum>; target?: ConstantAccessor<string, Datum>; rel?: ConstantAccessor<string, Datum>; type?: ConstantAccessor<...>; download?: ConstantAccessor<...>; }'.\n Types of property 'download' are incompatible.\n Type 'ConstantAccessor<boolean, Datum>' is not assignable to type 'ConstantAccessor<string, Datum>'.\n Type 'false' is not assignable to type 'ConstantAccessor<string, Datum>'."
1767912047806 ERROR "src/lib/marks/DotX.svelte" 19:2 "Type '{ [x: string]: string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; } | ((d: string | ... 2 more ... | symbol, index: number) => Record<...>) | null | undefined; [x: symbol]: string | ... 10 more ... | un...' is missing the following properties from type '$$render<Record<string | symbol, RawValue>>.DotMarkProps': x, y"
1767912047806 ERROR "src/lib/marks/DotY.svelte" 18:2 "Type '{ [x: string]: string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; } | ((d: string | ... 2 more ... | symbol, index: number) => Record<...>) | null | undefined; [x: symbol]: string | ... 10 more ... | un...' is missing the following properties from type '$$render<Record<string | symbol, RawValue>>.DotMarkProps': x, y"
1767912047806 ERROR "src/lib/marks/helpers/GeoCanvas.svelte" 23:20 "Generic type 'BaseMarkProps' requires 1 type argument(s)."
1767912047806 ERROR "src/lib/marks/helpers/GeoCanvas.svelte" 31:27 "Parameter 'value' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/GeoCanvas.svelte" 35:11 "Type '(canvas: HTMLCanvasElement) => void' is not assignable to type 'Attachment<Element>'.\n Types of parameters 'canvas' and 'element' are incompatible.\n Type 'Element' is missing the following properties from type 'HTMLCanvasElement': height, width, captureStream, getContext, and 136 more."
1767912047806 ERROR "src/lib/marks/helpers/GeoCanvas.svelte" 65:33 "Argument of type 'HTMLElement | null | undefined' is not assignable to parameter of type 'Element'.\n Type 'undefined' is not assignable to type 'Element'."
1767912047806 ERROR "src/lib/marks/helpers/GeoCanvas.svelte" 71:33 "Argument of type 'HTMLElement | null | undefined' is not assignable to parameter of type 'Element'.\n Type 'undefined' is not assignable to type 'Element'."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 67:23 "Argument of type '{ (projection?: GeoProjection | GeoStreamWrapper | null | undefined, context?: GeoContext | null | undefined): GeoPath<any, GeoPermissibleObjects>; <DatumObject extends GeoPermissibleObjects>(projection?: GeoProjection | ... 2 more ... | undefined, context?: GeoContext | ... 1 more ... | undefined): GeoPath<...>; <T...' is not assignable to parameter of type '(...args: RawValue[]) => GeoPath<unknown, GeoPermissibleObjects>'.\n Types of parameters 'projection' and 'args' are incompatible.\n Type 'RawValue' is not assignable to type 'GeoProjection | GeoStreamWrapper | null | undefined'.\n Type 'string' is not assignable to type 'GeoProjection | GeoStreamWrapper | null | undefined'."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 69:35 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 69:58 "No overload matches this call.\n The last overload gave the following error.\n Argument of type 'RawValue' is not assignable to parameter of type 'string | Date'.\n Type 'null' is not assignable to type 'string | Date'."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 77:17 "Type 'Datum[] | { type: \"Sphere\"; }[]' is not assignable to type 'Datum[]'.\n Type '{ type: \"Sphere\"; }[]' is not assignable to type 'Datum[]'.\n Type '{ type: \"Sphere\"; }' is not assignable to type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to '{ type: \"Sphere\"; }'."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 85:5 "Type '{ children: (this: void, { mark, scaledData, usedScales }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Record<string | symbol, RawValue>>[]; }) => any; ... 62 more ...; channels: (\"fill\" | ... 4 more ... | \"opacity\")[]; } | { ...; }' is not assignable to type '$$render<Record<string | symbol, RawValue>>.MarkProps | undefined'.\n Type '{ children: (this: void, { mark, scaledData, usedScales }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Record<string | symbol, RawValue>>[]; }) => any; ... 62 more ...; channels: (\"fill\" | ... 4 more ... | \"opacity\")[]; }' is not assignable to type '$$render<Record<string | symbol, RawValue>>.MarkProps'.\n Types of property 'data' are incompatible.\n Type 'Datum[] | Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Record<string | symbol, RawValue>[] | undefined'.\n Type 'Datum[]' is not assignable to type 'Record<string | symbol, RawValue>[]'.\n Type 'Datum' is not assignable to type 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 99:34 "Type '{ [key: `data-sveltekit-${string}`]: string | boolean | undefined; title?: ConstantAccessor<string, Datum>; r?: ChannelAccessor<Datum>; svgFilter?: ConstantAccessor<...>; ... 62 more ...; download?: ConstantAccessor<...>; }' is not assignable to type '{ [key: string]: any; href?: ConstantAccessor<string, Record<string | symbol, RawValue>>; target?: ConstantAccessor<string, Record<string | symbol, RawValue>>; rel?: ConstantAccessor<...>; type?: ConstantAccessor<...>; download?: ConstantAccessor<...>; }'.\n Types of property 'href' are incompatible.\n Type 'ConstantAccessor<string, Datum>' is not assignable to type 'ConstantAccessor<string, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => string' is not assignable to type 'ConstantAccessor<string, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => string' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => string'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 100:62 "Property 'title' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'title' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 101:65 "Property 'geometry' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'geometry' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 113:58 "Property 'svgFilter' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'. Did you mean 'filter'?\n Property 'svgFilter' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Geo.svelte" 116:37 "Type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }' is not assignable to type 'Partial<{ filter: ConstantAccessor<boolean, DataRow>; facet: \"auto\" | \"include\" | \"exclude\"; fx: ChannelAccessor<DataRow>; fy: ChannelAccessor<...>; ... 54 more ...; cursor: ConstantAccessor<...>; }>'.\n Type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }' is not assignable to type 'Partial<{ filter: ConstantAccessor<boolean, DataRow>; facet: \"auto\" | \"include\" | \"exclude\"; fx: ChannelAccessor<DataRow>; fy: ChannelAccessor<...>; ... 54 more ...; cursor: ConstantAccessor<...>; }>'.\n Types of property 'filter' are incompatible.\n Type 'ConstantAccessor<boolean, Datum>' is not assignable to type 'ConstantAccessor<boolean, DataRow>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type 'ConstantAccessor<boolean, DataRow>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type '(d: DataRow, index: number) => boolean'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'DataRow' is not assignable to type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'DataRow'."
1767912047806 ERROR "src/lib/marks/Image.svelte" 58:11 "Type '{ mark: (this: void, { record, index, usedScales }: { record: ScaledDataRecord<Datum>; index: number; usedScales: UsedScales; }) => any; [IS_SORTED]: string | ... 3 more ... | object; ... 60 more ...; type: string; } | { ...; }' is not assignable to type '$$render<Datum>.CustomMarkProps | undefined'.\n Type '{ mark: (this: void, { record, index, usedScales }: { record: ScaledDataRecord<Datum>; index: number; usedScales: UsedScales; }) => any; [IS_SORTED]: string | number | true | symbol | object; ... 60 more ...; type: string; }' is not assignable to type '$$render<Datum>.CustomMarkProps'.\n Types of property 'data' are incompatible.\n Type 'Datum[] | Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Datum[] | undefined'.\n Type 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Datum[]'.\n Type 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>' is not assignable to type 'Datum'.\n 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/Image.svelte" 63:18 "Type '{ [key: `data-sveltekit-${string}`]: string | boolean | undefined; x: ChannelAccessor<Datum>; y: ChannelAccessor<Datum>; r?: ChannelAccessor<Datum>; ... 63 more ...; download?: ConstantAccessor<...>; }' is not assignable to type '{ [key: string]: any; href?: ConstantAccessor<string, Datum>; target?: ConstantAccessor<string, Datum>; rel?: ConstantAccessor<string, Datum>; type?: ConstantAccessor<...>; download?: ConstantAccessor<...>; }'.\n Types of property 'download' are incompatible.\n Type 'ConstantAccessor<boolean, Datum>' is not assignable to type 'ConstantAccessor<string, Datum>'.\n Type 'false' is not assignable to type 'ConstantAccessor<string, Datum>'."
1767912047806 ERROR "src/lib/marks/Image.svelte" 67:20 "'record.x' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/Image.svelte" 67:31 "'w' is possibly 'null'."
1767912047806 ERROR "src/lib/marks/Image.svelte" 68:20 "'record.y' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/Image.svelte" 68:31 "'h' is possibly 'null'."
1767912047806 ERROR "src/lib/marks/helpers/MarkerPath.svelte" 65:9 "Property 'dInv' does not exist on type 'MarkerPathProps'."
1767912047806 ERROR "src/lib/marks/helpers/MarkerPath.svelte" 67:16 "Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/helpers/MarkerPath.svelte" 84:48 "Object is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/helpers/MarkerPath.svelte" 85:47 "Object is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/helpers/MarkerPath.svelte" 86:65 "Object is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/helpers/MarkerPath.svelte" 102:107 "'marker' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer."
1767912047806 ERROR "src/lib/marks/helpers/MarkerPath.svelte" 102:87 "Block-scoped variable 'marker' used before its declaration."
1767912047806 ERROR "src/lib/marks/helpers/MarkerPath.svelte" 105:29 "Expected 0 arguments, but got 2."
1767912047806 ERROR "src/lib/marks/helpers/MarkerPath.svelte" 117:45 "Operator '+' cannot be applied to types '(number | ((d: Datum, index: number) => number)) & (number | ((d: Record<string | symbol, RawValue>, index: number) => number))' and 'number'."
1767912047806 ERROR "src/lib/marks/helpers/LineCanvas.svelte" 22:20 "Generic type 'BaseMarkProps' requires 1 type argument(s)."
1767912047806 ERROR "src/lib/marks/Line.svelte" 57:9 "Type 'null' is not assignable to type 'string | undefined'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 83:13 "Variable 'group' implicitly has type 'any[]' in some locations where its type cannot be determined."
1767912047806 ERROR "src/lib/marks/Line.svelte" 84:25 "Variable 'group' implicitly has an 'any[]' type."
1767912047806 ERROR "src/lib/marks/Line.svelte" 87:56 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 100:38 "Property 'z' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'z' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 104:11 "Type 'Line<ScaledDataRecord> | { (lineData: ScaledDataRecord[]): string | null; context: { <C extends GeoContext | null>(): C; (context: GeoContext | null): GeoPath<...>; }; }' is not assignable to type 'Line<ScaledDataRecord>'.\n Type '{ (lineData: ScaledDataRecord[]): string | null; context: { <C extends GeoContext | null>(): C; (context: GeoContext | null): GeoPath<any, GeoPermissibleObjects>; }; }' is missing the following properties from type 'Line<ScaledDataRecord>': x, y, defined, curve"
1767912047806 ERROR "src/lib/marks/Line.svelte" 107:29 "Argument of type '<Datum = [number, number]>(x?: number | ((d: Datum, index: number, data: Datum[]) => number) | undefined, y?: number | ((d: Datum, index: number, data: Datum[]) => number) | undefined) => Line<...>' is not assignable to parameter of type '(...args: RawValue[]) => Line<[number, number]>'.\n Types of parameters 'x' and 'args' are incompatible.\n Type 'RawValue' is not assignable to type 'number | ((d: [number, number], index: number, data: [number, number][]) => number) | undefined'.\n Type 'null' is not assignable to type 'number | ((d: [number, number], index: number, data: [number, number][]) => number) | undefined'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 108:74 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 109:23 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Line.svelte" 110:23 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Line.svelte" 111:29 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Line.svelte" 115:25 "Parameter 'projection' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Line.svelte" 118:17 "Variable 'line' implicitly has type 'any[]' in some locations where its type cannot be determined."
1767912047806 ERROR "src/lib/marks/Line.svelte" 119:28 "Variable 'line' implicitly has an 'any[]' type."
1767912047806 ERROR "src/lib/marks/Line.svelte" 124:32 "Variable 'line' implicitly has an 'any[]' type."
1767912047806 ERROR "src/lib/marks/Line.svelte" 136:5 "Type '{ children: (this: void, { mark, usedScales, scaledData }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Datum>[]; }) => any; [IS_SORTED]: string | ... 3 more ... | object; ... 62 more ...; required: (\"x\" | \"y\")[]; } | { ...; }' is not assignable to type '$$render<Datum>.MarkProps | undefined'.\n Type '{ children: (this: void, { mark, usedScales, scaledData }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Datum>[]; }) => any; [IS_SORTED]: string | ... 3 more ... | object; ... 62 more ...; required: (\"x\" | \"y\")[]; }' is not assignable to type '$$render<Datum>.MarkProps'.\n Types of property 'data' are incompatible.\n Type 'Datum[] | Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Datum[] | undefined'.\n Type 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Datum[]'.\n Type 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>' is not assignable to type 'Datum'.\n 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 161:45 "Argument of type '{ stroke: string; strokeOpacity: number; strokeWidth: number; [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; ... 54 more ...; data: Datum[] | Omit<...>[]; } | { ...; }' is not assignable to parameter of type 'Partial<Record<\"symbol\" | \"filter\" | \"fill\" | \"fillOpacity\" | \"stroke\" | \"strokeOpacity\" | \"opacity\" | \"x\" | \"y\", ChannelAccessor> & { style: string; }>'.\n Object literal may only specify known properties, and 'strokeWidth' does not exist in type 'Partial<Record<\"symbol\" | \"filter\" | \"fill\" | \"fillOpacity\" | \"stroke\" | \"strokeOpacity\" | \"opacity\" | \"x\" | \"y\", ChannelAccessor> & { style: string; }>'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 163:49 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 195:45 "Type '\"fontSize\"' is not assignable to type '\"sort\" | \"filter\" | \"fill\" | \"data\" | \"style\" | \"facet\" | \"fx\" | \"fy\" | \"dx\" | \"dy\" | \"dodgeX\" | \"dodgeY\" | \"fillOpacity\" | \"stroke\" | \"strokeWidth\" | \"strokeOpacity\" | \"strokeLinejoin\" | ... 42 more ... | \"cursor\"'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 196:45 "Type '\"fontWeight\"' is not assignable to type '\"sort\" | \"filter\" | \"fill\" | \"data\" | \"style\" | \"facet\" | \"fx\" | \"fy\" | \"dx\" | \"dy\" | \"dodgeX\" | \"dodgeY\" | \"fillOpacity\" | \"stroke\" | \"strokeWidth\" | \"strokeOpacity\" | \"strokeLinejoin\" | ... 42 more ... | \"cursor\"'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 197:45 "Type '\"fontStyle\"' is not assignable to type '\"sort\" | \"filter\" | \"fill\" | \"data\" | \"style\" | \"facet\" | \"fx\" | \"fy\" | \"dx\" | \"dy\" | \"dodgeX\" | \"dodgeY\" | \"fillOpacity\" | \"stroke\" | \"strokeWidth\" | \"strokeOpacity\" | \"strokeLinejoin\" | ... 42 more ... | \"cursor\"'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 198:45 "Type '\"textAnchor\"' is not assignable to type '\"sort\" | \"filter\" | \"fill\" | \"data\" | \"style\" | \"facet\" | \"fx\" | \"fy\" | \"dx\" | \"dy\" | \"dodgeX\" | \"dodgeY\" | \"fillOpacity\" | \"stroke\" | \"strokeWidth\" | \"strokeOpacity\" | \"strokeLinejoin\" | ... 42 more ... | \"cursor\"'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 200:41 "Object literal may only specify known properties, and 'strokeWidth' does not exist in type 'Partial<Record<\"symbol\" | \"filter\" | \"fill\" | \"fillOpacity\" | \"stroke\" | \"strokeOpacity\" | \"opacity\" | \"x\" | \"y\", ChannelAccessor> & { style: string; }>'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 200:59 "Property 'textStrokeWidth' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'. Did you mean 'strokeWidth'?\n Property 'textStrokeWidth' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 201:52 "Property 'textStrokeWidth' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'. Did you mean 'strokeWidth'?\n Property 'textStrokeWidth' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 202:52 "Property 'textStroke' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'textStroke' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 205:52 "Property 'textFill' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'textFill' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 206:54 "Property 'textStroke' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'textStroke' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 215:55 "Property 'markerStart' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'markerStart' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 216:53 "Property 'markerMid' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'markerMid' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 217:53 "Property 'markerEnd' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'markerEnd' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 218:50 "Property 'marker' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'marker' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 219:37 "Type 'ConstantAccessor<number, Datum>' is not assignable to type '((number | ((d: Datum, index: number) => number)) & (number | ((d: Record<string | symbol, RawValue>, index: number) => number))) | null | undefined'.\n Type '(d: Datum, index: number) => number' is not assignable to type '((number | ((d: Datum, index: number) => number)) & (number | ((d: Record<string | symbol, RawValue>, index: number) => number))) | null | undefined'.\n Type '(d: Datum, index: number) => number' is not assignable to type 'number & ((d: Record<string | symbol, RawValue>, index: number) => number)'.\n Type '(d: Datum, index: number) => number' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 224:38 "Type 'string | null' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 225:37 "Type 'string | null' is not assignable to type 'string | undefined'.\n Type 'null' is not assignable to type 'string | undefined'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 226:37 "Type 'string | null' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 228:46 "Property 'textStartOffset' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'textStartOffset' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Line.svelte" 232:38 "Type 'string | null' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/LineX.svelte" 11:19 "Module '\"$lib/index.js\"' has no exported member 'DataRow'."
1767912047806 ERROR "src/lib/marks/LineY.svelte" 11:19 "Module '\"$lib/index.js\"' has no exported member 'DataRow'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 93:34 "Argument of type '<Datum = [number, number]>(x?: number | ((d: Datum, index: number, data: Datum[]) => number) | undefined, y?: number | ((d: Datum, index: number, data: Datum[]) => number) | undefined) => Line<...>' is not assignable to parameter of type '(...args: RawValue[]) => Line<[number, number]>'.\n Types of parameters 'x' and 'args' are incompatible.\n Type 'RawValue' is not assignable to type 'number | ((d: [number, number], index: number, data: [number, number][]) => number) | undefined'.\n Type 'null' is not assignable to type 'number | ((d: [number, number], index: number, data: [number, number][]) => number) | undefined'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 95:17 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Link.svelte" 96:17 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Link.svelte" 100:13 "This expression is not callable.\n Type '{}' has no call signatures."
1767912047806 ERROR "src/lib/marks/Link.svelte" 113:11 "Type '(d: ScaledDataRecord, reversed?: boolean) => string | null' is not assignable to type '(d: ScaledDataRecord, reversed: boolean) => string'.\n Type 'string | null' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 121:38 "Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 121:59 "Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 132:25 "Parameter 'projection' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/Link.svelte" 166:29 "'textAnchor' is specified more than once, so this usage will be overwritten."
1767912047806 ERROR "src/lib/marks/Link.svelte" 170:29 "Object literal may only specify known properties, and 'strokeWidth' does not exist in type 'Partial<Record<\"symbol\" | \"filter\" | \"fill\" | \"fillOpacity\" | \"stroke\" | \"strokeOpacity\" | \"opacity\" | \"x\" | \"y\", ChannelAccessor> & { style: string; }>'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 182:25 "Type 'string | null' is not assignable to type 'string | undefined'.\n Type 'null' is not assignable to type 'string | undefined'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 185:25 "Type 'string | undefined' is not assignable to type 'string'.\n Type 'undefined' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 186:44 "Expected 2 arguments, but got 1."
1767912047806 ERROR "src/lib/marks/Link.svelte" 186:67 "Expected 2 arguments, but got 1."
1767912047806 ERROR "src/lib/marks/Link.svelte" 188:26 "Type 'string | null' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 189:25 "Type 'string | null' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 189:56 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/Link.svelte" 191:26 "Type 'string | null' is not assignable to type 'string'.\n Type 'null' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 49:17 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 58:9 "Type 'null' is not assignable to type '(data: Datum[]) => void'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 69:13 "Type 'HTMLElement | null' is not assignable to type 'SVGElement'.\n Type 'null' is not assignable to type 'SVGElement'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 71:62 "Property 'getBoundingClientRect' does not exist on type 'ChildNode'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 97:38 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 98:40 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 98:65 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 99:38 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 100:40 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 100:65 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 103:9 "Type '[number, number][]' is not assignable to type 'never[]'.\n Type '[number, number]' is not assignable to type 'never'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 118:15 "Variable 'groups' implicitly has type 'any[]' in some locations where its type cannot be determined."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 119:25 "Argument of type '(object & { [INDEX]: number; })[]' is not assignable to parameter of type 'Datum[]'.\n Type 'object & { [INDEX]: number; }' is not assignable to type 'Datum'.\n 'object & { [INDEX]: number; }' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 119:35 "Argument of type 'Datum[]' is not assignable to parameter of type 'object[]'.\n Type 'Datum' is not assignable to type 'object'.\n Type 'DataRow' is not assignable to type 'object'.\n Type 'null' is not assignable to type 'object'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 120:16 "Variable 'groups' implicitly has an 'any[]' type."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 126:41 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 127:41 "Element implicitly has an 'any' type because index expression is not of type 'number'."
1767912047806 ERROR "src/lib/marks/Pointer.svelte" 129:33 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/RectX.svelte" 39:5 "Type '{ [x: string]: string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; } | ((d: string | ... 2 more ... | symbol, index: number) => Record<...>) | null | undefined; [x: symbol]: string | ... 10 more ... | un...' is not assignable to type '$$render<Record<string | symbol, RawValue>>.RectMarkProps'.\n 'string' and '`data-sveltekit-${string}`' index signatures are incompatible.\n Type 'string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; } | ((d: string | ... 2 more ... | symbol, index: number) => Record<...>) | null | undefined' is not assignable to type 'string | boolean | undefined'.\n Type 'null' is not assignable to type 'string | boolean | undefined'."
1767912047806 ERROR "src/lib/marks/RectY.svelte" 37:5 "Type '{ [x: string]: string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; } | ((d: string | ... 2 more ... | symbol, index: number) => Record<...>) | null | undefined; [x: symbol]: string | ... 10 more ... | un...' is not assignable to type '$$render<Record<string | symbol, RawValue>>.RectMarkProps'.\n 'string' and '`data-sveltekit-${string}`' index signatures are incompatible.\n Type 'string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; } | ((d: string | ... 2 more ... | symbol, index: number) => Record<...>) | null | undefined' is not assignable to type 'string | boolean | undefined'.\n Type 'null' is not assignable to type 'string | boolean | undefined'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 6:39 "Generic type 'BaseMarkProps' requires 1 type argument(s)."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 47:74 "No overload matches this call.\n Overload 1 of 4, '(iterable?: Iterable<readonly [RegressionType, <T = DataPoint>() => LinearRegression<T>]> | null | undefined): Map<RegressionType, <T = DataPoint>() => LinearRegression<...>>', gave the following error.\n Argument of type '([\"linear\", <T = DataPoint>() => LinearRegression<T>] | [\"quad\", <T = DataPoint>() => QuadraticRegression<T>] | [\"poly\", <T = DataPoint>() => PolynomialRegression<...>] | [...] | [...] | [...] | [...])[]' is not assignable to parameter of type 'Iterable<readonly [RegressionType, <T = DataPoint>() => LinearRegression<T>]>'.\n The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.\n Type 'IteratorResult<[\"linear\", <T = DataPoint>() => LinearRegression<T>] | [\"quad\", <T = DataPoint>() => QuadraticRegression<T>] | [...] | [...] | [...] | [...] | [...], undefined>' is not assignable to type 'IteratorResult<readonly [RegressionType, <T = DataPoint>() => LinearRegression<T>], any>'.\n Type 'IteratorYieldResult<[\"linear\", <T = DataPoint>() => LinearRegression<T>] | [\"quad\", <T = DataPoint>() => QuadraticRegression<T>] | [...] | [...] | [...] | [...] | [...]>' is not assignable to type 'IteratorResult<readonly [RegressionType, <T = DataPoint>() => LinearRegression<T>], any>'.\n Type 'IteratorYieldResult<[\"linear\", <T = DataPoint>() => LinearRegression<T>] | [\"quad\", <T = DataPoint>() => QuadraticRegression<T>] | [...] | [...] | [...] | [...] | [...]>' is not assignable to type 'IteratorYieldResult<readonly [RegressionType, <T = DataPoint>() => LinearRegression<T>]>'.\n Type '[\"linear\", <T = DataPoint>() => LinearRegression<T>] | [\"quad\", <T = DataPoint>() => QuadraticRegression<T>] | [\"poly\", <T = DataPoint>() => PolynomialRegression<...>] | [...] | [...] | [...] | [...]' is not assignable to type 'readonly [RegressionType, <T = DataPoint>() => LinearRegression<T>]'.\n Type '[\"poly\", <T = DataPoint>() => PolynomialRegression<T>]' is not assignable to type 'readonly [RegressionType, <T = DataPoint>() => LinearRegression<T>]'.\n Type at position 1 in source is not compatible with type at position 1 in target.\n Call signature return types 'PolynomialRegression<T>' and 'LinearRegression<T>' are incompatible.\n The types returned by 'domain(...)' are incompatible between these types.\n Type 'Domain' is not assignable to type 'LinearRegression<T>'.\n Type 'undefined' is not assignable to type 'LinearRegression<T>'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 59:29 "Argument of type 'string' is not assignable to parameter of type 'RegressionType'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 59:59 "Argument of type 'string' is not assignable to parameter of type 'RegressionType'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 82:46 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 89:23 "Argument of type '(<T = DataPoint>() => LinearRegression<T>) | undefined' is not assignable to parameter of type '(...args: RawValue[]) => LinearRegression<unknown>'.\n Type 'undefined' is not assignable to type '(...args: RawValue[]) => LinearRegression<unknown>'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 90:17 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 91:17 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 108:20 "Property 'predictMany' does not exist on type 'LinearOutput'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 109:26 "Property 'predictMany' does not exist on type 'LinearOutput'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 109:55 "Parameter '__y' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 109:60 "Parameter 'i' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 113:52 "Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 130:29 "Parameter 'd' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 135:30 "Binding element 'x' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 135:33 "Binding element 'y' implicitly has an 'any' type."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 144:33 "This condition will always return true since this function is always defined. Did you mean to call it instead?"
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 146:51 "Cannot invoke an object which is possibly 'null'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 146:51 "'confBandGen' is possibly 'null'."
1767912047806 ERROR "src/lib/marks/helpers/Regression.svelte" 146:63 "Argument of type 'RawValue' is not assignable to parameter of type 'number'.\n Type 'null' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 43:40 "Type 'Datum[]' is not assignable to type 'DataRow[]'.\n Type 'Datum' is not assignable to type 'DataRow'.\n Type 'Datum' is not assignable to type '[number, number]'."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 46:5 "Type '{ children: (this: void, { mark, scaledData, usedScales }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Record<string | symbol, RawValue>>[]; }) => any; ... 65 more ...; channels: (\"stroke\" | ... 4 more ... | \"y2\")[]; }' is not assignable to type '$$render<Record<string | symbol, RawValue>>.MarkProps'.\n Types of property 'filter' are incompatible.\n Type 'ConstantAccessor<boolean, Datum>' is not assignable to type 'ConstantAccessor<boolean, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type 'ConstantAccessor<boolean, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => boolean'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 54:57 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 55:63 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 56:69 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 57:70 "Type 'TransformArgsRecord<Record<string | symbol, RawValue>>' has no properties in common with type 'Partial<Record<\"symbol\" | \"filter\" | \"fill\" | \"fillOpacity\" | \"stroke\" | \"strokeOpacity\" | \"opacity\" | \"x\" | \"y\", ChannelAccessor> & { style: string; }>'."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 62:25 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 62:25 "Operator '+' cannot be applied to types 'string | number | boolean | symbol | object' and 'number'."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 64:25 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047806 ERROR "src/lib/marks/RuleX.svelte" 64:25 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 43:40 "Type 'Datum[]' is not assignable to type 'DataRow[]'.\n Type 'Datum' is not assignable to type 'DataRow'.\n Type 'Datum' is not assignable to type '[number, number]'."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 46:5 "Type '{ children: (this: void, { scaledData, usedScales }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Record<string | symbol, RawValue>>[]; }) => any; ... 65 more ...; channels: (\"stroke\" | ... 4 more ... | \"y\")[]; }' is not assignable to type '$$render<Record<string | symbol, RawValue>>.MarkProps'.\n Types of property 'filter' are incompatible.\n Type 'ConstantAccessor<boolean, Datum>' is not assignable to type 'ConstantAccessor<boolean, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type 'ConstantAccessor<boolean, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => boolean'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Datum' could be instantiated with an arbitrary type which could be unrelated to 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 54:57 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 55:65 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 56:67 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 57:70 "Type 'TransformArgsRecord<Record<string | symbol, RawValue>>' has no properties in common with type 'Partial<Record<\"symbol\" | \"filter\" | \"fill\" | \"fillOpacity\" | \"stroke\" | \"strokeOpacity\" | \"opacity\" | \"x\" | \"y\", ChannelAccessor> & { style: string; }>'."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 62:25 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 62:25 "Operator '+' cannot be applied to types 'string | number | boolean | symbol | object' and 'number'."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 65:25 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047806 ERROR "src/lib/marks/RuleY.svelte" 65:25 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/Vector.svelte" 64:17 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/Vector.svelte" 155:5 "Type '{ children: (this: void, { mark, scaledData, usedScales }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Datum>[]; }) => any; [IS_SORTED]: string | ... 3 more ... | object; ... 62 more ...; channels: (\"symbol\" | ... 8 more ... | \"y\")[]; } | { ...; }' is not assignable to type '$$render<Datum>.MarkProps | undefined'.\n Type '{ children: (this: void, { mark, scaledData, usedScales }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Datum>[]; }) => any; [IS_SORTED]: string | ... 3 more ... | object; ... 62 more ...; channels: (\"symbol\" | ... 8 more ... | \"y\")[]; }' is not assignable to type '$$render<Datum>.MarkProps'.\n Types of property 'data' are incompatible.\n Type 'Datum[] | Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Datum[] | undefined'.\n Type 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>[]' is not assignable to type 'Datum[]'.\n Type 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>' is not assignable to type 'Datum'.\n 'Omit<Datum & { [SORT_KEY]: string | number | Date; }, unique symbol>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/Vector.svelte" 193:49 "Argument of type 'number | undefined' is not assignable to parameter of type 'number'.\n Type 'undefined' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/Vector.svelte" 195:38 "Property 'rotate' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; } | { ...; }'.\n Property 'rotate' does not exist on type '{ [IS_SORTED]: string | number | true | symbol | object; sort: null; filter?: ConstantAccessor<boolean, Datum>; facet?: \"auto\" | \"include\" | \"exclude\" | undefined; ... 56 more ...; data: Datum[] | Omit<...>[]; }'."
1767912047806 ERROR "src/lib/marks/Vector.svelte" 202:53 "'d.length' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 4:19 "Module '\"$lib/index.js\"' has no exported member 'ScaledDataRecord'."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 4:37 "Module '\"$lib/index.js\"' has no exported member 'UsedScales'."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 95:22 "Property 'ownerDocument' does not exist on type 'never'."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 96:59 "Property 'ownerDocument' does not exist on type 'never'."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 101:61 "Argument of type 'number | \"small\" | \"math\" | (string & {}) | \"-moz-initial\" | \"inherit\" | \"initial\" | \"revert\" | \"revert-layer\" | \"unset\" | \"large\" | \"medium\" | \"x-large\" | \"x-small\" | \"xx-large\" | \"xx-small\" | \"xxx-large\" | \"larger\" | \"smaller\"' is not assignable to parameter of type 'string'.\n Type 'number' is not assignable to type 'string'."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 105:41 "Property 'match' does not exist on type 'number | \"small\" | \"math\" | (string & {}) | \"-moz-initial\" | \"inherit\" | \"initial\" | \"revert\" | \"revert-layer\" | \"unset\" | \"large\" | \"medium\" | \"x-large\" | \"x-small\" | \"xx-large\" | \"xx-small\" | \"xxx-large\" | \"larger\" | \"smaller\"'.\n Property 'match' does not exist on type 'number'."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 108:19 "Argument of type 'string | number' is not assignable to parameter of type 'number | undefined'.\n Type 'string' is not assignable to type 'number'."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 117:30 "Object is possibly 'null'."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 125:40 "Type 'null' cannot be used as an index type."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 133:21 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 138:25 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047806 ERROR "src/lib/marks/helpers/MultilineText.svelte" 146:40 "Type 'null' cannot be used as an index type."
1767912047806 ERROR "src/lib/marks/Text.svelte" 110:5 "Type 'string' is not assignable to type 'MarkType'."
1767912047806 ERROR "src/lib/marks/Text.svelte" 125:73 "'args.data' is possibly 'undefined'."
1767912047806 ERROR "src/lib/marks/Text.svelte" 130:53 "Type 'TextMarkProps' is not assignable to type '$$render<Record<string | symbol, RawValue>>.TextMarkProps'.\n Types of property 'text' are incompatible.\n Type 'ConstantAccessor<string | false | null | undefined, Datum>' is not assignable to type 'ConstantAccessor<string | false | null | undefined, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => string | false | null | undefined' is not assignable to type 'ConstantAccessor<string | false | null | undefined, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => string | false | null | undefined' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => string | false | null | undefined'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047806 ERROR "src/lib/marks/TickX.svelte" 49:17 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 63:5 "Type '{ children: (this: void, { mark, usedScales }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Record<string | symbol, RawValue>>[]; }) => any; ... 62 more ...; channels: (\"stroke\" | ... 3 more ... | \"y\")[]; }' is not assignable to type '$$render<Record<string | symbol, RawValue>>.MarkProps'.\n Types of property 'filter' are incompatible.\n Type 'ConstantAccessor<boolean, Datum>' is not assignable to type 'ConstantAccessor<boolean, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type 'ConstantAccessor<boolean, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => boolean'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 72:61 "Type 'TransformArgsRecord<Record<string | symbol, RawValue>>' has no properties in common with type 'Partial<Record<ChannelName, ChannelAlias | ChannelAccessor<Record<string | symbol, RawValue>>>>'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 73:61 "Type 'TransformArgsRecord<Record<string | symbol, RawValue>>' has no properties in common with type 'Partial<Record<ChannelName, ChannelAlias | ChannelAccessor<Record<string | symbol, RawValue>>>>'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 74:62 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 75:72 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 76:56 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 77:56 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 78:125 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 92:52 "Argument of type 'string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; } | null' is not assignable to parameter of type 'string | number'.\n Type 'null' is not assignable to type 'string | number'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 92:69 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 92:69 "'y2' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 92:74 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 92:74 "'y1' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 94:51 "Operator '+' cannot be applied to types 'string | number | Date' and 'string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; }'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 94:55 "'dx_' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 94:62 "Implicit conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression in 'String(...)'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 95:63 "Type 'TransformArgsRecord<Record<string | symbol, RawValue>>' has no properties in common with type 'Partial<Record<ScaledChannelName, ChannelAccessor> & { style: string; }>'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 96:33 "'y1' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 96:33 "Operator '+' cannot be applied to types 'string | number | boolean | symbol | object | Date' and 'number'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 96:59 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 96:59 "'tickLength_' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 97:33 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 97:33 "'y2' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 97:59 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickX.svelte" 97:59 "'tickLength_' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 48:17 "Type '{}' is not assignable to type 'Datum'.\n '{}' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 62:5 "Type '{ children: (this: void, { mark, usedScales }: { mark: any; usedScales: UsedScales; scaledData: ScaledDataRecord<Record<string | symbol, RawValue>>[]; }) => any; ... 62 more ...; channels: (\"stroke\" | ... 3 more ... | \"y\")[]; }' is not assignable to type '$$render<Record<string | symbol, RawValue>>.MarkProps'.\n Types of property 'filter' are incompatible.\n Type 'ConstantAccessor<boolean, Datum>' is not assignable to type 'ConstantAccessor<boolean, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type 'ConstantAccessor<boolean, Record<string | symbol, RawValue>>'.\n Type '(d: Datum, index: number) => boolean' is not assignable to type '(d: Record<string | symbol, RawValue>, index: number) => boolean'.\n Types of parameters 'd' and 'd' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'DataRow'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 71:61 "Type 'TransformArgsRecord<Record<string | symbol, RawValue>>' has no properties in common with type 'Partial<Record<ChannelName, ChannelAlias | ChannelAccessor<Record<string | symbol, RawValue>>>>'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 72:61 "Type 'TransformArgsRecord<Record<string | symbol, RawValue>>' has no properties in common with type 'Partial<Record<ChannelName, ChannelAlias | ChannelAccessor<Record<string | symbol, RawValue>>>>'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 73:62 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 74:72 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 75:56 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 76:56 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 91:52 "Argument of type 'string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; } | null' is not assignable to parameter of type 'string | number'.\n Type 'null' is not assignable to type 'string | number'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 91:69 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 91:69 "'x2' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 91:74 "The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 91:74 "'x1' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 93:51 "Implicit conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression in 'String(...)'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 93:58 "Operator '+' cannot be applied to types 'string | number | Date' and 'string | number | boolean | symbol | object | Date | Record<string | symbol, RawValue> | ((d: Record<string | symbol, RawValue>, index: number) => RawValue) | { ...; }'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 93:62 "'dy_' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 94:63 "Type 'TransformArgsRecord<Record<string | symbol, RawValue>>' has no properties in common with type 'Partial<Record<ScaledChannelName, ChannelAccessor> & { style: string; }>'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 95:33 "'x1' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 95:33 "Operator '+' cannot be applied to types 'string | number | boolean | symbol | object | Date' and 'number'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 95:59 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 95:59 "'tickLength_' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 96:33 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 96:33 "'x2' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 96:59 "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."
1767912047807 ERROR "src/lib/marks/TickY.svelte" 96:59 "'tickLength_' is possibly 'null'."
1767912047807 ERROR "src/lib/marks/helpers/TrailCanvas.svelte" 1:43 "Cannot find name 'DataRecord'."
1767912047807 ERROR "src/lib/marks/helpers/TrailCanvas.svelte" 74:29 "'d.r' is possibly 'undefined'."
1767912047807 ERROR "src/lib/marks/Trail.svelte" 81:56 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047807 ERROR "src/lib/marks/Trail.svelte" 114:21 "Type 'ScaledDataRecord[][]' is not assignable to type 'ScaledDataRecord<Datum>[][]'.\n Type 'ScaledDataRecord[]' is not assignable to type 'ScaledDataRecord<Datum>[]'.\n Type 'ScaledDataRecord' is not assignable to type 'ScaledDataRecord<Datum>'.\n Type 'ScaledDataRecord' is not assignable to type '{ dx: number; dy: number; datum: Datum; resolved: ResolvedDataRecord<Datum>; valid: Boolean; index: number; }'.\n Types of property 'datum' are incompatible.\n Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047807 ERROR "src/lib/marks/Trail.svelte" 115:21 "Type 'TrailMarkProps' is not assignable to type '{ fill?: ConstantAccessor<string, Datum>; defined?: ConstantAccessor<boolean, Datum>; opacity?: ConstantAccessor<number, Datum>; 'fill-opacity'?: ConstantAccessor<...>; }'.\n Types of property 'fill' are incompatible.\n Type 'ChannelAccessor<Datum>' is not assignable to type 'ConstantAccessor<string, Datum>'.\n Type 'number' is not assignable to type 'ConstantAccessor<string, Datum>'."
1767912047807 ERROR "src/lib/marks/Trail.svelte" 127:33 "'d.r' is possibly 'undefined'."
1767912047807 ERROR "src/lib/marks/Trail.svelte" 128:63 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047807 ERROR "src/lib/marks/Trail.svelte" 148:29 "Type 'string | void' is not assignable to type 'string | null | undefined'.\n Type 'void' is not assignable to type 'string | null | undefined'."
1767912047807 ERROR "src/lib/marks/helpers/waffle.ts" 116:14 "Generic type 'WaffleOptions' requires 1 type argument(s)."
1767912047807 ERROR "src/lib/marks/helpers/waffle.ts" 143:37 "Binding element 'x' implicitly has an 'any' type."
1767912047807 ERROR "src/lib/marks/helpers/waffle.ts" 143:40 "Binding element 'y' implicitly has an 'any' type."
1767912047807 ERROR "src/lib/marks/helpers/waffle.ts" 143:69 "Binding element 'x' implicitly has an 'any' type."
1767912047807 ERROR "src/lib/marks/helpers/waffle.ts" 143:72 "Binding element 'y' implicitly has an 'any' type."
1767912047807 ERROR "src/lib/marks/helpers/waffle.ts" 151:23 "Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'ResolvedDataRecord<Record<string | symbol, RawValue>>'.\n No index signature with a parameter of type 'string' was found on type 'ResolvedDataRecord<Record<string | symbol, RawValue>>'."
1767912047807 ERROR "src/lib/marks/helpers/waffle.ts" 152:23 "Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'ResolvedDataRecord<Record<string | symbol, RawValue>>'.\n No index signature with a parameter of type 'string' was found on type 'ResolvedDataRecord<Record<string | symbol, RawValue>>'."
1767912047807 ERROR "src/lib/marks/helpers/waffle.ts" 156:22 "Object is possibly 'undefined'."
1767912047807 ERROR "src/lib/marks/WaffleX.svelte" 54:16 "Type 'null' is not assignable to type 'string'."
1767912047807 ERROR "src/lib/marks/WaffleX.svelte" 56:9 "Type 'null' is not assignable to type 'Snippet<[{ x: number; y: number; width: number; height: number; style: string | null; styleClass: string | null; datum: Datum; }]>'."
1767912047807 ERROR "src/lib/marks/WaffleX.svelte" 82:67 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/WaffleX.svelte" 97:71 "Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047807 ERROR "src/lib/marks/WaffleY.svelte" 52:16 "Type 'null' is not assignable to type 'string'."
1767912047807 ERROR "src/lib/marks/WaffleY.svelte" 54:9 "Type 'null' is not assignable to type 'Snippet<[{ x: number; y: number; width: number; height: number; style: string | null; styleClass: string | null; datum: Datum; }]>'."
1767912047807 ERROR "src/lib/marks/WaffleY.svelte" 86:67 "Argument of type 'Record<string | symbol, RawValue>' is not assignable to parameter of type 'string | number | boolean | symbol | null'."
1767912047807 ERROR "src/lib/marks/WaffleY.svelte" 100:71 "Type 'Record<string | symbol, RawValue>' is not assignable to type 'Datum'.\n 'Record<string | symbol, RawValue>' is assignable to the constraint of type 'Datum', but 'Datum' could be instantiated with a different subtype of constraint 'Record<string | symbol, RawValue>'."
1767912047807 ERROR "src/lib/marks/HTMLTooltip.svelte" 39:13 "Type 'HTMLElement | null' is not assignable to type 'SVGElement'.\n Type 'null' is not assignable to type 'SVGElement'."