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 d4790bf commit 8831f60Copy full SHA for 8831f60
test/plots/clamp.js
@@ -3,7 +3,6 @@ import * as d3 from "d3";
3
4
export default async function() {
5
const data = await d3.csv("data/bls-industry-unemployment.csv", d3.autoType);
6
- console.warn(data);
7
return Plot.plot({
8
clamp: true,
9
x: {domain: [new Date(Date.UTC(2006, 0, 1)), new Date(Date.UTC(2008, 0, 1))], clamp: false},
0 commit comments