We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b3aec commit ea96871Copy full SHA for ea96871
1 file changed
types/plotly.js/index.d.ts
@@ -849,8 +849,8 @@ type xYAxisNames = `${
849
| `${2 | 3 | 4 | 5 | 6 | 7 | 8 | 9}`
850
| `${1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9}${0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9}`}${"" | " domain"}`;
851
852
-export type XAxisName = `${"x"}${xYAxisNames}`;
853
-export type YAxisName = `${"y"}${xYAxisNames}`;
+export type XAxisName = `x${xYAxisNames}`;
+export type YAxisName = `y${xYAxisNames}`;
854
855
export type AxisName = XAxisName | YAxisName;
856
0 commit comments