We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10b6dc commit 6b81a2fCopy full SHA for 6b81a2f
1 file changed
docs/data/api.data.ts
@@ -48,6 +48,8 @@ function getHref(name: string, path: string): string {
48
case "features/plot":
49
case "features/projection":
50
return `${path}s`;
51
+ case "features/dimensions":
52
+ return "features/scales";
53
case "features/options":
54
return "features/transforms";
55
case "marks/axis": {
0 commit comments