fcf3b03
1
2
3
4
5
6
7
8
function d3_number(x) { return x === null ? NaN : +x; } function d3_numeric(x) { return !isNaN(x); }