We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f522337 commit 2e0e8a6Copy full SHA for 2e0e8a6
test/plots/index.js
@@ -280,6 +280,7 @@ export {default as yearlyRequests} from "./yearly-requests.js";
280
export {default as yearlyRequestsDot} from "./yearly-requests-dot.js";
281
export {default as yearlyRequestsLine} from "./yearly-requests-line.js";
282
283
+export * from "./autoplot.js";
284
export * from "./bin-1m.js";
285
export * from "./function-contour.js";
286
export * from "./heatmap.js";
@@ -291,4 +292,3 @@ export * from "./raster-penguins.js";
291
292
export * from "./raster-vapor.js";
293
export * from "./raster-walmart.js";
294
export * from "./volcano.js";
-export * from "./autoplot.js";
0 commit comments