We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd44c86 commit ac22d70Copy full SHA for ac22d70
1 file changed
docs/data/api.data.ts
@@ -50,7 +50,7 @@ function getHref(name: string, path: string): string {
50
return `${path}s`;
51
case "features/options":
52
return "features/transforms";
53
- case "marks/areaLine":
+ case "marks/area-line":
54
return "marks/area";
55
case "marks/axis": {
56
switch (name) {
0 commit comments